| 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",
|
|
|