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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 1925013002: 👔 Make instrumentation tests declare their runtime_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 1bd651840341e2a6eafc80d967ce4690de609d2b..566c9ae71196bc7c1b96a4cd32771869fe666880 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -68,7 +68,7 @@
},
"android_webview_test": {
"label": "//android_webview/test:android_webview_test_apk",
- "type": "console_test_launcher",
+ "type": "android_instrumentation",
},
"android_webview_unittests": {
"label": "//android_webview/test:android_webview_unittests",
@@ -134,7 +134,7 @@
},
"blimp_test": {
"label": "//blimp/client:blimp_test_apk",
- "type": "console_test_launcher",
+ "type": "android_instrumentation",
},
"blimp_unittests": {
"label": "//blimp:blimp_unittests",
@@ -193,11 +193,11 @@
},
"chrome_public_test": {
"label": "//chrome/android:chrome_public_test_apk",
- "type": "console_test_launcher",
+ "type": "android_instrumentation",
},
"chrome_sync_shell_test": {
"label": "//chrome/android:chrome_sync_shell_test_apk",
- "type": "console_test_launcher",
+ "type": "android_instrumentation",
},
"chromedriver_unittests": {
"label": "//chrome/test/chromedriver:chromedriver_unittests",
@@ -232,7 +232,7 @@
},
"content_shell_test": {
"label": "//content/shell/android:content_shell_test_apk",
- "type": "console_test_launcher",
+ "type": "android_instrumentation",
},
"content_unittests": {
"label": "//content/test:content_unittests",
« no previous file with comments | « content/content_shell_test_data.isolate ('k') | tools/mb/mb.py » ('j') | tools/mb/mb.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698