| 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 |
| 11 sources = [ | 11 sources = [ |
| 12 "cr_elements/cr_elements_focus_test.js", | 12 "cr_elements/cr_elements_focus_test.js", |
| 13 "md_bookmarks/md_bookmarks_focus_test.js", |
| 13 "md_history/md_history_focus_test.js", | 14 "md_history/md_history_focus_test.js", |
| 14 "settings/cr_settings_interactive_ui_tests.js", | 15 "settings/cr_settings_interactive_ui_tests.js", |
| 15 ] | 16 ] |
| 16 | 17 |
| 17 gen_include_files = [ | 18 gen_include_files = [ |
| 18 "polymer_browser_test_base.js", | 19 "polymer_browser_test_base.js", |
| 19 "polymer_interactive_ui_test.js", | 20 "polymer_interactive_ui_test.js", |
| 20 ] | 21 ] |
| 21 | 22 |
| 22 deps = [ | 23 deps = [ |
| (...skipping 164 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 |