diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-18 17:28:50 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-18 17:28:50 +0000 |
commit | 3fa441d238ffa7b2cfbc4c7b623f8cb00b7c18ea (patch) | |
tree | 84794a37e500c230cb702d38aed4f3363afe755f /ui/ui.gyp | |
parent | 97fe97e78d76db3c5a0ee7c1baa06d1fcd082a1a (diff) | |
download | chromium_src-3fa441d238ffa7b2cfbc4c7b623f8cb00b7c18ea.zip chromium_src-3fa441d238ffa7b2cfbc4c7b623f8cb00b7c18ea.tar.gz chromium_src-3fa441d238ffa7b2cfbc4c7b623f8cb00b7c18ea.tar.bz2 |
Aura under Linux is enabled with:
'use_aura': 1,
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7850026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101704 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -298,11 +298,13 @@ ['use_aura==1', { 'sources/': [ ['exclude', 'gfx/gtk_'], + ['exclude', 'gfx/gtk_util.cc'], + ['exclude', 'gfx/gtk_util.h'], ['exclude', 'gfx/screen_gtk.cc'], ['exclude', 'gfx/screen_win.cc'], ['exclude', 'base/win/mouse_wheel_util.cc'], ['exclude', 'base/win/mouse_wheel_util.h'], - ], + ], }], ['toolkit_uses_gtk == 1', { 'dependencies': [ |