diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-24 01:26:30 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-24 01:26:30 +0000 |
commit | 5dd96bd5b4400e6ba8ccf9d6156e4bbcc66d5538 (patch) | |
tree | 9fa3a9186152b18e0ba5f0f2653ac87534454c97 /build/all.gyp | |
parent | 5237213189d2afb1d3f7213d9a1c7f9172a3ca0b (diff) | |
download | chromium_src-5dd96bd5b4400e6ba8ccf9d6156e4bbcc66d5538.zip chromium_src-5dd96bd5b4400e6ba8ccf9d6156e4bbcc66d5538.tar.gz chromium_src-5dd96bd5b4400e6ba8ccf9d6156e4bbcc66d5538.tar.bz2 |
Fix remoting_unittests compilation with Aura
Now XServerErrorHandler compiles in GTK-less builds, so
remoting_unittests can be compiled with Aura.
BUG=114211
Review URL: https://chromiumcodereview.appspot.com/10435004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 4dda304..753edd3 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -553,6 +553,7 @@ '../chrome/chrome.gyp:chrome', '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:unit_tests', + '../remoting/remoting.gyp:remoting_unittests', '../ui/aura/aura.gyp:*', '../ui/compositor/compositor.gyp:*', '../ui/ui.gyp:gfx_unittests', |