| Index: testing/buildbot/chromium.mac.json
 | 
| diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
 | 
| index 8f8a30ede86ce1b3d140feca0cada2363fa4d549..c9059e754d32cb42ee2a11627545917036b446a4 100644
 | 
| --- a/testing/buildbot/chromium.mac.json
 | 
| +++ b/testing/buildbot/chromium.mac.json
 | 
| @@ -28,9 +28,20 @@
 | 
|        },
 | 
|        "cacheinvalidation_unittests",
 | 
|        "cast_unittests",
 | 
| -      "cc_unittests",
 | 
| +      {
 | 
| +        "test": "cc_unittests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
|        "chromedriver_unittests",
 | 
|        {
 | 
| +        "test": "components_browsertests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
| +      {
 | 
|          "test": "components_unittests",
 | 
|          "swarming": {
 | 
|            "can_use_on_swarming_builders": true
 | 
| @@ -167,7 +178,12 @@
 | 
|        },
 | 
|        "cacheinvalidation_unittests",
 | 
|        "cast_unittests",
 | 
| -      "cc_unittests",
 | 
| +      {
 | 
| +        "test": "cc_unittests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
|        "chromedriver_unittests",
 | 
|        {
 | 
|          "test": "components_unittests",
 | 
| @@ -306,7 +322,12 @@
 | 
|        },
 | 
|        "cacheinvalidation_unittests",
 | 
|        "cast_unittests",
 | 
| -      "cc_unittests",
 | 
| +      {
 | 
| +        "test": "cc_unittests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
|        "chromedriver_unittests",
 | 
|        {
 | 
|          "test": "components_unittests",
 | 
| @@ -445,7 +466,12 @@
 | 
|        },
 | 
|        "cacheinvalidation_unittests",
 | 
|        "cast_unittests",
 | 
| -      "cc_unittests",
 | 
| +      {
 | 
| +        "test": "cc_unittests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
|        "chromedriver_unittests",
 | 
|        {
 | 
|          "test": "components_unittests",
 | 
| 
 |