| Index: chrome/browser/resources/chromeos/chromevox/BUILD.gn
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/BUILD.gn b/chrome/browser/resources/chromeos/chromevox/BUILD.gn
|
| index c0b48956658a603f540fab3600855782a4cbce8c..f008fb6ed6f72d4be3b7aa164c2b57b1baf02590 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/BUILD.gn
|
| +++ b/chrome/browser/resources/chromeos/chromevox/BUILD.gn
|
| @@ -120,7 +120,6 @@ chromevox_modules = [
|
| "common/traverse_table.js",
|
| "common/traverse_util.js",
|
| "common/xpath_util.js",
|
| - "cvox2/background/automation_object_constructor_installer.js",
|
| "cvox2/background/automation_predicate.js",
|
| "cvox2/background/automation_util.js",
|
| "cvox2/background/background.js",
|
| @@ -130,6 +129,7 @@ chromevox_modules = [
|
| "cvox2/background/command_handler.js",
|
| "cvox2/background/constants.js",
|
| "cvox2/background/cursors.js",
|
| + "cvox2/background/custom_automation_event.js",
|
| "cvox2/background/desktop_automation_handler.js",
|
| "cvox2/background/earcon_engine.js",
|
| "cvox2/background/editing.js",
|
|
|