| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS GN": { | 2 "Linux ChromiumOS GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "accessibility_unittests", | 4 "accessibility_unittests", |
| 5 "app_list_unittests", | 5 "app_list_unittests", |
| 6 "aura_unittests", | 6 "aura_unittests", |
| 7 "browser_tests", | 7 "browser_tests", |
| 8 "cacheinvalidation_unittests", | 8 "cacheinvalidation_unittests", |
| 9 "chromedriver_unittests", | 9 "chromedriver_unittests", |
| 10 "chromeos_unittests", | 10 "chromeos_unittests", |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 { | 210 { |
| 211 "test": "jingle_unittests" | 211 "test": "jingle_unittests" |
| 212 }, | 212 }, |
| 213 { | 213 { |
| 214 "test": "media_unittests" | 214 "test": "media_unittests" |
| 215 }, | 215 }, |
| 216 { | 216 { |
| 217 "test": "message_center_unittests" | 217 "test": "message_center_unittests" |
| 218 }, | 218 }, |
| 219 { | 219 { |
| 220 "test": "midi_unittests" |
| 221 }, |
| 222 { |
| 220 "test": "nacl_loader_unittests" | 223 "test": "nacl_loader_unittests" |
| 221 }, | 224 }, |
| 222 { | 225 { |
| 223 "swarming": { | 226 "swarming": { |
| 224 "can_use_on_swarming_builders": true | 227 "can_use_on_swarming_builders": true |
| 225 }, | 228 }, |
| 226 "test": "net_unittests" | 229 "test": "net_unittests" |
| 227 }, | 230 }, |
| 228 { | 231 { |
| 229 "test": "ozone_unittests" | 232 "test": "ozone_unittests" |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 { | 398 { |
| 396 "test": "jingle_unittests" | 399 "test": "jingle_unittests" |
| 397 }, | 400 }, |
| 398 { | 401 { |
| 399 "test": "media_unittests" | 402 "test": "media_unittests" |
| 400 }, | 403 }, |
| 401 { | 404 { |
| 402 "test": "message_center_unittests" | 405 "test": "message_center_unittests" |
| 403 }, | 406 }, |
| 404 { | 407 { |
| 408 "test": "midi_unittests" |
| 409 }, |
| 410 { |
| 405 "test": "nacl_loader_unittests" | 411 "test": "nacl_loader_unittests" |
| 406 }, | 412 }, |
| 407 { | 413 { |
| 408 "swarming": { | 414 "swarming": { |
| 409 "can_use_on_swarming_builders": true | 415 "can_use_on_swarming_builders": true |
| 410 }, | 416 }, |
| 411 "test": "net_unittests" | 417 "test": "net_unittests" |
| 412 }, | 418 }, |
| 413 { | 419 { |
| 414 "test": "ppapi_unittests" | 420 "test": "ppapi_unittests" |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 { | 582 { |
| 577 "test": "jingle_unittests" | 583 "test": "jingle_unittests" |
| 578 }, | 584 }, |
| 579 { | 585 { |
| 580 "test": "media_unittests" | 586 "test": "media_unittests" |
| 581 }, | 587 }, |
| 582 { | 588 { |
| 583 "test": "message_center_unittests" | 589 "test": "message_center_unittests" |
| 584 }, | 590 }, |
| 585 { | 591 { |
| 592 "test": "midi_unittests" |
| 593 }, |
| 594 { |
| 586 "test": "nacl_loader_unittests" | 595 "test": "nacl_loader_unittests" |
| 587 }, | 596 }, |
| 588 { | 597 { |
| 589 "swarming": { | 598 "swarming": { |
| 590 "can_use_on_swarming_builders": true | 599 "can_use_on_swarming_builders": true |
| 591 }, | 600 }, |
| 592 "test": "net_unittests" | 601 "test": "net_unittests" |
| 593 }, | 602 }, |
| 594 { | 603 { |
| 595 "test": "ppapi_unittests" | 604 "test": "ppapi_unittests" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 }, | 644 }, |
| 636 { | 645 { |
| 637 "test": "views_unittests" | 646 "test": "views_unittests" |
| 638 }, | 647 }, |
| 639 { | 648 { |
| 640 "test": "wm_unittests" | 649 "test": "wm_unittests" |
| 641 } | 650 } |
| 642 ] | 651 ] |
| 643 } | 652 } |
| 644 } | 653 } |
| OLD | NEW |