diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-08 06:07:08 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-08 06:07:08 +0000 |
commit | 6f35068c0b18da522fcc64d8b34937052ad8fa86 (patch) | |
tree | f963777911f245bcd236dfe5e56d12daa706c61e /ui/ui.gyp | |
parent | d0389f649c580cd78776f8ef050afa0b6eaa0624 (diff) | |
download | chromium_src-6f35068c0b18da522fcc64d8b34937052ad8fa86.zip chromium_src-6f35068c0b18da522fcc64d8b34937052ad8fa86.tar.gz chromium_src-6f35068c0b18da522fcc64d8b34937052ad8fa86.tar.bz2 |
aura: Add back events dependency on ui when aura is turned on.
The rule for adding the events dependency on ui when toolkit_views==1 works for
most cases, except for use_ozone when views is turned off.
BUG=none
R=petermayo@chromium.org
Review URL: https://codereview.chromium.org/59453007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233794 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -366,7 +366,10 @@ ['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'], - ], + ], + 'dependencies': [ + 'events/events.gyp:events', + ], }, { # use_aura!=1 'sources!': [ 'base/cursor/cursor.cc', |