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

Unified Diff: chrome/test/base/js2gtest.gni

Issue 1302763002: Add tests for braille commands. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@js2gtesterr
Patch Set: Nits from Dominic, support tts start callbacks. 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 | « chrome/browser/resources/chromeos/chromevox/testing/tester.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/js2gtest.gni
diff --git a/chrome/test/base/js2gtest.gni b/chrome/test/base/js2gtest.gni
index 213e7b5ba5580de50fbd37715805ba3927432dc0..e8034906ea37917b9ff378c61c08bfae7933f71f 100644
--- a/chrome/test/base/js2gtest.gni
+++ b/chrome/test/base/js2gtest.gni
@@ -35,6 +35,9 @@ template("js2gtest") {
if (defined(invoker.deps_js)) {
inputs += [ invoker.deps_js ]
}
+ if (defined(invoker.extra_gen_files)) {
+ inputs += invoker.extra_gen_files
brettw 2015/08/26 22:31:06 What does this name mean? I read this as "extra ge
+ }
# Outputs. The script will copy the source files to the output directory,
# which then must be treated as runtime data. The generated .cc file isn't
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/testing/tester.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698