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

Unified Diff: ui/ui.gyp

Issue 8428010: Cleanup: Remove ViewProp from aura build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 2 months 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
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 7fbe5d06b5dfc0dfa18df7f1f804fa78264e92b3..fdd7d0b9fb4771c4861e04a482b472f8e7a8d330 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -325,6 +325,8 @@
['exclude', 'base/win/mouse_wheel_util.h'],
['exclude', 'base/x/active_window_watcher_x.cc'],
['exclude', 'base/x/active_window_watcher_x.h'],
+ ['exclude', 'base/view_prop.cc'],
sky 2011/11/01 14:54:40 sort
oshima 2011/11/01 15:36:56 Done.
+ ['exclude', 'base/view_prop.h'],
],
}, { # use_aura!=1
'sources!': [
@@ -406,8 +408,6 @@
['include', 'base/dragdrop/os_exchange_data_provider_gtk.h'],
['include', 'base/keycodes/keyboard_code_conversion_x.cc'],
['include', 'base/keycodes/keyboard_code_conversion_x.h'],
- ['include', 'base/view_prop.cc'],
- ['include', 'base/view_prop.h'],
['include', 'gfx/gtk_util.cc'],
['include', 'gfx/gtk_util.h'],
['include', 'gfx/path_gtk.cc'],
@@ -469,6 +469,8 @@
'base/dragdrop/drop_target.cc',
'base/dragdrop/drop_target.h',
'base/dragdrop/os_exchange_data.cc',
+ 'base/view_prop.cc',
+ 'base/view_prop.h',
'gfx/native_theme_win.cc',
'gfx/native_theme_win.h',
],
@@ -529,8 +531,6 @@
}],
['toolkit_views==0', {
'sources!': [
- 'base/view_prop.cc',
- 'base/view_prop.h',
'gfx/render_text.cc',
'gfx/render_text.h',
'gfx/render_text_linux.cc',

Powered by Google App Engine
This is Rietveld 408576698