Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5605)

Unified Diff: chrome/browser/resources/chromeos/chromevox/tools/publish_webstore_extension.py

Issue 1040863002: Revert "Enable chrome.automation.getDesktop on all aura platforms." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
]

Powered by Google App Engine
This is Rietveld 408576698