| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 import("//chrome/test/base/js2gtest.gni") | 7 import("//chrome/test/base/js2gtest.gni") |
| 8 import("run_jsbundler.gni") | 8 import("run_jsbundler.gni") |
| 9 | 9 |
| 10 assert(is_chromeos) | 10 assert(is_chromeos) |
| (...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 "//chrome/test/base/web_ui_browser_test.h", | 526 "//chrome/test/base/web_ui_browser_test.h", |
| 527 ] | 527 ] |
| 528 | 528 |
| 529 deps = [ | 529 deps = [ |
| 530 ":chromevox_extjs_tests", | 530 ":chromevox_extjs_tests", |
| 531 ":chromevox_unitjs_tests", | 531 ":chromevox_unitjs_tests", |
| 532 "//base", | 532 "//base", |
| 533 "//base:i18n", | 533 "//base:i18n", |
| 534 "//base/test:test_support", | 534 "//base/test:test_support", |
| 535 "//chrome:browser_tests_pak", | 535 "//chrome:browser_tests_pak", |
| 536 "//chrome:packed_extra_resources", | |
| 537 "//chrome:packed_resources", | 536 "//chrome:packed_resources", |
| 538 "//chrome:resources", | 537 "//chrome:resources", |
| 539 "//chrome:strings", | 538 "//chrome:strings", |
| 540 "//chrome/browser", | 539 "//chrome/browser", |
| 541 "//chrome/renderer", | 540 "//chrome/renderer", |
| 542 "//chrome/test:browser_tests_runner", | 541 "//chrome/test:browser_tests_runner", |
| 543 "//chrome/test:test_support", | 542 "//chrome/test:test_support", |
| 544 "//chrome/test:test_support_ui", | 543 "//chrome/test:test_support_ui", |
| 545 "//content/test:test_support", | 544 "//content/test:test_support", |
| 546 "//services/shell/background:lib", | 545 "//services/shell/background:lib", |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 ] | 680 ] |
| 682 gen_include_files = [ | 681 gen_include_files = [ |
| 683 "testing/assert_additions.js", | 682 "testing/assert_additions.js", |
| 684 "testing/callback_helper.js", | 683 "testing/callback_helper.js", |
| 685 "testing/chromevox_e2e_test_base.js", | 684 "testing/chromevox_e2e_test_base.js", |
| 686 "testing/chromevox_next_e2e_test_base.js", | 685 "testing/chromevox_next_e2e_test_base.js", |
| 687 "testing/mock_feedback.js", | 686 "testing/mock_feedback.js", |
| 688 ] | 687 ] |
| 689 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 688 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
| 690 } | 689 } |
| OLD | NEW |