Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2266)

Unified Diff: cc/cc_tests.gyp

Issue 981683002: cc: Add missing xdisplaycheck data dependency for tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« cc/BUILD.gn ('K') | « cc/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 4d29a60996dca6f1dfa5d3020a4446240a2569bb..bf2a2a37c80ad4904bd83f9381e400a98fd8990b 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -460,6 +460,15 @@
'sources': [
'cc_unittests.isolate',
],
+ 'conditions': [
+ ['use_x11 == 1',
+ {
+ 'dependencies': [
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
danakj 2015/03/05 18:38:39 Can you leave a comment explaining why this is her
+ ],
+ }
+ ],
+ ],
},
],
}],
« cc/BUILD.gn ('K') | « cc/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698