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

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: fix unit tests 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/select_to_speak/checked.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..8486295ae7097e4a568770d14c0e239466bfad1e 100644
--- a/chrome/browser/resources/chromeos/select_to_speak/BUILD.gn
+++ b/chrome/browser/resources/chromeos/select_to_speak/BUILD.gn
@@ -26,7 +26,13 @@ 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_main.js",
+ "select_to_speak_options.js",
+ "unchecked.png",
]
rewrite_rules = [
rebase_path(".", root_build_dir) + ":",
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/select_to_speak/checked.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698