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

Unified Diff: BUILD.gn

Issue 571863002: GN: Get //chrome/* mostly working on android (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 | build/config/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 37d2f0eb9ff438e796252aca8ee70ee4d7f8f003..c12e8279cf48c00967cd3a2b5b1c223514bc4d34 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -25,12 +25,9 @@ group("root") {
"//cc/blink",
"//chrome/browser",
"//chrome/browser/devtools",
- "//chrome/browser/ui",
- "//chrome/browser/ui/views",
"//chrome/common",
"//chrome/plugin",
"//chrome/renderer",
- "//chrome/service",
"//chrome/utility",
"//components:all_components",
"//content",
@@ -78,7 +75,6 @@ group("root") {
"//third_party/iccjpeg",
"//third_party/icu",
"//third_party/leveldatabase",
- "//third_party/libaddressinput",
"//third_party/libphonenumber",
"//third_party/libjingle",
"//third_party/libpng",
@@ -182,15 +178,12 @@ group("root") {
deps -= [
"//apps", # Needs testing.
- "//chrome/browser", # Blocked on content.
- "//chrome/browser/devtools", # Blocked on content.
- "//chrome/browser/ui", # Blocked on content.
- "//chrome/browser/ui/views", # Blocked on content.
- "//chrome/common", # Blocked on content.
- "//chrome/plugin", # Blocked on content.
- "//chrome/renderer", # Blocked on content.
- "//chrome/service", # Blocked on content.
- "//chrome/utility", # Blocked on content.
+ "//chrome/browser",
+ "//chrome/browser/devtools",
+ "//chrome/common",
+ "//chrome/plugin",
+ "//chrome/renderer",
+ "//chrome/utility",
"//content/shell:content_shell",
"//extensions/browser",
"//extensions/common",
@@ -221,7 +214,6 @@ group("root") {
"//remoting/client/plugin",
"//storage/browser",
"//third_party/cld_2",
- "//third_party/libaddressinput",
"//third_party/ffmpeg",
"//ui/app_list",
"//ui/web_dialogs",
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698