| 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 { | 288 { |
| 289 "test": "skia_unittests" | 289 "test": "skia_unittests" |
| 290 }, | 290 }, |
| 291 { | 291 { |
| 292 "test": "sql_unittests" | 292 "test": "sql_unittests" |
| 293 }, | 293 }, |
| 294 { | 294 { |
| 295 "test": "sync_unit_tests" | 295 "test": "sync_unit_tests" |
| 296 }, | 296 }, |
| 297 { | 297 { |
| 298 "swarming": { | |
| 299 "can_use_on_swarming_builders": true | |
| 300 }, | |
| 301 "test": "ui_base_unittests" | 298 "test": "ui_base_unittests" |
| 302 }, | 299 }, |
| 303 { | 300 { |
| 304 "test": "ui_chromeos_unittests" | 301 "test": "ui_chromeos_unittests" |
| 305 }, | 302 }, |
| 306 { | 303 { |
| 307 "test": "ui_touch_selection_unittests" | 304 "test": "ui_touch_selection_unittests" |
| 308 }, | 305 }, |
| 309 { | 306 { |
| 310 "swarming": { | 307 "swarming": { |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 500 { | 497 { |
| 501 "test": "skia_unittests" | 498 "test": "skia_unittests" |
| 502 }, | 499 }, |
| 503 { | 500 { |
| 504 "test": "sql_unittests" | 501 "test": "sql_unittests" |
| 505 }, | 502 }, |
| 506 { | 503 { |
| 507 "test": "sync_unit_tests" | 504 "test": "sync_unit_tests" |
| 508 }, | 505 }, |
| 509 { | 506 { |
| 510 "swarming": { | |
| 511 "can_use_on_swarming_builders": true | |
| 512 }, | |
| 513 "test": "ui_base_unittests" | 507 "test": "ui_base_unittests" |
| 514 }, | 508 }, |
| 515 { | 509 { |
| 516 "test": "ui_chromeos_unittests" | 510 "test": "ui_chromeos_unittests" |
| 517 }, | 511 }, |
| 518 { | 512 { |
| 519 "test": "ui_touch_selection_unittests" | 513 "test": "ui_touch_selection_unittests" |
| 520 }, | 514 }, |
| 521 { | 515 { |
| 522 "swarming": { | 516 "swarming": { |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 711 { | 705 { |
| 712 "test": "skia_unittests" | 706 "test": "skia_unittests" |
| 713 }, | 707 }, |
| 714 { | 708 { |
| 715 "test": "sql_unittests" | 709 "test": "sql_unittests" |
| 716 }, | 710 }, |
| 717 { | 711 { |
| 718 "test": "sync_unit_tests" | 712 "test": "sync_unit_tests" |
| 719 }, | 713 }, |
| 720 { | 714 { |
| 721 "swarming": { | |
| 722 "can_use_on_swarming_builders": true | |
| 723 }, | |
| 724 "test": "ui_base_unittests" | 715 "test": "ui_base_unittests" |
| 725 }, | 716 }, |
| 726 { | 717 { |
| 727 "test": "ui_chromeos_unittests" | 718 "test": "ui_chromeos_unittests" |
| 728 }, | 719 }, |
| 729 { | 720 { |
| 730 "test": "ui_touch_selection_unittests" | 721 "test": "ui_touch_selection_unittests" |
| 731 }, | 722 }, |
| 732 { | 723 { |
| 733 "swarming": { | 724 "swarming": { |
| 734 "can_use_on_swarming_builders": true | 725 "can_use_on_swarming_builders": true |
| 735 }, | 726 }, |
| 736 "test": "unit_tests" | 727 "test": "unit_tests" |
| 737 }, | 728 }, |
| 738 { | 729 { |
| 739 "test": "url_unittests" | 730 "test": "url_unittests" |
| 740 }, | 731 }, |
| 741 { | 732 { |
| 742 "test": "views_unittests" | 733 "test": "views_unittests" |
| 743 }, | 734 }, |
| 744 { | 735 { |
| 745 "test": "wm_unittests" | 736 "test": "wm_unittests" |
| 746 } | 737 } |
| 747 ] | 738 ] |
| 748 } | 739 } |
| 749 } | 740 } |
| OLD | NEW |