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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 "../../../browser/ui/webui/options/language_options_dictionary_download_br
owsertest.js", | 142 "../../../browser/ui/webui/options/language_options_dictionary_download_br
owsertest.js", |
143 "../../../browser/ui/webui/options/multilanguage_options_webui_browsertest
.js", | 143 "../../../browser/ui/webui/options/multilanguage_options_webui_browsertest
.js", |
144 ] | 144 ] |
145 } | 145 } |
146 if (!enable_app_list) { | 146 if (!enable_app_list) { |
147 sources -= | 147 sources -= |
148 [ "../../../browser/ui/webui/app_list/start_page_browsertest.js" ] | 148 [ "../../../browser/ui/webui/app_list/start_page_browsertest.js" ] |
149 } | 149 } |
150 if (enable_print_preview) { | 150 if (enable_print_preview) { |
151 sources += [ | 151 sources += [ |
152 "print_preview/print_preview.js", | |
153 "print_preview/print_preview_destination_search_test.js", | 152 "print_preview/print_preview_destination_search_test.js", |
154 "print_preview/print_preview_ui_browsertest.js", | 153 "print_preview/print_preview_ui_browsertest.js", |
155 ] | 154 ] |
156 } | 155 } |
157 deps = [ | 156 deps = [ |
158 "//chrome/browser/ui", | 157 "//chrome/browser/ui", |
159 "//skia", | 158 "//skia", |
160 ] | 159 ] |
161 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 160 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
162 } | 161 } |
(...skipping 20 matching lines...) Expand all Loading... |
183 "../../../browser/resources/chromeos/braille_ime/braille_ime_unittest.gtes
tjs", | 182 "../../../browser/resources/chromeos/braille_ime/braille_ime_unittest.gtes
tjs", |
184 "../../../browser/resources/chromeos/select_to_speak/select_to_speak_unitt
est.gtestjs", | 183 "../../../browser/resources/chromeos/select_to_speak/select_to_speak_unitt
est.gtestjs", |
185 ] | 184 ] |
186 extra_js_files += [ | 185 extra_js_files += [ |
187 "../../../browser/resources/chromeos/braille_ime/braille_ime.js", | 186 "../../../browser/resources/chromeos/braille_ime/braille_ime.js", |
188 "../../../browser/resources/chromeos/select_to_speak/select_to_speak.js", | 187 "../../../browser/resources/chromeos/select_to_speak/select_to_speak.js", |
189 "../../../browser/resources/chromeos/select_to_speak/test_support.js", | 188 "../../../browser/resources/chromeos/select_to_speak/test_support.js", |
190 ] | 189 ] |
191 } | 190 } |
192 } | 191 } |
OLD | NEW |