| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 "settings/cr_settings_browsertest.js", | 114 "settings/cr_settings_browsertest.js", |
| 115 "settings/help_page_browsertest.js", | 115 "settings/help_page_browsertest.js", |
| 116 "settings/languages_page_browsertest.js", | 116 "settings/languages_page_browsertest.js", |
| 117 "settings/on_startup_browsertest.js", | 117 "settings/on_startup_browsertest.js", |
| 118 "settings/passwords_and_autofill_fake_data.js", | 118 "settings/passwords_and_autofill_fake_data.js", |
| 119 "settings/passwords_and_forms_browsertest.js", | 119 "settings/passwords_and_forms_browsertest.js", |
| 120 "settings/settings_autofill_section_browsertest.js", | 120 "settings/settings_autofill_section_browsertest.js", |
| 121 "settings/settings_idle_load_browsertest.js", | 121 "settings/settings_idle_load_browsertest.js", |
| 122 "settings/settings_page_browsertest.js", | 122 "settings/settings_page_browsertest.js", |
| 123 "settings/settings_passwords_section_browsertest.js", | 123 "settings/settings_passwords_section_browsertest.js", |
| 124 "settings/settings_subpage_browsertest.js", |
| 124 "settings/settings_ui_browsertest.js", | 125 "settings/settings_ui_browsertest.js", |
| 125 "settings/site_settings_page_browsertest.js", | 126 "settings/site_settings_page_browsertest.js", |
| 126 ] | 127 ] |
| 127 | 128 |
| 128 if (is_chromeos) { | 129 if (is_chromeos) { |
| 129 sources += [ "settings/easy_unlock_browsertest_chromeos.js" ] | 130 sources += [ "settings/easy_unlock_browsertest_chromeos.js" ] |
| 130 } | 131 } |
| 131 } | 132 } |
| 132 | 133 |
| 133 if (is_chrome_branded) { | 134 if (is_chrome_branded) { |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 "../../../browser/resources/chromeos/braille_ime/braille_ime_unittest.gtes
tjs", | 188 "../../../browser/resources/chromeos/braille_ime/braille_ime_unittest.gtes
tjs", |
| 188 "../../../browser/resources/chromeos/select_to_speak/select_to_speak_unitt
est.gtestjs", | 189 "../../../browser/resources/chromeos/select_to_speak/select_to_speak_unitt
est.gtestjs", |
| 189 ] | 190 ] |
| 190 extra_js_files += [ | 191 extra_js_files += [ |
| 191 "../../../browser/resources/chromeos/braille_ime/braille_ime.js", | 192 "../../../browser/resources/chromeos/braille_ime/braille_ime.js", |
| 192 "../../../browser/resources/chromeos/select_to_speak/select_to_speak.js", | 193 "../../../browser/resources/chromeos/select_to_speak/select_to_speak.js", |
| 193 "../../../browser/resources/chromeos/select_to_speak/test_support.js", | 194 "../../../browser/resources/chromeos/select_to_speak/test_support.js", |
| 194 ] | 195 ] |
| 195 } | 196 } |
| 196 } | 197 } |
| OLD | NEW |