| Index: testing/buildbot/gn_isolate_map.pyl
|
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
|
| index e20726a6b88d0382b11e1986298d47242122397a..bb3f5f1c11cdabe06189bbe6324eaeaf6b842b3a 100644
|
| --- a/testing/buildbot/gn_isolate_map.pyl
|
| +++ b/testing/buildbot/gn_isolate_map.pyl
|
| @@ -736,6 +736,16 @@
|
| "label": "//mojo/android:mojo_test_apk",
|
| "type": "console_test_launcher",
|
| },
|
| + "mus_browser_tests": {
|
| + "label": "//chrome/test:mus_browser_tests",
|
| + "label_type": "group",
|
| + "type": "windowed_test_launcher",
|
| + "executable": "browser_tests",
|
| + "args": [
|
| + "--run-in-mus",
|
| + "--service-overrides=../../chrome/app/mash/mash_service_overrides.json",
|
| + ],
|
| + },
|
| "mus_clipboard_unittests": {
|
| "label": "//services/ui/clipboard:mus_clipboard_unittests",
|
| "type": "windowed_test_launcher",
|
|
|