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

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/BUILD.gn

Issue 2238613002: Support output for Chrome's native find in ChromeVox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@text_markers
Patch Set: Don't forget to bit shift in SendTreeChanges (checking against cached overall tree filter). Created 4 years, 4 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/browser/resources/chromeos/chromevox/common/chrome_extension_externs.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//chrome/test/base/js2gtest.gni") 7 import("//chrome/test/base/js2gtest.gni")
8 8
9 assert(is_chromeos) 9 assert(is_chromeos)
10 10
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "cvox2/background/automation_util.js", 133 "cvox2/background/automation_util.js",
134 "cvox2/background/background.js", 134 "cvox2/background/background.js",
135 "cvox2/background/base_automation_handler.js", 135 "cvox2/background/base_automation_handler.js",
136 "cvox2/background/chromevox_state.js", 136 "cvox2/background/chromevox_state.js",
137 "cvox2/background/command_handler.js", 137 "cvox2/background/command_handler.js",
138 "cvox2/background/constants.js", 138 "cvox2/background/constants.js",
139 "cvox2/background/cursors.js", 139 "cvox2/background/cursors.js",
140 "cvox2/background/desktop_automation_handler.js", 140 "cvox2/background/desktop_automation_handler.js",
141 "cvox2/background/earcon_engine.js", 141 "cvox2/background/earcon_engine.js",
142 "cvox2/background/editing.js", 142 "cvox2/background/editing.js",
143 "cvox2/background/find_handler.js",
143 "cvox2/background/i_search.js", 144 "cvox2/background/i_search.js",
144 "cvox2/background/keyboard_handler.js", 145 "cvox2/background/keyboard_handler.js",
145 "cvox2/background/live_regions.js", 146 "cvox2/background/live_regions.js",
146 "cvox2/background/next_earcons.js", 147 "cvox2/background/next_earcons.js",
147 "cvox2/background/notifications.js", 148 "cvox2/background/notifications.js",
148 "cvox2/background/output.js", 149 "cvox2/background/output.js",
149 "cvox2/background/panel.js", 150 "cvox2/background/panel.js",
150 "cvox2/background/panel_command.js", 151 "cvox2/background/panel_command.js",
151 "cvox2/background/panel_menu.js", 152 "cvox2/background/panel_menu.js",
152 "cvox2/background/panel_menu_item.js", 153 "cvox2/background/panel_menu_item.js",
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 635 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
635 } 636 }
636 637
637 js2gtest("chromevox_extjs_tests") { 638 js2gtest("chromevox_extjs_tests") {
638 test_type = "extension" 639 test_type = "extension"
639 sources = chromevox_tests_gypi_values.chromevox_tests_extjs_sources 640 sources = chromevox_tests_gypi_values.chromevox_tests_extjs_sources
640 gen_include_files = 641 gen_include_files =
641 chromevox_tests_gypi_values.chromevox_tests_ext_gen_include_sources 642 chromevox_tests_gypi_values.chromevox_tests_ext_gen_include_sources
642 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 643 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
643 } 644 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698