| 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 { | |
| 122 "test": "nacl_loader_unittests" | 119 "test": "nacl_loader_unittests" |
| 123 }, | 120 }, |
| 124 { | 121 { |
| 125 "swarming": { | 122 "swarming": { |
| 126 "can_use_on_swarming_builders": true | 123 "can_use_on_swarming_builders": true |
| 127 }, | 124 }, |
| 128 "test": "net_unittests" | 125 "test": "net_unittests" |
| 129 }, | 126 }, |
| 130 { | 127 { |
| 131 "test": "ozone_unittests" | 128 "test": "ozone_unittests" |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 { | 294 { |
| 298 "test": "jingle_unittests" | 295 "test": "jingle_unittests" |
| 299 }, | 296 }, |
| 300 { | 297 { |
| 301 "test": "media_unittests" | 298 "test": "media_unittests" |
| 302 }, | 299 }, |
| 303 { | 300 { |
| 304 "test": "message_center_unittests" | 301 "test": "message_center_unittests" |
| 305 }, | 302 }, |
| 306 { | 303 { |
| 307 "test": "midi_unittests" | |
| 308 }, | |
| 309 { | |
| 310 "test": "nacl_loader_unittests" | 304 "test": "nacl_loader_unittests" |
| 311 }, | 305 }, |
| 312 { | 306 { |
| 313 "swarming": { | 307 "swarming": { |
| 314 "can_use_on_swarming_builders": true | 308 "can_use_on_swarming_builders": true |
| 315 }, | 309 }, |
| 316 "test": "net_unittests" | 310 "test": "net_unittests" |
| 317 }, | 311 }, |
| 318 { | 312 { |
| 319 "test": "ppapi_unittests" | 313 "test": "ppapi_unittests" |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 { | 475 { |
| 482 "test": "jingle_unittests" | 476 "test": "jingle_unittests" |
| 483 }, | 477 }, |
| 484 { | 478 { |
| 485 "test": "media_unittests" | 479 "test": "media_unittests" |
| 486 }, | 480 }, |
| 487 { | 481 { |
| 488 "test": "message_center_unittests" | 482 "test": "message_center_unittests" |
| 489 }, | 483 }, |
| 490 { | 484 { |
| 491 "test": "midi_unittests" | |
| 492 }, | |
| 493 { | |
| 494 "test": "nacl_loader_unittests" | 485 "test": "nacl_loader_unittests" |
| 495 }, | 486 }, |
| 496 { | 487 { |
| 497 "swarming": { | 488 "swarming": { |
| 498 "can_use_on_swarming_builders": true | 489 "can_use_on_swarming_builders": true |
| 499 }, | 490 }, |
| 500 "test": "net_unittests" | 491 "test": "net_unittests" |
| 501 }, | 492 }, |
| 502 { | 493 { |
| 503 "test": "ppapi_unittests" | 494 "test": "ppapi_unittests" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 }, | 534 }, |
| 544 { | 535 { |
| 545 "test": "views_unittests" | 536 "test": "views_unittests" |
| 546 }, | 537 }, |
| 547 { | 538 { |
| 548 "test": "wm_unittests" | 539 "test": "wm_unittests" |
| 549 } | 540 } |
| 550 ] | 541 ] |
| 551 } | 542 } |
| 552 } | 543 } |
| OLD | NEW |