diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-15 21:13:03 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-15 21:13:03 +0000 |
commit | 5e4e8ba8950be2f017d8bc672cf2228eaeda62d5 (patch) | |
tree | df5a5cebf9fa195c1c946b423ba3054def11a940 /ui/ui_unittests.gyp | |
parent | c3701ebc95bef612f6cb8250390f348aae4cd0a1 (diff) | |
download | chromium_src-5e4e8ba8950be2f017d8bc672cf2228eaeda62d5.zip chromium_src-5e4e8ba8950be2f017d8bc672cf2228eaeda62d5.tar.gz chromium_src-5e4e8ba8950be2f017d8bc672cf2228eaeda62d5.tar.bz2 |
events: Create a separate platforms target.
Split out the platform-event dispatch specific code out of the 'events'
target into its own 'events_platform' target, and the x11-specific code
into 'x11_events_platform' target.
BUG=361137
R=sky@chromium.org
Review URL: https://codereview.chromium.org/284743009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270816 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui_unittests.gyp')
-rw-r--r-- | ui/ui_unittests.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp index 4110292..f2ea062 100644 --- a/ui/ui_unittests.gyp +++ b/ui/ui_unittests.gyp @@ -159,6 +159,7 @@ ['use_x11==1', { 'dependencies': [ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', + 'events/platform/x11/x11_events_platform.gyp:x11_events_platform', ], }], ['OS=="android" or OS=="ios"', { @@ -191,6 +192,7 @@ 'events/events.gyp:events', 'events/events.gyp:events_base', 'events/events.gyp:events_test_support', + 'events/platform/events_platform.gyp:events_platform', ], }], ['use_aura==1', { |