| Index: testing/buildbot/chromium.win.json
|
| diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
|
| index bc1050c3470cafaa84ee08b2dea845395a49ad60..a1707dd4900832161750c039823630e517aad055 100644
|
| --- a/testing/buildbot/chromium.win.json
|
| +++ b/testing/buildbot/chromium.win.json
|
| @@ -63,6 +63,12 @@
|
| "test": "cc_unittests"
|
| },
|
| {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| + "test": "chrome_app_unittests"
|
| + },
|
| + {
|
| "test": "chrome_elf_unittests"
|
| },
|
| {
|
| @@ -570,6 +576,12 @@
|
| "test": "cc_unittests"
|
| },
|
| {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| + "test": "chrome_app_unittests"
|
| + },
|
| + {
|
| "test": "chrome_elf_unittests"
|
| },
|
| {
|
| @@ -971,6 +983,12 @@
|
| "test": "cc_unittests"
|
| },
|
| {
|
| + "swarming": {
|
| + "can_use_on_swarming_builders": true
|
| + },
|
| + "test": "chrome_app_unittests"
|
| + },
|
| + {
|
| "test": "chrome_elf_unittests"
|
| },
|
| {
|
|
|