summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhajimehoshi@chromium.org <hajimehoshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-22 02:10:00 +0000
committerhajimehoshi@chromium.org <hajimehoshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-22 02:10:00 +0000
commitd8ef23605654c61a5d982c2747dce6a912bf6d7e (patch)
treee0b9288cf0b17299f831d5c17cb6665a50a95cad
parentd96efb858c168820c8d9f04d7405ea1f879e4719 (diff)
downloadchromium_src-d8ef23605654c61a5d982c2747dce6a912bf6d7e.zip
chromium_src-d8ef23605654c61a5d982c2747dce6a912bf6d7e.tar.gz
chromium_src-d8ef23605654c61a5d982c2747dce6a912bf6d7e.tar.bz2
Make CLD2 default on the desktop platforms. We'd like to use CLD2 as of M32.
BUG=240647 Review URL: https://codereview.chromium.org/31443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230010 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 32a5bc0..4a1c3d8 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -353,7 +353,7 @@
# 0: Don't specify the version. This option is for the Finch testing.
# 1: Use only CLD1.
# 2: Use only CLD2.
- 'cld_version%': 0,
+ 'cld_version%': 2,
# Enable spell checker.
'enable_spellcheck%': 1,