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

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: Document gn template args, rename extra_gen_files to gen_include_files 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..8ad74e1fece57845f0b34c4339aa2699f717de77 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
+ gen_include_files =
+ chromevox_tests_gypi_values.chromevox_tests_unit_gen_include_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)
+ gen_include_files =
+ chromevox_tests_gypi_values.chromevox_tests_ext_gen_include_sources
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
}
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698