Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index 3064d0434f5c6f1973418430b9a4c3a685e3c0c7..66e390ad51a9bab5f4ae4823a7a7a153b1bc1e71 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -675,6 +675,7 @@ if (!is_mac) { # TODO(GYP) enable on Mac once it links. |
"//base/allocator", |
"//base/test:test_support", |
"//content/public/common", |
+ "//gpu/blink", |
Dirk Pranke
2015/04/29 22:29:26
These seem to be needed in the release component b
Dirk Pranke
2015/04/29 23:15:43
Indeed, it looks like these are broken independent
|
"//gpu/command_buffer/common", |
"//testing/gtest", |
"//third_party/WebKit/public:blink", |
@@ -706,6 +707,7 @@ if (!is_mac) { # TODO(GYP) enable on Mac once it links. |
"//base/allocator", |
"//base/test:test_support", |
"//content/public/common", |
+ "//gpu/blink", |
"//testing/gtest", |
"//third_party/WebKit/public:blink", |
"//ui/base", |