diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 00:24:15 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 00:24:15 +0000 |
commit | 1c37bb6b34cdbccec62424be6a2392d999ce7aa8 (patch) | |
tree | 23ff1e24e80da1e1c0bbd608cd188acfdcfcf5eb /content | |
parent | 769ad71c9af23cb393fc857b105aa7cdf26e327c (diff) | |
download | chromium_src-1c37bb6b34cdbccec62424be6a2392d999ce7aa8.zip chromium_src-1c37bb6b34cdbccec62424be6a2392d999ce7aa8.tar.gz chromium_src-1c37bb6b34cdbccec62424be6a2392d999ce7aa8.tar.bz2 |
Fix in content to build content_unittests under Aura/Linux.
BUG=97131
TEST=content_unittests
Review URL: http://codereview.chromium.org/8113009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103828 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/content_tests.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 94679fa..abbd4b8 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -177,7 +177,7 @@ 'test/run_all_unittests.cc', ], 'conditions': [ - ['toolkit_uses_gtk == 1', { + ['use_x11 == 1', { 'dependencies': [ '../build/linux/system.gyp:dbus', '../dbus/dbus.gyp:dbus_test_support', |