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

Unified Diff: build/config/features.gni

Issue 1327543003: Update Android to use Compact Language Detector v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete customization from os==ios and sync changes to GN too Created 5 years, 3 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
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 73ba9fc7c8991a7a538e26f520554707ac5c5395..f6469e234edb5aeb46ffd0d60dcdc8b4495e2a25 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -125,14 +125,9 @@ declare_args() {
# Additional dependent variables -----------------------------------------------
# Set the version of CLD.
-# 0: Don't specify the version. This option is for the Finch testing.
-# 1: Use only CLD1.
+# 1: (DEPRECATED! See http://crbug.com/528305 for info) Use only CLD1.
# 2: Use only CLD2.
-if (is_android) {
- cld_version = 1
-} else {
- cld_version = 2
-}
+cld_version = 2
# libudev usage. This currently only affects the content layer.
use_udev = is_linux
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698