| OLD | NEW |
| 1 # Copyright 2017 The Chromium Authors. All rights reserved. | 1 # Copyright 2017 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("//chrome/common/features.gni") | 5 import("//chrome/common/features.gni") |
| 6 import("//chrome/test/base/js2gtest.gni") | 6 import("//chrome/test/base/js2gtest.gni") |
| 7 | 7 |
| 8 js2gtest("interactive_ui_tests_js_webui") { | 8 js2gtest("interactive_ui_tests_js_webui") { |
| 9 test_type = "webui" | 9 test_type = "webui" |
| 10 | 10 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 # Javascript sources. These are combined with the .cc files in the GYP build | 33 # Javascript sources. These are combined with the .cc files in the GYP build |
| 34 # and are handled by a rule, but in the GN build they're in a separate | 34 # and are handled by a rule, but in the GN build they're in a separate |
| 35 # action so need to be separated out. | 35 # action so need to be separated out. |
| 36 sources = [ | 36 sources = [ |
| 37 "../../../browser/ui/webui/app_list/start_page_browsertest.js", | 37 "../../../browser/ui/webui/app_list/start_page_browsertest.js", |
| 38 "../../../browser/ui/webui/chromeos/bluetooth_pairing_ui_browsertest.js", | 38 "../../../browser/ui/webui/chromeos/bluetooth_pairing_ui_browsertest.js", |
| 39 "../../../browser/ui/webui/chromeos/certificate_manager_dialog_browsertest.j
s", | 39 "../../../browser/ui/webui/chromeos/certificate_manager_dialog_browsertest.j
s", |
| 40 "../../../browser/ui/webui/chromeos/set_time_ui_browsertest.js", | 40 "../../../browser/ui/webui/chromeos/set_time_ui_browsertest.js", |
| 41 "../../../browser/ui/webui/extensions/chromeos/kiosk_apps_browsertest.js", | 41 "../../../browser/ui/webui/extensions/chromeos/kiosk_apps_browsertest.js", |
| 42 "../../../browser/ui/webui/extensions/extension_settings_browsertest.js", | 42 "../../../browser/ui/webui/extensions/extension_settings_browsertest.js", |
| 43 "../../../browser/ui/webui/help/help_browsertest.js", | |
| 44 "../../../browser/ui/webui/identity_internals_ui_browsertest.js", | 43 "../../../browser/ui/webui/identity_internals_ui_browsertest.js", |
| 45 "../../../browser/ui/webui/sync_internals_browsertest.js", | 44 "../../../browser/ui/webui/sync_internals_browsertest.js", |
| 46 "../../../browser/ui/webui/sync_setup_browsertest.js", | 45 "../../../browser/ui/webui/sync_setup_browsertest.js", |
| 47 "../chromeos/oobe_webui_browsertest.js", | 46 "../chromeos/oobe_webui_browsertest.js", |
| 48 "about_invalidations_browsertest.js", | 47 "about_invalidations_browsertest.js", |
| 49 "accessibility_audit_browsertest.js", | 48 "accessibility_audit_browsertest.js", |
| 50 "assertions.js", | 49 "assertions.js", |
| 51 "async_gen.js", | 50 "async_gen.js", |
| 52 "bluetooth_internals_browsertest.js", | 51 "bluetooth_internals_browsertest.js", |
| 53 "certificate_viewer_dialog_test.js", | 52 "certificate_viewer_dialog_test.js", |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 "../../../browser/resources/chromeos/braille_ime/braille_ime_unittest.gtes
tjs", | 146 "../../../browser/resources/chromeos/braille_ime/braille_ime_unittest.gtes
tjs", |
| 148 "../../../browser/resources/chromeos/select_to_speak/select_to_speak_unitt
est.gtestjs", | 147 "../../../browser/resources/chromeos/select_to_speak/select_to_speak_unitt
est.gtestjs", |
| 149 ] | 148 ] |
| 150 extra_js_files += [ | 149 extra_js_files += [ |
| 151 "../../../browser/resources/chromeos/braille_ime/braille_ime.js", | 150 "../../../browser/resources/chromeos/braille_ime/braille_ime.js", |
| 152 "../../../browser/resources/chromeos/select_to_speak/select_to_speak.js", | 151 "../../../browser/resources/chromeos/select_to_speak/select_to_speak.js", |
| 153 "../../../browser/resources/chromeos/select_to_speak/test_support.js", | 152 "../../../browser/resources/chromeos/select_to_speak/test_support.js", |
| 154 ] | 153 ] |
| 155 } | 154 } |
| 156 } | 155 } |
| OLD | NEW |