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

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

Issue 2093753002: Reland: Make ChromeVox Next a setting in options page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/browser/resources/chromeos/chromevox/chromevox/background/background.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 import("chromevox.gni") 8 import("chromevox.gni")
9 9
10 assert(is_chromeos) 10 assert(is_chromeos)
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 sources += chromevox_assets_gypi_values.chromevox_assets_chromevox_background_ mathmaps_functions 142 sources += chromevox_assets_gypi_values.chromevox_assets_chromevox_background_ mathmaps_functions
143 sources += chromevox_assets_gypi_values.chromevox_assets_chromevox_background_ mathmaps_symbols 143 sources += chromevox_assets_gypi_values.chromevox_assets_chromevox_background_ mathmaps_symbols
144 sources += 144 sources +=
145 chromevox_assets_gypi_values.chromevox_assets_cvox2_background_earcons 145 chromevox_assets_gypi_values.chromevox_assets_cvox2_background_earcons
146 sources += [ 146 sources += [
147 "chromevox/background/background.html", 147 "chromevox/background/background.html",
148 "chromevox/background/kbexplorer.html", 148 "chromevox/background/kbexplorer.html",
149 "chromevox/background/options.html", 149 "chromevox/background/options.html",
150 "chromevox/injected/api.js", 150 "chromevox/injected/api.js",
151 "cvox2/background/background.html", 151 "cvox2/background/background.html",
152 "cvox2/background/next_update.html",
152 "cvox2/background/panel.css", 153 "cvox2/background/panel.css",
153 "cvox2/background/panel.html", 154 "cvox2/background/panel.html",
154 ] 155 ]
155 if (chromevox_compress_js) { 156 if (chromevox_compress_js) {
156 sources += [ "chromevox/injected/api_util.js" ] 157 sources += [ "chromevox/injected/api_util.js" ]
157 } else { 158 } else {
158 sources += chromevox_modules 159 sources += chromevox_modules
159 sources += [ 160 sources += [
160 "closure/closure_preinit.js", 161 "closure/closure_preinit.js",
161 chromevox_vars_gypi_values.chromevox_content_script_loader_file, 162 chromevox_vars_gypi_values.chromevox_content_script_loader_file,
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 389 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
389 } 390 }
390 391
391 js2gtest("chromevox_extjs_tests") { 392 js2gtest("chromevox_extjs_tests") {
392 test_type = "extension" 393 test_type = "extension"
393 sources = chromevox_tests_gypi_values.chromevox_tests_extjs_sources 394 sources = chromevox_tests_gypi_values.chromevox_tests_extjs_sources
394 gen_include_files = 395 gen_include_files =
395 chromevox_tests_gypi_values.chromevox_tests_ext_gen_include_sources 396 chromevox_tests_gypi_values.chromevox_tests_ext_gen_include_sources
396 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 397 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
397 } 398 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698