| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS GN": { | 2 "Linux ChromiumOS GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "all" | 4 "all" |
| 5 ], | 5 ], |
| 6 "gtest_tests": [ | 6 "gtest_tests": [ |
| 7 { | 7 { |
| 8 "test": "base_unittests" | 8 "test": "base_unittests" |
| 9 } | 9 } |
| 10 ] | 10 ] |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 { | 109 { |
| 110 "test": "jingle_unittests" | 110 "test": "jingle_unittests" |
| 111 }, | 111 }, |
| 112 { | 112 { |
| 113 "test": "media_unittests" | 113 "test": "media_unittests" |
| 114 }, | 114 }, |
| 115 { | 115 { |
| 116 "test": "message_center_unittests" | 116 "test": "message_center_unittests" |
| 117 }, | 117 }, |
| 118 { | 118 { |
| 119 "test": "midi_unittests" |
| 120 }, |
| 121 { |
| 119 "test": "nacl_loader_unittests" | 122 "test": "nacl_loader_unittests" |
| 120 }, | 123 }, |
| 121 { | 124 { |
| 122 "swarming": { | 125 "swarming": { |
| 123 "can_use_on_swarming_builders": true | 126 "can_use_on_swarming_builders": true |
| 124 }, | 127 }, |
| 125 "test": "net_unittests" | 128 "test": "net_unittests" |
| 126 }, | 129 }, |
| 127 { | 130 { |
| 128 "test": "ozone_unittests" | 131 "test": "ozone_unittests" |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 { | 297 { |
| 295 "test": "jingle_unittests" | 298 "test": "jingle_unittests" |
| 296 }, | 299 }, |
| 297 { | 300 { |
| 298 "test": "media_unittests" | 301 "test": "media_unittests" |
| 299 }, | 302 }, |
| 300 { | 303 { |
| 301 "test": "message_center_unittests" | 304 "test": "message_center_unittests" |
| 302 }, | 305 }, |
| 303 { | 306 { |
| 307 "test": "midi_unittests" |
| 308 }, |
| 309 { |
| 304 "test": "nacl_loader_unittests" | 310 "test": "nacl_loader_unittests" |
| 305 }, | 311 }, |
| 306 { | 312 { |
| 307 "swarming": { | 313 "swarming": { |
| 308 "can_use_on_swarming_builders": true | 314 "can_use_on_swarming_builders": true |
| 309 }, | 315 }, |
| 310 "test": "net_unittests" | 316 "test": "net_unittests" |
| 311 }, | 317 }, |
| 312 { | 318 { |
| 313 "test": "ppapi_unittests" | 319 "test": "ppapi_unittests" |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 { | 481 { |
| 476 "test": "jingle_unittests" | 482 "test": "jingle_unittests" |
| 477 }, | 483 }, |
| 478 { | 484 { |
| 479 "test": "media_unittests" | 485 "test": "media_unittests" |
| 480 }, | 486 }, |
| 481 { | 487 { |
| 482 "test": "message_center_unittests" | 488 "test": "message_center_unittests" |
| 483 }, | 489 }, |
| 484 { | 490 { |
| 491 "test": "midi_unittests" |
| 492 }, |
| 493 { |
| 485 "test": "nacl_loader_unittests" | 494 "test": "nacl_loader_unittests" |
| 486 }, | 495 }, |
| 487 { | 496 { |
| 488 "swarming": { | 497 "swarming": { |
| 489 "can_use_on_swarming_builders": true | 498 "can_use_on_swarming_builders": true |
| 490 }, | 499 }, |
| 491 "test": "net_unittests" | 500 "test": "net_unittests" |
| 492 }, | 501 }, |
| 493 { | 502 { |
| 494 "test": "ppapi_unittests" | 503 "test": "ppapi_unittests" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 534 }, | 543 }, |
| 535 { | 544 { |
| 536 "test": "views_unittests" | 545 "test": "views_unittests" |
| 537 }, | 546 }, |
| 538 { | 547 { |
| 539 "test": "wm_unittests" | 548 "test": "wm_unittests" |
| 540 } | 549 } |
| 541 ] | 550 ] |
| 542 } | 551 } |
| 543 } | 552 } |
| OLD | NEW |