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" ] |
} |