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

Unified Diff: content/test/BUILD.gn

Issue 1119613002: Fix building NaCl in Linux component GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« build/config/features.gni ('K') | « build/config/features.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« build/config/features.gni ('K') | « build/config/features.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698