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

Unified Diff: extensions/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 | « components/translate/core/language_detection/language_detection_util.cc ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index 6cfd836476751dae835dccaf0de27af9287ff55c..a0f0ef87e5e73ea4b02cbc36755da5dbbf80e927 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -93,16 +93,13 @@ source_set("test_support") {
"//net:test_support",
"//testing/gmock",
"//testing/gtest",
+ "//third_party/cld_2:cld2_static",
]
public_deps = [
"//content/public/browser",
"//extensions/common/api/cast_channel:cast_channel_proto",
]
-
- if (cld_version == 2) {
- deps += [ "//third_party/cld_2:cld2_static" ]
- }
}
# GYP version: //extensions/extensions.gyp:extensions_shell_and_test_pak
« no previous file with comments | « components/translate/core/language_detection/language_detection_util.cc ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698