| 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 7ea04956a45fa2bb06cdbcbb66973b8b7116ce5a..f3bf9a67a7833463e0b5ed6c1e1035a9607b072d 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox.gni
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox.gni
|
| @@ -18,7 +18,8 @@ jsbundler_modules = rebase_path([
|
| ],
|
| ".",
|
| "$closure_library_dir/../bin/build")
|
| -jsbundler_modules += [ "//third_party/WebKit/Source/build/scripts/rjsmin.py" ]
|
| +jsbundler_modules +=
|
| + [ "//third_party/WebKit/Source/devtools/scripts/rjsmin.py" ]
|
|
|
| # List of all modules that are included in one or more of the production
|
| # chromevox scripts.
|
|
|