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

Unified Diff: build/common.gypi

Issue 345223006: Make CLD data source default value actually overridable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge conflict with earlier patch 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 | no next file » | 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 e5c963e57c432193b553e221db06495f585e2b6f..ae38a56eec0703b8d60d211c168375a920b0c92c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -466,7 +466,7 @@
#
# 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',
+ 'cld2_data_source%': 'static',
# Enable spell checker.
'enable_spellcheck%': 1,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698