| 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 75ed2c765ecd5df704ddb2bc374f90bd684f6385..fa0f4559d14b4c293004e6b75edbcecd8008d0d3 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox.gni
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox.gni
|
| @@ -128,12 +128,14 @@ chromevox_modules = [
|
| "cvox2/background/background.js",
|
| "cvox2/background/base_automation_handler.js",
|
| "cvox2/background/chromevox_state.js",
|
| + "cvox2/background/command_handler.js",
|
| "cvox2/background/constants.js",
|
| "cvox2/background/cursors.js",
|
| "cvox2/background/desktop_automation_handler.js",
|
| "cvox2/background/earcon_engine.js",
|
| "cvox2/background/editing.js",
|
| "cvox2/background/i_search.js",
|
| + "cvox2/background/keyboard_handler.js",
|
| "cvox2/background/live_regions.js",
|
| "cvox2/background/next_earcons.js",
|
| "cvox2/background/notifications.js",
|
|
|