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

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: Rebase Created 6 years, 1 month 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 cc431616e260946987ada8d229e5db694d9be447..cefc33a275b4bce18f3a78a8f71754f6ddc6ddfd 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