| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS Tests (1)": { | 2 "Linux ChromiumOS Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 "accessibility_unittests", | 4 "accessibility_unittests", |
| 5 { | 5 { |
| 6 "test": "base_unittests", | 6 "test": "base_unittests", |
| 7 "swarming": { | 7 "swarming": { |
| 8 "can_use_on_swarming_builders": true | 8 "can_use_on_swarming_builders": true |
| 9 } | 9 } |
| 10 }, | 10 }, |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 { | 41 { |
| 42 "test": "interactive_ui_tests", | 42 "test": "interactive_ui_tests", |
| 43 "swarming": { | 43 "swarming": { |
| 44 "can_use_on_swarming_builders": true | 44 "can_use_on_swarming_builders": true |
| 45 } | 45 } |
| 46 }, | 46 }, |
| 47 "jingle_unittests", | 47 "jingle_unittests", |
| 48 "content_unittests", | 48 "content_unittests", |
| 49 "device_unittests", | 49 "device_unittests", |
| 50 "media_unittests", | 50 "media_unittests", |
| 51 "net_unittests", | 51 { |
| 52 "test": "net_unittests", |
| 53 "swarming": { |
| 54 "can_use_on_swarming_builders": true |
| 55 } |
| 56 }, |
| 52 "ppapi_unittests", | 57 "ppapi_unittests", |
| 53 "printing_unittests", | 58 "printing_unittests", |
| 54 "remoting_unittests", | 59 "remoting_unittests", |
| 55 "sandbox_linux_unittests", | 60 "sandbox_linux_unittests", |
| 56 "ui_unittests", | 61 "ui_unittests", |
| 57 "views_unittests", | 62 "views_unittests", |
| 58 "wm_unittests", | 63 "wm_unittests", |
| 59 "aura_unittests", | 64 "aura_unittests", |
| 60 "ash_unittests", | 65 "ash_unittests", |
| 61 "app_list_unittests", | 66 "app_list_unittests", |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 }, | 259 }, |
| 255 "Linux ChromiumOS Tests (dbg)(2)": { | 260 "Linux ChromiumOS Tests (dbg)(2)": { |
| 256 "gtest_tests": [ | 261 "gtest_tests": [ |
| 257 ] | 262 ] |
| 258 }, | 263 }, |
| 259 "Linux ChromiumOS Tests (dbg)(3)": { | 264 "Linux ChromiumOS Tests (dbg)(3)": { |
| 260 "gtest_tests": [ | 265 "gtest_tests": [ |
| 261 ] | 266 ] |
| 262 } | 267 } |
| 263 } | 268 } |
| OLD | NEW |