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") { |