| Index: testing/buildbot/chromium_memory_trybot.json
 | 
| diff --git a/testing/buildbot/chromium_memory_trybot.json b/testing/buildbot/chromium_memory_trybot.json
 | 
| index af0f169b0223f7a42c9366fea3211c5156da9fde..c8f03880ecda51930a990a457fd02275dcfe2788 100644
 | 
| --- a/testing/buildbot/chromium_memory_trybot.json
 | 
| +++ b/testing/buildbot/chromium_memory_trybot.json
 | 
| @@ -15,7 +15,18 @@
 | 
|        }
 | 
|      },
 | 
|      "cacheinvalidation_unittests",
 | 
| -    "cc_unittests",
 | 
| +    {
 | 
| +      "test": "cc_unittests",
 | 
| +      "swarming": {
 | 
| +        "can_use_on_swarming_builders": true
 | 
| +      }
 | 
| +    },
 | 
| +    {
 | 
| +      "test": "components_browsertests",
 | 
| +      "swarming": {
 | 
| +        "can_use_on_swarming_builders": true
 | 
| +      }
 | 
| +    },
 | 
|      {
 | 
|        "test": "components_unittests",
 | 
|        "swarming": {
 | 
| 
 |