| Index: chrome/browser/resources/chromeos/chromevox/tools/publish_webstore_extension.py
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/tools/publish_webstore_extension.py b/chrome/browser/resources/chromeos/chromevox/tools/publish_webstore_extension.py
|
| index fe8af1ea44e4d89af5562f9cbc30d2561e766f33..8ffc771fc549e31a37e913e74bd40c2f7928d4ec 100755
|
| --- a/chrome/browser/resources/chromeos/chromevox/tools/publish_webstore_extension.py
|
| +++ b/chrome/browser/resources/chromeos/chromevox/tools/publish_webstore_extension.py
|
| @@ -36,6 +36,7 @@ import version
|
|
|
| # A list of files (or directories) to exclude from the webstore build.
|
| EXCLUDE_PATHS = [
|
| + 'cvox2/background/',
|
| 'manifest.json',
|
| 'manifest_guest.json',
|
| ]
|
|
|