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

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

Issue 2782993002: Add an options page to Select-to-Speak and allow setting voice name, rate (Closed)
Patch Set: Created 3 years, 9 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/select_to_speak/BUILD.gn
diff --git a/chrome/browser/resources/chromeos/select_to_speak/BUILD.gn b/chrome/browser/resources/chromeos/select_to_speak/BUILD.gn
index 6d7661921b5ac25b1a2f79fbc76e69807c9f448d..6f651566dcbad9880581e2f26f77635a50317256 100644
--- a/chrome/browser/resources/chromeos/select_to_speak/BUILD.gn
+++ b/chrome/browser/resources/chromeos/select_to_speak/BUILD.gn
@@ -26,7 +26,12 @@ run_jsbundler("select_to_speak_copied_files") {
mode = "copy"
dest_dir = select_to_speak_out_dir
sources = [
+ "checked.png",
+ "options.css",
+ "options.html",
"select_to_speak.js",
+ "select_to_speak_options.js",
+ "unchecked.png",
]
rewrite_rules = [
rebase_path(".", root_build_dir) + ":",

Powered by Google App Engine
This is Rietveld 408576698