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

Unified Diff: BUILD.gn

Issue 305293002: Add GN build file for ui/aura target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 | build/config/linux/BUILD.gn » ('j') | ui/gfx/x/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 3ecf735fecda31ba64e9c7d47d91ecc886ce425a..e0adcc1fe2003f3123ad36cd3895331e6c061996 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -78,6 +78,7 @@ group("root") {
"//third_party/zlib",
"//third_party:jpeg",
"//tools/gn",
+ "//ui/aura",
"//ui/accessibility",
"//ui/base",
"//ui/events",
@@ -123,11 +124,12 @@ group("root") {
"//extensions/common/api:extensions_api",
"//pdf", # Not compiled on Android in GYP yet, either.
"//ppapi:ppapi_c",
+ "//sandbox",
"//third_party/libusb",
# "//third_party/WebKit/Source/platform",
"//third_party/WebKit/Source/wtf", # TODO(brettw) re-enable for Android.
- "//sandbox",
"//tools/gn",
+ "//ui/aura",
# Not tested on Android yet:
"//webkit/browser:storage",
« no previous file with comments | « no previous file | build/config/linux/BUILD.gn » ('j') | ui/gfx/x/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698