Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Side by Side Diff: chrome/test/data/webui/BUILD.gn

Issue 2920593002: Print Preview: Migrate remaining JS tests to use Mocha. (Closed)
Patch Set: Address comments. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/test/data/webui/print_preview/print_preview.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/webui/print_preview/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698