| Index: testing/buildbot/gn_isolate_map.pyl
|
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
|
| index f305fcf7515e05a1f38ed8bede3f27d0c7deb9c9..f1c436924d523879a022f21ec54016885ac0f908 100644
|
| --- a/testing/buildbot/gn_isolate_map.pyl
|
| +++ b/testing/buildbot/gn_isolate_map.pyl
|
| @@ -79,8 +79,7 @@
|
| },
|
| "accessibility_unittests": {
|
| "label": "//ui/accessibility:accessibility_unittests",
|
| - "type": "raw",
|
| - "args": [],
|
| + "type": "console_test_launcher",
|
| },
|
| "android_webview_unittests": {
|
| "label": "//android_webview/test:android_webview_unittests",
|
| @@ -201,10 +200,7 @@
|
| },
|
| "cacheinvalidation_unittests": {
|
| "label": "//third_party/cacheinvalidation:cacheinvalidation_unittests",
|
| - "type": "raw",
|
| - "args": [
|
| - "--test-launcher-bot-mode",
|
| - ],
|
| + "type": "console_test_launcher",
|
| },
|
| "capture_unittests": {
|
| "label": "//media/capture:capture_unittests",
|
| @@ -469,8 +465,7 @@
|
| },
|
| "gfx_unittests": {
|
| "label": "//ui/gfx:gfx_unittests",
|
| - "type": "raw",
|
| - "args": [],
|
| + "type": "console_test_launcher",
|
| },
|
| "gin_unittests": {
|
| "label": "//gin:gin_unittests",
|
| @@ -498,8 +493,7 @@
|
| },
|
| "gn_unittests": {
|
| "label": "//tools/gn:gn_unittests",
|
| - "type": "raw",
|
| - "args": [],
|
| + "type": "console_test_launcher",
|
| },
|
| "google_apis_unittests": {
|
| "label": "//google_apis:google_apis_unittests",
|
| @@ -761,8 +755,7 @@
|
| },
|
| "nacl_loader_unittests": {
|
| "label": "//components/nacl/loader:nacl_loader_unittests",
|
| - "type": "raw",
|
| - "args": [],
|
| + "type": "console_test_launcher",
|
| },
|
| "net_junit_tests": {
|
| "label": "//net/android:net_junit_tests",
|
| @@ -818,8 +811,7 @@
|
| },
|
| "sandbox_linux_unittests": {
|
| "label": "//sandbox/linux:sandbox_linux_unittests",
|
| - "type": "raw",
|
| - "args": [],
|
| + "type": "console_test_launcher",
|
| },
|
| "sandbox_mac_unittests": {
|
| "label": "//sandbox/mac:sandbox_mac_unittests",
|
|
|