diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 01:58:46 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 01:58:46 +0000 |
commit | 8b8f0b24b1c7a0875732053063030ecb2b20a6af (patch) | |
tree | 195e89f3a7fde8c8452435173ea38acb9020b936 /build/all.gyp | |
parent | dc948982b2a845986bc61e33e5df501ccaea7192 (diff) | |
download | chromium_src-8b8f0b24b1c7a0875732053063030ecb2b20a6af.zip chromium_src-8b8f0b24b1c7a0875732053063030ecb2b20a6af.tar.gz chromium_src-8b8f0b24b1c7a0875732053063030ecb2b20a6af.tar.bz2 |
Fix remoting_unittests compilation in aura builds.
Moved gtk-dependent code to files with _gtk suffix that are
excluded when compiling without GTK. Also some minor cleanups in remoting.gyp.
BUG=114211
Review URL: https://chromiumcodereview.appspot.com/10386181
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137610 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 9e28399..663702c 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -550,6 +550,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', |