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

Unified Diff: chrome/test/BUILD.gn

Issue 2509883002: Select-to-speak extension code (Closed)
Patch Set: Improve @private syntax Created 4 years 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/common/extensions/api/automation.idl ('k') | third_party/closure_compiler/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 639f1a18baacdd26ede9c5444f0910c8bfa38906..3d98ada6b3cb6456ecc2e01816e9114174811a07 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3017,9 +3017,15 @@ js2gtest("unit_tests_js") {
"//ui/webui/resources/js/cr.js",
]
if (is_chromeos) {
- sources += [ "../browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs" ]
- extra_js_files +=
- [ "../browser/resources/chromeos/braille_ime/braille_ime.js" ]
+ sources += [
+ "../browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs",
+ "../browser/resources/chromeos/select_to_speak/select_to_speak_unittest.gtestjs",
+ ]
+ extra_js_files += [
+ "../browser/resources/chromeos/braille_ime/braille_ime.js",
+ "../browser/resources/chromeos/select_to_speak/select_to_speak.js",
+ "../browser/resources/chromeos/select_to_speak/test_support.js",
+ ]
}
}
« no previous file with comments | « chrome/common/extensions/api/automation.idl ('k') | third_party/closure_compiler/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698