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

Unified Diff: build/common.gypi

Issue 1920853002: Drop support for Compact Language Detector v1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Preserve yfriedman@ comment in chrome/android/chrome_apk.gyp Created 4 years, 8 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/BUILD.gn » ('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 74836e7ab5931378d7b5a7d0853e031a1ba6e1aa..c4c2d88b6447c57d0cbcdd4451ce0a064d8fe3df 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -547,13 +547,7 @@
# enable_basic_printing. It's possible to build Chrome with preview only.
'enable_print_preview%': 1,
- # Set the version of CLD.
- # 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.
# See third_party/cld_2/cld_2.gyp for more information.
# 0: Small tables, high accuracy
# 2: Large tables, higher accuracy
@@ -1252,7 +1246,6 @@
'enable_print_preview%': '<(enable_print_preview)',
'enable_spellcheck%': '<(enable_spellcheck)',
'use_browser_spellchecker%': '<(use_browser_spellchecker)',
- 'cld_version%': '<(cld_version)',
'cld2_table_size%': '<(cld2_table_size)',
'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
'disable_file_support%': '<(disable_file_support)',
@@ -2663,7 +2656,6 @@
'defines': [
# Don't use deprecated V8 APIs anywhere.
'V8_DEPRECATION_WARNINGS',
- 'CLD_VERSION=<(cld_version)',
],
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)',
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698