| Index: testing/buildbot/chromium.webkit.json
 | 
| diff --git a/testing/buildbot/chromium.webkit.json b/testing/buildbot/chromium.webkit.json
 | 
| index 475f4ec1a50a972fa1bc2db112fa45eea7c64cab..17cc5e9ef0849fb475865fe6480da138f4efb748 100644
 | 
| --- a/testing/buildbot/chromium.webkit.json
 | 
| +++ b/testing/buildbot/chromium.webkit.json
 | 
| @@ -83,9 +83,14 @@
 | 
|        },
 | 
|        "sql_unittests",
 | 
|        "nacl_loader_unittests",
 | 
| -      "app_shell_browsertests",
 | 
|        "app_shell_unittests",
 | 
|        "chromevox_tests",
 | 
| +      {
 | 
| +        "test": "extensions_browsertests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
|        "skia_unittests"
 | 
|      ]
 | 
|    },
 | 
| @@ -163,7 +168,6 @@
 | 
|            "shards": 20
 | 
|          }
 | 
|        },
 | 
| -      "app_shell_browsertests",
 | 
|        "app_shell_unittests",
 | 
|        {
 | 
|          "test": "content_browsertests",
 | 
| @@ -172,6 +176,12 @@
 | 
|            "shards": 2
 | 
|          }
 | 
|        },
 | 
| +      {
 | 
| +        "test": "extensions_browsertests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
|        "gcm_unit_tests",
 | 
|        "skia_unittests",
 | 
|        {
 | 
| 
 |