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

Unified Diff: build/common.gypi

Issue 1306053014: Add cld2_table_size variable to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | build/config/features.gni » ('j') | 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 646fd0dcc18986e34b84eb4d9e35db65aca29b2e..31c7fe60c50212de5749426c57b42a3fb5808b6e 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.
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698