Index: testing/buildbot/chromium.mojo.json |
diff --git a/testing/buildbot/chromium.mojo.json b/testing/buildbot/chromium.mojo.json |
deleted file mode 100644 |
index 6aca717eb417f861922bc67fe55b2d5e60b5795c..0000000000000000000000000000000000000000 |
--- a/testing/buildbot/chromium.mojo.json |
+++ /dev/null |
@@ -1,62 +0,0 @@ |
-{ |
- "Chromium Mojo Android": { |
- "additional_compile_targets": [ |
- "mash:all" |
- ] |
- }, |
- "Chromium Mojo Linux": { |
- "additional_compile_targets": [ |
- "mash:all" |
- ], |
- "gtest_tests": [ |
- { |
- "args": [ |
- "--override-use-gl-with-osmesa-for-tests", |
- "--run-in-mash", |
- "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.browser_tests.filter", |
- "--use-test-config" |
- ], |
- "test": "browser_tests" |
- }, |
- { |
- "test": "media_mojo_shell_unittests" |
- }, |
- { |
- "test": "mus_ws_unittests" |
- }, |
- { |
- "test": "views_mus_interactive_ui_tests" |
- }, |
- { |
- "test": "views_mus_unittests" |
- } |
- ] |
- }, |
- "Chromium Mojo Windows": { |
- "additional_compile_targets": [ |
- "mash:all" |
- ], |
- "gtest_tests": [ |
- { |
- "args": [ |
- "--override-use-gl-with-osmesa-for-tests", |
- "--run-in-mash", |
- "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.browser_tests.filter" |
- ], |
- "test": "browser_tests" |
- }, |
- { |
- "test": "media_mojo_shell_unittests" |
- }, |
- { |
- "test": "mus_ws_unittests" |
- }, |
- { |
- "test": "views_mus_interactive_ui_tests" |
- }, |
- { |
- "test": "views_mus_unittests" |
- } |
- ] |
- } |
-} |