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

Unified Diff: chrome/browser/resources/chromeos/chromevox/BUILD.gn

Issue 1302763002: Add tests for braille commands. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@js2gtesterr
Patch Set: Rebase Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/chromevox/BUILD.gn
diff --git a/chrome/browser/resources/chromeos/chromevox/BUILD.gn b/chrome/browser/resources/chromeos/chromevox/BUILD.gn
index 1538cc8b0f9a75b29247faa8418a436b8e047feb..2f4d577f3281f392602badb54ee08a17611b437d 100644
--- a/chrome/browser/resources/chromeos/chromevox/BUILD.gn
+++ b/chrome/browser/resources/chromeos/chromevox/BUILD.gn
@@ -377,6 +377,8 @@ generate_deps_js("chromevox_test_deps_js") {
js2gtest("chromevox_unitjs_tests") {
test_type = "webui"
sources = chromevox_tests_gypi_values.chromevox_tests_unitjs_sources
+ extra_gen_files =
+ chromevox_tests_gypi_values.chromevox_tests_unit_extra_js_sources
test_deps_js_outputs = get_target_outputs(":chromevox_test_deps_js")
deps_js = test_deps_js_outputs[0]
deps = [
@@ -389,5 +391,7 @@ js2gtest("chromevox_extjs_tests") {
test_type = "extension"
sources = chromevox_tests_gypi_values.chromevox_tests_extjs_sources
sources -= [ "braille/liblouis_test.extjs" ] # TODO(GYP)
+ extra_gen_files =
+ chromevox_tests_gypi_values.chromevox_tests_ext_extra_js_sources
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
}

Powered by Google App Engine
This is Rietveld 408576698