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

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 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
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 082f3c1e355fa03cc563b73b0e8cdef59e1c7926..da7196af53603c2ae16e8729a3e31d630be0e4d7 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -62,6 +62,7 @@ static_library("common") {
"//components/variations",
"//content/public/common",
"//crypto",
+ "//extensions/strings",
"//media/cast:net",
"//net",
"//skia",
@@ -104,8 +105,6 @@ static_library("common") {
"//chrome/common/extensions/api",
"//extensions/common",
"//extensions/common/api",
- "//extensions/strings",
- "//extensions:extensions_resources",
]
}
@@ -173,7 +172,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",

Powered by Google App Engine
This is Rietveld 408576698