| Index: testing/buildbot/chromium.win.json
|
| diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
|
| index cfac60ecef99612656b753d7edf27d324c18e3fe..53c3926b827f377356f52b9128aaf82f5068fe26 100644
|
| --- a/testing/buildbot/chromium.win.json
|
| +++ b/testing/buildbot/chromium.win.json
|
| @@ -1068,6 +1068,18 @@
|
| },
|
| {
|
| "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| + "test": "blink_heap_unittests"
|
| + },
|
| + {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| + "test": "blink_platform_unittests"
|
| + },
|
| + {
|
| + "swarming": {
|
| "can_use_on_swarming_builders": true,
|
| "shards": 10
|
| },
|
| @@ -1474,7 +1486,19 @@
|
| "swarming": {
|
| "can_use_on_swarming_builders": true
|
| },
|
| + "test": "webkit_unit_tests"
|
| + },
|
| + {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| "test": "wm_unittests"
|
| + },
|
| + {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| + "test": "wtf_unittests"
|
| }
|
| ],
|
| "isolated_scripts": [
|
|
|