summaryrefslogtreecommitdiffstats
path: root/extensions/extensions_tests.gyp
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-07-16 12:52:18 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-16 19:52:46 +0000
commit2ca1b8b097b14a5acb3b70876520eb7bba9a865b (patch)
treef822f71e7ec29c551cc55f6a48cc1b668b1cd17a /extensions/extensions_tests.gyp
parent62bf02decb42c136b89b335744373b3e24f01b6a (diff)
downloadchromium_src-2ca1b8b097b14a5acb3b70876520eb7bba9a865b.zip
chromium_src-2ca1b8b097b14a5acb3b70876520eb7bba9a865b.tar.gz
chromium_src-2ca1b8b097b14a5acb3b70876520eb7bba9a865b.tar.bz2
extensions: Add missing xdisplaycheck dep to extensions_unittests.
This is a runtime dependency that is necessary in order to run extensions_unittests under isolate. This came in while doing https://codereview.chromium.org/1238453003/. BUG=None TEST=in order to reproduce this, change a source file (a _test.cc) that is run under extensions_unittests in the clobber build (rm -rf out/). The analyze step in the linux clobber bot should detect the source change and trigger this. R=rdevlin.cronin@chromium.org,maruel@chromium.org,rockot@chromium.org Review URL: https://codereview.chromium.org/1228353006 Cr-Commit-Position: refs/heads/master@{#339104}
Diffstat (limited to 'extensions/extensions_tests.gyp')
-rw-r--r--extensions/extensions_tests.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp
index 6e083ed..9e84a63 100644
--- a/extensions/extensions_tests.gyp
+++ b/extensions/extensions_tests.gyp
@@ -139,6 +139,13 @@
'sources': [
'extensions_unittests.isolate',
],
+ 'conditions': [
+ ['use_x11 == 1', {
+ 'dependencies': [
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
+ ],
+ }],
+ ],
}
],
}],