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", |