| 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", | |
| 125 "settings/settings_ui_browsertest.js", | 124 "settings/settings_ui_browsertest.js", |
| 126 "settings/site_settings_page_browsertest.js", | 125 "settings/site_settings_page_browsertest.js", |
| 127 ] | 126 ] |
| 128 | 127 |
| 129 if (is_chromeos) { | 128 if (is_chromeos) { |
| 130 sources += [ "settings/easy_unlock_browsertest_chromeos.js" ] | 129 sources += [ "settings/easy_unlock_browsertest_chromeos.js" ] |
| 131 } | 130 } |
| 132 } | 131 } |
| 133 | 132 |
| 134 if (is_chrome_branded) { | 133 if (is_chrome_branded) { |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 "../../../browser/resources/chromeos/braille_ime/braille_ime_unittest.gtes
tjs", | 187 "../../../browser/resources/chromeos/braille_ime/braille_ime_unittest.gtes
tjs", |
| 189 "../../../browser/resources/chromeos/select_to_speak/select_to_speak_unitt
est.gtestjs", | 188 "../../../browser/resources/chromeos/select_to_speak/select_to_speak_unitt
est.gtestjs", |
| 190 ] | 189 ] |
| 191 extra_js_files += [ | 190 extra_js_files += [ |
| 192 "../../../browser/resources/chromeos/braille_ime/braille_ime.js", | 191 "../../../browser/resources/chromeos/braille_ime/braille_ime.js", |
| 193 "../../../browser/resources/chromeos/select_to_speak/select_to_speak.js", | 192 "../../../browser/resources/chromeos/select_to_speak/select_to_speak.js", |
| 194 "../../../browser/resources/chromeos/select_to_speak/test_support.js", | 193 "../../../browser/resources/chromeos/select_to_speak/test_support.js", |
| 195 ] | 194 ] |
| 196 } | 195 } |
| 197 } | 196 } |
| OLD | NEW |