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', |