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

Unified Diff: build/common.gypi

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 | « no previous file | build/config/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 60591d323a193a7b7e19bfc5adcce2fe2afd0ba0..646fd0dcc18986e34b84eb4d9e35db65aca29b2e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -557,13 +557,12 @@
'enable_print_preview%': 1,
# Set the version of CLD.
- # 1: Use only CLD1.
+ # 1: (DEPRECATED! See http://crbug.com/528305 for info) Use only CLD1.
# 2: Use only CLD2.
'cld_version%': 2,
# For CLD2, the size of the tables that should be included in the build
- # Only evaluated if cld_version == 2 or if building the CLD2 dynamic data
- # tool explicitly.
+ # Only evaluated if cld_version == 2.
# See third_party/cld_2/cld_2.gyp for more information.
# 0: Small tables, lower accuracy
# 2: Large tables, high accuracy
@@ -817,7 +816,7 @@
['OS=="android"', {
'enable_extensions%': 0,
'enable_google_now%': 0,
- 'cld_version%': 1,
+ 'cld2_table_size%': 0,
'enable_themes%': 0,
'remoting%': 0,
'arm_neon%': 0,
@@ -869,7 +868,6 @@
'disable_ftp_support%': 1,
'enable_extensions%': 0,
'enable_google_now%': 0,
- 'cld_version%': 2,
'cld2_table_size%': 0,
'enable_basic_printing%': 0,
'enable_print_preview%': 0,
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698