| 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") {
|
|
|