| 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 c3bce7ef6a5ab8a5c835a977c7650cc9e1b9f292..e2a169361a9375ca34f090efe44f7693118e95f5 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/BUILD.gn
|
| +++ b/chrome/browser/resources/chromeos/chromevox/BUILD.gn
|
| @@ -26,15 +26,15 @@ group("chromevox") {
|
|
|
| #<(DEPTH)/third_party/liblouis/liblouis_nacl.gyp:liblouis_nacl_wrapper_nacl' # TODO(GYP)
|
| ":chromevox_copied_files",
|
| - ":chromevox_manifest",
|
| ":chromevox_guest_manifest",
|
| + ":chromevox_manifest",
|
| ]
|
| if (chromevox_compress_js) {
|
| deps += [
|
| + ":chromevox_background_script",
|
| ":chromevox_content_script",
|
| ":chromevox_kbexplorer_script",
|
| ":chromevox_options_script",
|
| - ":chromevox_background_script",
|
| ":chromevox_panel_script",
|
| ]
|
| } else {
|
| @@ -314,6 +314,8 @@ test("chromevox_tests") {
|
| sources = chromevox_tests_gypi_values.chromevox_tests_sources
|
|
|
| deps = [
|
| + ":chromevox_extjs_tests",
|
| + ":chromevox_unitjs_tests",
|
| "//base",
|
| "//base:i18n",
|
| "//base/test:test_support",
|
| @@ -328,8 +330,6 @@ test("chromevox_tests") {
|
| "//chrome/test:test_support_ui",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| - ":chromevox_extjs_tests",
|
| - ":chromevox_unitjs_tests",
|
| ]
|
| if (cld_version == 0 || cld_version == 2) {
|
| # Because the browser_tests use translate, they need CLD data.
|
|
|