diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-14 04:00:31 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-14 04:00:31 +0000 |
commit | b3e37db57b9adf2f3948897e140d162ddba62ae8 (patch) | |
tree | f2c2920f5ca6bf8e63d307392a98c0e35b92f046 /ui/ui.gyp | |
parent | 20f39480af598ca9e300aa15806ebb591da1621f (diff) | |
download | chromium_src-b3e37db57b9adf2f3948897e140d162ddba62ae8.zip chromium_src-b3e37db57b9adf2f3948897e140d162ddba62ae8.tar.gz chromium_src-b3e37db57b9adf2f3948897e140d162ddba62ae8.tar.bz2 |
Make ui_controls only usable from interactive_ui_tests. This has two benefits:
1) don't link test code in shipping binary
2) ensure that people don't call these functions which depend on focus in sharded test targets
In a followup cl, I'll move the files to chrome\test\base
Review URL: https://codereview.chromium.org/11878013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176638 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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!': [ |