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

Unified Diff: extensions/shell/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 | « extensions/extensions.gyp ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/BUILD.gn
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
index fca3ec3e9277a789420b8912b52569427f21d761..4fda99932e35e8d96fd81f6c23f469967b7f35cd 100644
--- a/extensions/shell/BUILD.gn
+++ b/extensions/shell/BUILD.gn
@@ -57,6 +57,7 @@ source_set("app_shell_lib") {
"//mojo/edk/system",
"//skia",
"//third_party/WebKit/public:blink",
+ "//third_party/cld_2:cld2_platform_impl",
"//ui/base",
"//ui/base/ime",
"//v8",
@@ -109,10 +110,6 @@ source_set("app_shell_lib") {
]
}
}
-
- if (cld_version == 2) {
- deps += [ "//third_party/cld_2:cld2_platform_impl" ]
- }
}
if (!(is_chromeos && !use_ozone)) {
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698