diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-05 14:41:15 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-05 14:41:15 +0000 |
commit | cadbb39d1dda47d8eaad1f80c1957489f8dfd9a4 (patch) | |
tree | e55ab7e54e3576b16ccd4f1e6e636435514ea5d7 /ui/ui_unittests.gyp | |
parent | cda3b76f53a137f6acdae3942d3a34fd40c51c4f (diff) | |
download | chromium_src-cadbb39d1dda47d8eaad1f80c1957489f8dfd9a4.zip chromium_src-cadbb39d1dda47d8eaad1f80c1957489f8dfd9a4.tar.gz chromium_src-cadbb39d1dda47d8eaad1f80c1957489f8dfd9a4.tar.bz2 |
Move cocoa_test_event_utils.* to ui/events/test/
For now it is only possible to move these event files from ui/base to
ui/events, because otherwise a circular dep will arise between ui.gyp ->
events.gyp and ui_unittests.gyp
BUG=299841
TEST=None
R=sadrul@chromium.org,thakis@chromium.org
TBR=ben
Review URL: https://codereview.chromium.org/140123007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui_unittests.gyp')
-rw-r--r-- | ui/ui_unittests.gyp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp index 21ef654..244cad3 100644 --- a/ui/ui_unittests.gyp +++ b/ui/ui_unittests.gyp @@ -17,8 +17,6 @@ 'gfx/gfx.gyp:gfx_geometry', ], 'sources': [ - 'base/test/cocoa_test_event_utils.h', - 'base/test/cocoa_test_event_utils.mm', 'base/test/ui_cocoa_test_helper.h', 'base/test/ui_cocoa_test_helper.mm', 'base/test/ui_controls.h', @@ -287,6 +285,11 @@ 'base/cursor/cursor_loader_x11_unittest.cc', ], }], + ['OS=="mac"', { + 'dependencies': [ + 'events/events.gyp:events_test_support', + ], + }], ['use_aura==1 or toolkit_views==1', { 'sources': [ 'base/dragdrop/os_exchange_data_unittest.cc', |