Index: ui/ui.gyp |
diff --git a/ui/ui.gyp b/ui/ui.gyp |
index e69790efb4836d9ab19d60397606d4122a56add4..e268b8eb585c30e88ed7d12defcc02d320430502 100644 |
--- a/ui/ui.gyp |
+++ b/ui/ui.gyp |
@@ -478,8 +478,6 @@ |
'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', |
], |
@@ -541,6 +539,8 @@ |
}], |
['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', |