Commit fb826053 authored by haraken's avatar haraken Committed by Commit bot

Add browser_tests, content_browsertests and extensions_browsertests to WebKit Linux Oilpan

BUG=

Review URL: https://codereview.chromium.org/1466423005

Cr-Commit-Position: refs/heads/master@{#361325}
parent 952f3b51
...@@ -838,6 +838,25 @@ ...@@ -838,6 +838,25 @@
}, },
"test": "blink_platform_unittests" "test": "blink_platform_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 20
},
"test": "browser_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_browsertests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "extensions_browsertests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment