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

Unified Diff: build/common.gypi

Issue 333603002: Modularize Compact Language Detector 2 (CLD2) data sources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Takashi's comments and virtual destructors Created 6 years, 6 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 | chrome/browser/component_updater/DEPS » ('j') | chrome/browser/component_updater/DEPS » ('J')
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 2a0118ba9cf04de389cf51d7838785ecf69c9689..10dedf2317a50322bb2945fc1b074bd9574ac2cb 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -683,8 +683,8 @@
['OS=="android"', {
'enable_extensions%': 0,
'enable_google_now%': 0,
- 'cld_version%': 1,
- 'cld2_dynamic%': 0,
+ 'cld_version%': 2,
+ 'cld2_dynamic%': 1,
'cld2_is_component%': 0,
'enable_spellcheck%': 0,
'enable_themes%': 0,
« no previous file with comments | « no previous file | chrome/browser/component_updater/DEPS » ('j') | chrome/browser/component_updater/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698