| 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 } |
| 11 ] | 11 ] |
| 12 }, | 12 }, |
| 13 "Chromium Mojo Linux": { | 13 "Chromium Mojo Linux": { |
| 14 "additional_compile_targets": [ | 14 "additional_compile_targets": [ |
| 15 "mash:all" | 15 "mash:all" |
| 16 ], | 16 ], |
| 17 "gtest_tests": [ | 17 "gtest_tests": [ |
| 18 { | 18 { |
| 19 "test": "mus_ws_unittests" |
| 20 }, |
| 21 { |
| 19 "test": "views_mus_unittests" | 22 "test": "views_mus_unittests" |
| 20 } | 23 } |
| 21 ], | 24 ], |
| 22 "scripts": [ | 25 "scripts": [ |
| 23 { | 26 { |
| 24 "name": "mojo_apptests", | 27 "name": "mojo_apptests", |
| 25 "script": "mojo_apptests.py" | 28 "script": "mojo_apptests.py" |
| 26 } | 29 } |
| 27 ] | 30 ] |
| 28 }, | 31 }, |
| 29 "Chromium Mojo Windows": { | 32 "Chromium Mojo Windows": { |
| 30 "additional_compile_targets": [ | 33 "additional_compile_targets": [ |
| 31 "mash:all" | 34 "mash:all" |
| 32 ], | 35 ], |
| 33 "gtest_tests": [ | 36 "gtest_tests": [ |
| 34 { | 37 { |
| 38 "test": "mus_ws_unittests" |
| 39 }, |
| 40 { |
| 35 "test": "views_mus_unittests" | 41 "test": "views_mus_unittests" |
| 36 } | 42 } |
| 37 ], | 43 ], |
| 38 "scripts": [ | 44 "scripts": [ |
| 39 { | 45 { |
| 40 "name": "mojo_apptests", | 46 "name": "mojo_apptests", |
| 41 "script": "mojo_apptests.py" | 47 "script": "mojo_apptests.py" |
| 42 } | 48 } |
| 43 ] | 49 ] |
| 44 } | 50 } |
| 45 } | 51 } |
| OLD | NEW |