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

Unified Diff: cc/BUILD.gn

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
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/cc_tests.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 99a8208f5755f14f3639276fee2499289d362caf..04a02e8a2ef812fc1517726007e1b982199eef36 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -885,6 +885,10 @@ test("cc_unittests") {
"//ui/gfx:test_support",
"//ui/gl",
]
+
+ if (use_x11) {
+ datadeps += [ "//tools/xdisplaycheck" ]
danakj 2015/03/05 18:38:39 This seems as wrong as before, as per jamesr's com
sunnyps 2015/03/05 20:44:45 This is a datadep which in gn parlance means a run
+ }
}
test("cc_perftests") {
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/cc_tests.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698