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

Unified Diff: build/android/gn/generate_isolate.py

Issue 2203073002: [Android] Switch instrumentation tests to generated device isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-isolate-generation
Patch Set: rebase 2 Created 4 years, 4 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 | « android_webview/tools/system_webview_shell/BUILD.gn ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gn/generate_isolate.py
diff --git a/build/android/gn/generate_isolate.py b/build/android/gn/generate_isolate.py
index 9c387d9b304e270079a781caaf06501f701536d8..1ac75b15053de3189209943ed6cd07d785f013f4 100755
--- a/build/android/gn/generate_isolate.py
+++ b/build/android/gn/generate_isolate.py
@@ -29,6 +29,10 @@ _ANDROID_BLACKLIST = (
_DEVICE_BLACKLIST = (
r'.*\.py', # Some test_support targets include python deps.
+
+ # v8's blobs get packaged into APKs.
+ r'.*natives_blob.*\.bin',
+ r'.*snapshot_blob.*\.bin',
)
_ASSERT_WHITELIST = (
« no previous file with comments | « android_webview/tools/system_webview_shell/BUILD.gn ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698