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

Unified Diff: testing/generate_isolate.py

Issue 2024033003: [Android] Adding extension related file to Android isolate blacklist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/generate_isolate.py
diff --git a/testing/generate_isolate.py b/testing/generate_isolate.py
index 2a03c22ba03bd200d6aeaed28e4e57456d5f1c04..9c387d9b304e270079a781caaf06501f701536d8 100755
--- a/testing/generate_isolate.py
+++ b/testing/generate_isolate.py
@@ -20,6 +20,7 @@ _UNIVERSAL_BLACKLIST = (
_ANDROID_BLACKLIST = (
r'.*\.crx', # Chrome extension zip files.
+ r'.*external_extensions\.json', # Chrome external extensions config file.
r'.*\.so', # Libraries packed into .apk.
r'.*\.mojom\.js', # Some test_support targets include python deps.
r'.*Mojo.*manifest\.json', # Some source_set()s pull these in.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698