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

Unified Diff: BUILD.gn

Issue 418453002: Improve content test GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 5 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 | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index ea1c274b99cef00e12bd7d37315c9ea782400c3c..18af907efc1d0507ee56b1d7a2da4dadd0534bbe 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -32,6 +32,7 @@ group("root") {
"//components:all_components",
"//content",
"//content/shell:content_shell",
+ "//content/test:test_support",
"//crypto",
"//device/bluetooth",
"//device/nfc",
@@ -171,6 +172,7 @@ group("root") {
"//chrome/utility", # Blocked on content.
"//content",
"//content/shell:content_shell", # Blocked on content.
+ "//content/test:test_support", # Blocked on content.
"//extensions/common",
"//extensions/common/api",
"//pdf", # Not compiled on Android in GYP yet, either.
« no previous file with comments | « no previous file | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698