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

Unified Diff: build/config/BUILD.gn

Issue 1920853002: Drop support for Compact Language Detector v1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Preserve yfriedman@ comment in chrome/android/chrome_apk.gyp Created 4 years, 8 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/common.gypi ('k') | build/config/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index e863459caaee56c0e0cc81fd5fb8d1d264e554c4..2ea758d5bd68b40d2ce55206f903804984b9a7e7 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -51,7 +51,6 @@ config("feature_flags") {
# TODO(brettw) this probably needs to be parameterized.
defines = [
"V8_DEPRECATION_WARNINGS", # Don't use deprecated V8 APIs anywhere.
- "CLD_VERSION=$cld_version",
]
if (enable_mdns) {
defines += [ "ENABLE_MDNS=1" ]
« no previous file with comments | « build/common.gypi ('k') | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698