| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS Tests (1)": { | 2 "Linux ChromiumOS Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "swarming": { | 5 "swarming": { |
| 6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
| 7 }, | 7 }, |
| 8 "test": "accessibility_unittests" | 8 "test": "accessibility_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 }, | 176 }, |
| 177 "test": "message_center_unittests" | 177 "test": "message_center_unittests" |
| 178 }, | 178 }, |
| 179 { | 179 { |
| 180 "swarming": { | 180 "swarming": { |
| 181 "can_use_on_swarming_builders": true | 181 "can_use_on_swarming_builders": true |
| 182 }, | 182 }, |
| 183 "test": "midi_unittests" | 183 "test": "midi_unittests" |
| 184 }, | 184 }, |
| 185 { | 185 { |
| 186 "swarming": { |
| 187 "can_use_on_swarming_builders": true |
| 188 }, |
| 186 "test": "nacl_helper_nonsfi_unittests" | 189 "test": "nacl_helper_nonsfi_unittests" |
| 187 }, | 190 }, |
| 188 { | 191 { |
| 189 "swarming": { | 192 "swarming": { |
| 190 "can_use_on_swarming_builders": true | 193 "can_use_on_swarming_builders": true |
| 191 }, | 194 }, |
| 192 "test": "nacl_loader_unittests" | 195 "test": "nacl_loader_unittests" |
| 193 }, | 196 }, |
| 194 { | 197 { |
| 195 "swarming": { | 198 "swarming": { |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 }, | 459 }, |
| 457 "test": "message_center_unittests" | 460 "test": "message_center_unittests" |
| 458 }, | 461 }, |
| 459 { | 462 { |
| 460 "swarming": { | 463 "swarming": { |
| 461 "can_use_on_swarming_builders": true | 464 "can_use_on_swarming_builders": true |
| 462 }, | 465 }, |
| 463 "test": "midi_unittests" | 466 "test": "midi_unittests" |
| 464 }, | 467 }, |
| 465 { | 468 { |
| 469 "swarming": { |
| 470 "can_use_on_swarming_builders": true |
| 471 }, |
| 466 "test": "nacl_helper_nonsfi_unittests" | 472 "test": "nacl_helper_nonsfi_unittests" |
| 467 }, | 473 }, |
| 468 { | 474 { |
| 469 "swarming": { | 475 "swarming": { |
| 470 "can_use_on_swarming_builders": true | 476 "can_use_on_swarming_builders": true |
| 471 }, | 477 }, |
| 472 "test": "nacl_loader_unittests" | 478 "test": "nacl_loader_unittests" |
| 473 }, | 479 }, |
| 474 { | 480 { |
| 475 "swarming": { | 481 "swarming": { |
| (...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1894 "name": "webkit_lint", | 1900 "name": "webkit_lint", |
| 1895 "script": "webkit_lint.py" | 1901 "script": "webkit_lint.py" |
| 1896 }, | 1902 }, |
| 1897 { | 1903 { |
| 1898 "name": "webkit_python_tests", | 1904 "name": "webkit_python_tests", |
| 1899 "script": "webkit_python_tests.py" | 1905 "script": "webkit_python_tests.py" |
| 1900 } | 1906 } |
| 1901 ] | 1907 ] |
| 1902 } | 1908 } |
| 1903 } | 1909 } |
| OLD | NEW |