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

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

Issue 2820153003: [MD Bookmarks] Add keyboard navigation to sidebar. (Closed)
Patch Set: address comments Created 3 years, 7 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
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/folder_node.js ('k') | chrome/test/data/webui/md_bookmarks/dnd_manager_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698