Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1722)

Unified Diff: app/app.gyp

Issue 5144005: Converts usage of SetProp/GetProp to a map. Even after making sure we (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Fix build Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | app/app_base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app.gyp
diff --git a/app/app.gyp b/app/app.gyp
index 2c8e7f7e80827fbd051949f1f06966e90de7caba..ce64955938557b5b2faa06e8f0d0a39258ce2cc1 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -56,6 +56,7 @@
'text_elider_unittest.cc',
'tree_node_iterator_unittest.cc',
'tree_node_model_unittest.cc',
+ 'view_prop_unittest.cc',
'win_util_unittest.cc',
],
'include_dirs': [
@@ -75,6 +76,7 @@
['OS!="win"', {
'sources!': [
'os_exchange_data_win_unittest.cc',
+ 'view_prop_unittest.cc',
'win_util_unittest.cc',
],
}],
« no previous file with comments | « no previous file | app/app_base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698