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

Unified Diff: app/app_base.gypi

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 | « app/app.gyp ('k') | app/view_prop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app_base.gypi
diff --git a/app/app_base.gypi b/app/app_base.gypi
index 37e0640ce14b41f94e6b5db0c9e605c787f37a8a..a121a502a035113c06d6301a345c264d89f0b294 100644
--- a/app/app_base.gypi
+++ b/app/app_base.gypi
@@ -221,6 +221,8 @@
'throb_animation.h',
'tween.cc',
'tween.h',
+ 'view_prop.cc',
+ 'view_prop.h',
'win/drag_source.cc',
'win/drag_source.h',
'win/drop_target.cc',
@@ -315,6 +317,8 @@
'gfx/native_theme_win.cc',
'gfx/native_theme_win.h',
'os_exchange_data.cc',
+ 'view_prop.cc',
+ 'view_prop.h',
'win/iat_patch_function.cc',
'win/iat_patch_function.h',
],
« no previous file with comments | « app/app.gyp ('k') | app/view_prop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698