{ "Chromium Mojo Android": { "additional_compile_targets": [ "mash:all" ], "scripts": [ { "name": "mojo_apptests", "script": "mojo_apptests.py" } ] }, "Chromium Mojo Linux": { "additional_compile_targets": [ "mash:all" ], "gtest_tests": [ { "args": [ "--run-in-mash", "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.browser_tests.filter" ], "test": "browser_tests" }, { "test": "mus_ws_unittests" }, { "test": "views_mus_unittests" } ], "scripts": [ { "name": "mojo_apptests", "script": "mojo_apptests.py" } ] }, "Chromium Mojo Windows": { "additional_compile_targets": [ "mash:all" ], "gtest_tests": [ { "args": [ "--run-in-mash", "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.browser_tests.filter" ], "test": "browser_tests" }, { "test": "mus_ws_unittests" }, { "test": "views_mus_unittests" } ], "scripts": [ { "name": "mojo_apptests", "script": "mojo_apptests.py" } ] } }