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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox.gni

Issue 1362223003: Improve braille related message descriptions and clean up message handling in Chromevox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inputtypeexception
Patch Set: Move another braille message to Msgs.Untranslated Created 5 years, 3 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/chromevox/chromevox.gni
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox.gni b/chrome/browser/resources/chromeos/chromevox/chromevox.gni
index b1119032965a83108d220d8900bdea6be4da071d..99c15e1597b65987acf64229f95a995409cdd00e 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox.gni
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox.gni
@@ -69,12 +69,10 @@ chromevox_modules = [
"chromevox/injected/ui/overlay_widget.js",
"chromevox/injected/ui/search_widget.js",
"chromevox/injected/ui/select_widget.js",
+ "chromevox/injected/ui/spoken_messages.js",
"chromevox/injected/ui/widget.js",
"chromevox/injected/user_commands.js",
"chromevox/injected/user_event_detail.js",
- "chromevox/messages/msgs.js",
- "chromevox/messages/spoken_message.js",
- "chromevox/messages/spoken_messages.js",
"common/aria_util.js",
"common/aural_style_util.js",
"common/braille_text_handler.js",
@@ -108,6 +106,7 @@ chromevox_modules = [
"common/math_util.js",
"common/media_widget.js",
"common/memoize.js",
+ "common/msgs.js",
"common/nav_description.js",
"common/nav_math_description.js",
"common/node_state.js",

Powered by Google App Engine
This is Rietveld 408576698