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

Unified Diff: chrome/common/BUILD.gn

Issue 570203002: Make chrome_shell_apk build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-jamesr
Patch Set: Rebase add chrome_version_java/page_connection_info_javagen Created 6 years, 2 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 | « chrome/chrome_shell.gypi ('k') | components/bookmarks.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 082f3c1e355fa03cc563b73b0e8cdef59e1c7926..d295f52f8b49d18136024133e292d64cd0f7faba 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -62,6 +62,8 @@ static_library("common") {
"//components/variations",
"//content/public/common",
"//crypto",
+ "//extensions:extensions_resources",
+ "//extensions/strings",
"//media/cast:net",
"//net",
"//skia",
@@ -104,8 +106,6 @@ static_library("common") {
"//chrome/common/extensions/api",
"//extensions/common",
"//extensions/common/api",
- "//extensions/strings",
- "//extensions:extensions_resources",
]
}
@@ -173,7 +173,6 @@ static_library("common") {
sources -= [
"badge_util.cc",
"chrome_version_info_posix.cc",
- "extensions/manifest_handlers/minimum_chrome_version_checker.cc",
"icon_with_badge_image_source.cc",
"media_galleries/metadata_types.h",
"spellcheck_common.cc",
« no previous file with comments | « chrome/chrome_shell.gypi ('k') | components/bookmarks.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698