Chromium Code Reviews| 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 "args": [ | 19 "args": [ |
| 20 "--override-use-gl-with-osmesa-for-tests", | 20 "--override-use-gl-with-osmesa-for-tests", |
| 21 "--run-in-mash", | 21 "--run-in-mash", |
| 22 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter" | 22 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter", |
| 23 "--use-x11-test-config" | |
|
sky
2016/04/14 15:55:42
This switch isn't used for win, so only adding to
| |
| 23 ], | 24 ], |
| 24 "test": "browser_tests" | 25 "test": "browser_tests" |
| 25 }, | 26 }, |
| 26 { | 27 { |
| 27 "test": "mus_ws_unittests" | 28 "test": "mus_ws_unittests" |
| 28 }, | 29 }, |
| 29 { | 30 { |
| 30 "test": "views_mus_unittests" | 31 "test": "views_mus_unittests" |
| 31 } | 32 } |
| 32 ], | 33 ], |
| (...skipping 25 matching lines...) Expand all Loading... | |
| 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 |