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", |