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

Unified Diff: build/config/features.gni

Issue 1700333002: Remove CLD_VERSION define. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 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 | « build/config/BUILD.gn ('k') | no next file » | 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 a235be4ac9ac996571e8b23343724fe364a0cf16..7de39efee56bbbd7ffa249f2376abb1501fc4c95 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -38,16 +38,6 @@ declare_args() {
# Additional dependent variables -----------------------------------------------
-# Set the version of CLD.
-# 0: Don't specify the version. This option is for the Finch testing.
-# 1: Use only CLD1.
-# 2: Use only CLD2.
-if (is_android) {
- cld_version = 1
-} else {
- cld_version = 2
-}
-
# libudev usage.
use_udev = is_linux && !is_fnl
« no previous file with comments | « build/config/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698