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

Unified Diff: BUILD.gn

Issue 390983002: Add ash to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | ash/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 62d882c7ec8328f303d3459e508f7cd183d95278..501beb9e6313c1e129e6ad83cfa2962ff2f4b6ab 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -18,7 +18,7 @@ group("root") {
deps = [
# This is a temporary test of the not-yet-complete NaCl cross-compilation.
#"//base(//build/toolchain/nacl:x86_newlib)",
-
+ "//ash",
"//cc",
"//chrome/browser",
"//chrome/browser/devtools",
@@ -162,6 +162,8 @@ group("root") {
# Seems to not be compiled on Android. Otherwise it will need a config.h.
"//third_party/libxslt",
+ # Not relevant to Android.
+ "//ash",
"//tools/gn",
"//ui/aura",
« no previous file with comments | « no previous file | ash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698