| Index: testing/buildbot/chromium.mojo.json | 
| diff --git a/testing/buildbot/chromium.mojo.json b/testing/buildbot/chromium.mojo.json | 
| index f53a0e056a550f01c6df48070f69bb17e3d41449..459b044ad30144cf8243fee86ead403c5931c79b 100644 | 
| --- a/testing/buildbot/chromium.mojo.json | 
| +++ b/testing/buildbot/chromium.mojo.json | 
| @@ -16,11 +16,13 @@ | 
| ], | 
| "gtest_tests": [ | 
| { | 
| -        "args": [ | 
| -          "--run-in-mash", | 
| -          "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.browser_tests.filter" | 
| +        "override_compile_targets": [ | 
| +          "mash_browser_tests" | 
| ], | 
| -        "test": "browser_tests" | 
| +        "swarming": { | 
| +          "can_use_on_swarming_builders": true | 
| +        }, | 
| +        "test": "mash_browser_tests" | 
| }, | 
| { | 
| "test": "mus_ws_unittests" | 
|  |