Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 {} | 1 { |
| 2 "Linux Ozone Builder": { | |
| 3 "additional_compile_targets": [ | |
| 4 "mus_demo_unittests", | |
| 5 "mus_ws_unittests" | |
| 6 ] | |
| 7 }, | |
| 8 "Linux Ozone Builder Tests (1)": { | |
| 9 "gtest_tests": [ | |
| 10 { | |
| 11 "args": [ | |
| 12 "--ozone-platform=headless" | |
| 13 ], | |
| 14 "swarming": { | |
| 15 "can_use_on_swarming_builders": true | |
| 16 }, | |
| 17 "test": "mus_demo_unittests" | |
| 18 }, | |
| 19 { | |
| 20 "args": [ | |
| 21 "--ozone-platform=headless" | |
| 22 ], | |
| 23 "swarming": { | |
| 24 "can_use_on_swarming_builders": true | |
| 25 }, | |
| 26 "test": "mus_ws_unittests" | |
| 27 } | |
| 28 ] | |
| 29 } | |
| 30 } | |
|
Dirk Pranke
2017/03/13 21:24:40
This won't do what you want. You need to add these
fwang
2017/03/14 12:55:36
Right.
| |
| OLD | NEW |