summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorandrewhayden <andrewhayden@chromium.org>2015-09-05 13:58:36 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-05 20:59:10 +0000
commitb32a1daf9763b66e7f12a3e88e4b526589dd8479 (patch)
tree87ba83ebe527e77051544d404471beae680f2987 /build/common.gypi
parent32db00124d6ac3b9be90f1069c640a9d44e22d52 (diff)
downloadchromium_src-b32a1daf9763b66e7f12a3e88e4b526589dd8479.zip
chromium_src-b32a1daf9763b66e7f12a3e88e4b526589dd8479.tar.gz
chromium_src-b32a1daf9763b66e7f12a3e88e4b526589dd8479.tar.bz2
Add cld2_table_size variable to GN build.
This variable has been in common.gypi for some time, but was missing from GN. BUG=528257 Review URL: https://codereview.chromium.org/1306053014 Cr-Commit-Position: refs/heads/master@{#347576}
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 70d5ac6..7900d94 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -564,8 +564,8 @@
# 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, lower accuracy
- # 2: Large tables, high accuracy
+ # 0: Small tables, high accuracy
+ # 2: Large tables, higher accuracy
'cld2_table_size%': 2,
# Enable spell checker.