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

Unified Diff: BUILD.gn

Issue 227673008: Checkpoint work to get GN builds working on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up Created 6 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
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | build/config/android/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 57dd5ba362bba51fc1850d1955b7bb8453af0e05..b340c18b5b001bc71087465cb6123b23010e45fa 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -40,4 +40,10 @@ group("root") {
"//tools/gn",
"//url",
]
+
+ if (is_android) {
+ deps -= [
+ "//tools/gn",
+ ]
+ }
Dirk Pranke 2014/04/08 00:39:22 Currently GN fails to build w/ the android config.
}
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | build/config/android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698