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

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, 9 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
« no previous file with comments | « no previous file | 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..9daba1137e5e69875a37de677b18c56615cab66f 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -460,6 +460,15 @@
'sources': [
'cc_unittests.isolate',
],
+ 'conditions': [
+ ['OS=="linux" and use_ozone==0',
danakj 2015/03/06 02:30:10 Can you add a comment for the future, saying what
+ {
+ 'dependencies': [
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
+ ],
+ }
+ ],
+ ],
},
],
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698