| 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 2a4e8c8be71df433ef3d0c7b7c6bd119c64362d5..caa35d066ba65d7f88facb36a9bced54d8504ee0 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox.gni
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox.gni
|
| @@ -126,9 +126,11 @@ chromevox_modules = [
|
| "cvox2/background/automation_util.js",
|
| "cvox2/background/background.js",
|
| "cvox2/background/base_automation_handler.js",
|
| + "cvox2/background/chromevox_state.js",
|
| "cvox2/background/cursors.js",
|
| "cvox2/background/desktop_automation_handler.js",
|
| "cvox2/background/earcon_engine.js",
|
| + "cvox2/background/live_regions.js",
|
| "cvox2/background/next_earcons.js",
|
| "cvox2/background/output.js",
|
| "cvox2/background/panel.js",
|
|
|