summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-17 21:37:19 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-17 21:37:19 +0000
commita97488fbfc5c97b21e01b90a2220f9a65877e31e (patch)
treeaf663b6f29a98336fff6baffd41aa383ff1ed58c /app
parent41120b4eb145ec0558b378315a411093a410c27e (diff)
downloadchromium_src-a97488fbfc5c97b21e01b90a2220f9a65877e31e.zip
chromium_src-a97488fbfc5c97b21e01b90a2220f9a65877e31e.tar.gz
chromium_src-a97488fbfc5c97b21e01b90a2220f9a65877e31e.tar.bz2
Add xdisplaycheck as a dependency on Linux for tests that use the UI. This way we don't have to explicitly build xdisplaycheck on all the bots where we run tests.
BUG=none TEST=none Review URL: http://codereview.chromium.org/207020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26487 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r--app/app.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/app.gyp b/app/app.gyp
index 4149e4c..449b9bb 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -216,10 +216,9 @@
],
'conditions': [
['OS=="linux"', {
- # TODO: Move these dependencies to platform-neutral once these
- # projects are generated by GYP.
'dependencies': [
'../build/linux/system.gyp:gtk',
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
],
}],
['OS!="win"', {