From 42437f87baaa09b0b0a3e78039b933094871c87d Mon Sep 17 00:00:00 2001 From: "hajimehoshi@chromium.org" Date: Tue, 22 Oct 2013 02:10:00 +0000 Subject: [PATCH] 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: http://src.chromium.org/svn/trunk/src/build@230010 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index 32a5bc0dc..4a1c3d89e 100644 --- a/common.gypi +++ b/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,