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

Unified Diff: chrome/browser/resources/chromeos/chromevox/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 | « chrome/android/chrome_apk.gyp ('k') | chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/BUILD.gn
diff --git a/chrome/browser/resources/chromeos/chromevox/BUILD.gn b/chrome/browser/resources/chromeos/chromevox/BUILD.gn
index 2302c2c3b6dd37c24521a72144ad30e446db731b..7e460a0b07dafaa1a820b5c095c6baa531874d65 100644
--- a/chrome/browser/resources/chromeos/chromevox/BUILD.gn
+++ b/chrome/browser/resources/chromeos/chromevox/BUILD.gn
@@ -332,11 +332,9 @@ test("chromevox_tests") {
"//content/test:browsertest_base",
"//testing/gmock",
"//testing/gtest",
- ]
- if (cld_version == 0 || cld_version == 2) {
# Because the browser_tests use translate, they need CLD data.
- deps += [ "//third_party/cld_2:cld2_platform_impl" ]
- }
+ "//third_party/cld_2:cld2_platform_impl"
+ ]
}
action("chromevox_test_messages_js") {
« no previous file with comments | « chrome/android/chrome_apk.gyp ('k') | chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698