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

Unified Diff: BUILD.gn

Issue 561623002: GN: Enable blink and (nearly) all of content in android build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | breakpad/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 d60313caccc92dfdacea415090b1c310e6272352..85531ca7b6d43cd3f9974cd2cd9b2b51159c9cda 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -124,7 +124,6 @@ group("root") {
"//ui/views",
"//ui/views/controls/webview",
"//ui/web_dialogs",
- "//ui/wm",
"//url",
"//v8:v8",
]
@@ -145,6 +144,10 @@ group("root") {
deps += [ "//tools/xdisplaycheck" ]
}
+ if (use_aura) {
+ deps += [ "//ui/wm" ]
+ }
+
if (is_win) {
deps += [
"//ui/metro_viewer",
@@ -178,7 +181,6 @@ group("root") {
deps -= [
"//apps", # Needs testing.
- "//cc/blink", # Blocked on blink
"//chrome/browser", # Blocked on content.
"//chrome/browser/devtools", # Blocked on content.
"//chrome/browser/ui", # Blocked on content.
@@ -188,23 +190,16 @@ group("root") {
"//chrome/renderer", # Blocked on content.
"//chrome/service", # Blocked on content.
"//chrome/utility", # Blocked on content.
- "//content",
- "//content/shell:content_shell", # Blocked on content.
- "//content/test:test_support", # Blocked on content.
+ "//content/shell:content_shell",
"//extensions/browser",
"//extensions/common",
"//extensions/common/api",
"//extensions/renderer",
- "//media/blink", # Blocked on blink
"//pdf", # Not compiled on Android in GYP yet, either.
"//ppapi:ppapi_c",
- "//sandbox",
"//third_party/libusb",
"//ui/keyboard", # Blocked on content.
- # Blocked on neon stuff in vp8
- "//third_party/WebKit/public:all_blink",
-
# Seems to not be compiled on Android. Otherwise it will need a config.h.
"//third_party/libxslt",
@@ -229,7 +224,6 @@ group("root") {
"//third_party/ffmpeg",
"//ui/app_list",
"//ui/web_dialogs",
- "//ui/wm",
]
}
« no previous file with comments | « no previous file | breakpad/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698