| OLD | NEW |
| 1 { | 1 { |
| 2 "Chromium Mojo Android": { | 2 "Chromium Mojo Android": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "mash:all" | 4 "mash:all" |
| 5 ], | 5 ], |
| 6 "scripts": [ | 6 "scripts": [ |
| 7 { | 7 { |
| 8 "name": "mojo_apptests", | 8 "name": "mojo_apptests", |
| 9 "script": "mojo_apptests.py" | 9 "script": "mojo_apptests.py" |
| 10 } | 10 } |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 } | 38 } |
| 39 ] | 39 ] |
| 40 }, | 40 }, |
| 41 "Chromium Mojo Windows": { | 41 "Chromium Mojo Windows": { |
| 42 "additional_compile_targets": [ | 42 "additional_compile_targets": [ |
| 43 "mash:all" | 43 "mash:all" |
| 44 ], | 44 ], |
| 45 "gtest_tests": [ | 45 "gtest_tests": [ |
| 46 { | 46 { |
| 47 "args": [ | 47 "args": [ |
| 48 "--override-use-gl-with-osmesa-for-tests", |
| 48 "--run-in-mash", | 49 "--run-in-mash", |
| 49 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro
wser_tests.filter" | 50 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro
wser_tests.filter" |
| 50 ], | 51 ], |
| 51 "test": "browser_tests" | 52 "test": "browser_tests" |
| 52 }, | 53 }, |
| 53 { | 54 { |
| 54 "test": "mus_ws_unittests" | 55 "test": "mus_ws_unittests" |
| 55 }, | 56 }, |
| 56 { | 57 { |
| 57 "test": "views_mus_unittests" | 58 "test": "views_mus_unittests" |
| 58 } | 59 } |
| 59 ], | 60 ], |
| 60 "scripts": [ | 61 "scripts": [ |
| 61 { | 62 { |
| 62 "name": "mojo_apptests", | 63 "name": "mojo_apptests", |
| 63 "script": "mojo_apptests.py" | 64 "script": "mojo_apptests.py" |
| 64 } | 65 } |
| 65 ] | 66 ] |
| 66 } | 67 } |
| 67 } | 68 } |
| OLD | NEW |