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

Unified Diff: build/config/BUILD.gn

Issue 1259883007: Remove the Finch test 'CLD1VsCLD2' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 2d1dd1ed7d4dbcf0184722fe87f9de3928d087c3..b824458a566dcd58a49bfaf3b67a2caf1858c39d 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -45,10 +45,7 @@ declare_args() {
config("feature_flags") {
# TODO(brettw) this probably needs to be parameterized.
defines = [ "V8_DEPRECATION_WARNINGS" ] # Don't use deprecated V8 APIs anywhere.
-
- if (cld_version > 0) {
- defines += [ "CLD_VERSION=$cld_version" ]
- }
+ defines += [ "CLD_VERSION=$cld_version" ]
Takashi Toyoshima 2015/07/30 08:41:05 defines = [ "V8...", # ... "CLD_..." ] may be
hajimehoshi 2015/07/30 08:51:29 Done.
if (enable_mdns) {
defines += [ "ENABLE_MDNS=1" ]
}

Powered by Google App Engine
This is Rietveld 408576698