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

Unified Diff: ui/ui.gyp

Issue 11878013: Make ui_controls only usable from interactive_ui_tests. This has two benefits: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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
« no previous file with comments | « ui/aura/ui_controls_aura.h ('k') | ui/ui_controls/ui_controls.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
===================================================================
--- ui/ui.gyp (revision 176470)
+++ ui/ui.gyp (working copy)
@@ -532,13 +532,6 @@
'gfx/video_decode_acceleration_support_mac.mm',
'notifications/notification_types.h',
'notifications/notification_types.cc',
- 'ui_controls/ui_controls.h',
- 'ui_controls/ui_controls_aura.cc',
- 'ui_controls/ui_controls_gtk.cc',
- 'ui_controls/ui_controls_internal_win.cc',
- 'ui_controls/ui_controls_internal_win.h',
- 'ui_controls/ui_controls_mac.mm',
- 'ui_controls/ui_controls_win.cc',
],
'target_conditions': [
['OS == "ios"', {
@@ -607,7 +600,6 @@
['exclude', 'base/x/root_window_property_watcher_x.h'],
['exclude', 'base/x/work_area_watcher_x.cc'],
['exclude', 'base/x/work_area_watcher_x.h'],
- ['exclude', 'ui_controls_win.cc'],
],
}, { # use_aura!=1
'sources!': [
« no previous file with comments | « ui/aura/ui_controls_aura.h ('k') | ui/ui_controls/ui_controls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698