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

Unified Diff: build/config/features.gni

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: Fix merge error in chrome/browser/BUILD.gn 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: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 4ed933f7182137e710e068672104746cd5dae9a0..ad4ed343c546739439fbc103f714312c3b241020 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -105,17 +105,6 @@ if (is_android) {
enable_configuration_policy = true
-# The data acquisition mode for CLD2. Possible values are:
-# static: CLD2 data is statically linked to the executable.
-# standalone: CLD2 data is provided in a standalone file that is
-# bundled with the executable.
-# component: CLD2 data is provided as a Chrome "component" and is
-# downloaded via the component updater.
-#
-# For more information on switching the CLD2 data source, see:
-# https://sites.google.com/a/chromium.org/dev/developers/how-tos/compact-language-detector-cld-data-source-configuration
-cld2_data_source = "static"
-
# Enables support for background apps.
enable_background = !is_ios && !is_android
« no previous file with comments | « build/common.gypi ('k') | chrome/BUILD.gn » ('j') | chrome/browser/translate/cld_data_harness.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698