| 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 99c15e1597b65987acf64229f95a995409cdd00e..8d8ff39214e648623c12a221fe7b4b9d0c6b6e92 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox.gni
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox.gni
|
| @@ -128,6 +128,7 @@ chromevox_modules = [
|
| "cvox2/background/classic_compatibility.js",
|
| "cvox2/background/cursors.js",
|
| "cvox2/background/earcon_engine.js",
|
| + "cvox2/background/next_earcons.js",
|
| "cvox2/background/output.js",
|
| "extensions/searchvox/abstract_result.js",
|
| "extensions/searchvox/constants.js",
|
| @@ -139,8 +140,8 @@ chromevox_modules = [
|
| "extensions/searchvox/util.js",
|
| "host/chrome/braille.js",
|
| "host/chrome/braille_background.js",
|
| + "host/chrome/classic_earcons.js",
|
| "host/chrome/earcons.js",
|
| - "host/chrome/earcons_background.js",
|
| "host/chrome/extension_bridge.js",
|
| "host/chrome/host.js",
|
| "host/chrome/mathjax.js",
|
|
|