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

Unified Diff: chrome/browser/BUILD.gn

Issue 461633002: Refactor language detection logic to allow non-static CLD data sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: All remaining comments addressed 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/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index b118e85083ab74e50187359ac293260c31022134..578ef3b706bb6b8c52b3e9b0a5d686117b4ecee9 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -252,12 +252,6 @@ static_library("browser") {
sources += rebase_path(gypi_values.chrome_browser_mac_ios_sources,
".", "//chrome")
}
- if (cld2_data_source == "component") {
- sources += [
- "component_updater/cld_component_installer.cc",
- "component_updater/cld_component_installer.h",
- ]
- }
if (enable_extensions) {
public_deps += [ "//chrome/browser/extensions" ]
deps += [

Powered by Google App Engine
This is Rietveld 408576698