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

Unified Diff: build/config/features.gni

Issue 1377333002: Make cld2_table_size configurable in GN builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move cld2_table_size declaration to third_party/cld_2/BUILD.gn Created 5 years, 2 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 | third_party/cld_2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 9a29d5e11fb92eb9e6c63ea4f370300fa56d1cea..f1cb1f8dea22148f429f3b190d45b9861afba72b 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -125,12 +125,6 @@ declare_args() {
# 2: Use only CLD2.
cld_version = 2
-if (is_android || is_ios) {
- cld2_table_size = 0 # Small, accurate tables
-} else {
- cld2_table_size = 2 # Larger, more accurate tables
-}
-
# libudev usage. This currently only affects the content layer.
use_udev = is_linux && !is_chromecast
« no previous file with comments | « no previous file | third_party/cld_2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698