OLD | NEW |
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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 sources += chromevox_assets_gypi_values.chromevox_assets_chromevox_background_
mathmaps_functions | 140 sources += chromevox_assets_gypi_values.chromevox_assets_chromevox_background_
mathmaps_functions |
141 sources += chromevox_assets_gypi_values.chromevox_assets_chromevox_background_
mathmaps_symbols | 141 sources += chromevox_assets_gypi_values.chromevox_assets_chromevox_background_
mathmaps_symbols |
142 sources += | 142 sources += |
143 chromevox_assets_gypi_values.chromevox_assets_cvox2_background_earcons | 143 chromevox_assets_gypi_values.chromevox_assets_cvox2_background_earcons |
144 sources += [ | 144 sources += [ |
145 "chromevox/background/background.html", | 145 "chromevox/background/background.html", |
146 "chromevox/background/kbexplorer.html", | 146 "chromevox/background/kbexplorer.html", |
147 "chromevox/background/options.html", | 147 "chromevox/background/options.html", |
148 "chromevox/injected/api.js", | 148 "chromevox/injected/api.js", |
149 "cvox2/background/background.html", | 149 "cvox2/background/background.html", |
150 "cvox2/background/panel.css", | |
151 "cvox2/background/panel.html", | 150 "cvox2/background/panel.html", |
152 ] | 151 ] |
153 if (chromevox_compress_js) { | 152 if (chromevox_compress_js) { |
154 sources += [ "chromevox/injected/api_util.js" ] | 153 sources += [ "chromevox/injected/api_util.js" ] |
155 } else { | 154 } else { |
156 sources += chromevox_modules | 155 sources += chromevox_modules |
157 sources += [ | 156 sources += [ |
158 "closure/closure_preinit.js", | 157 "closure/closure_preinit.js", |
159 chromevox_vars_gypi_values.chromevox_content_script_loader_file, | 158 chromevox_vars_gypi_values.chromevox_content_script_loader_file, |
160 chromevox_vars_gypi_values.chromevox_kbexplorer_loader_file, | 159 chromevox_vars_gypi_values.chromevox_kbexplorer_loader_file, |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 389 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
391 } | 390 } |
392 | 391 |
393 js2gtest("chromevox_extjs_tests") { | 392 js2gtest("chromevox_extjs_tests") { |
394 test_type = "extension" | 393 test_type = "extension" |
395 sources = chromevox_tests_gypi_values.chromevox_tests_extjs_sources | 394 sources = chromevox_tests_gypi_values.chromevox_tests_extjs_sources |
396 gen_include_files = | 395 gen_include_files = |
397 chromevox_tests_gypi_values.chromevox_tests_ext_gen_include_sources | 396 chromevox_tests_gypi_values.chromevox_tests_ext_gen_include_sources |
398 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 397 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
399 } | 398 } |
OLD | NEW |