| OLD | NEW |
| 1 { | 1 { |
| 2 "Win 7 Tests x64 (1)": { | 2 "Win 7 Tests x64 (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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 } | 484 } |
| 485 } | 485 } |
| 486 ], | 486 ], |
| 487 "scripts": [ | 487 "scripts": [ |
| 488 { | 488 { |
| 489 "name": "nacl_integration", | 489 "name": "nacl_integration", |
| 490 "script": "nacl_integration.py" | 490 "script": "nacl_integration.py" |
| 491 } | 491 } |
| 492 ] | 492 ] |
| 493 }, | 493 }, |
| 494 "Win Builder": { |
| 495 "additional_compile_targets": [ |
| 496 "all" |
| 497 ] |
| 498 }, |
| 494 "Win x64 GN": { | 499 "Win x64 GN": { |
| 495 "additional_compile_targets": [ | 500 "additional_compile_targets": [ |
| 496 "base_unittests" | 501 "base_unittests" |
| 497 ] | 502 ] |
| 498 }, | 503 }, |
| 499 "Win x64 GN (dbg)": { | 504 "Win x64 GN (dbg)": { |
| 500 "additional_compile_targets": [ | 505 "additional_compile_targets": [ |
| 501 "base_unittests" | 506 "base_unittests" |
| 502 ] | 507 ] |
| 503 }, | 508 }, |
| (...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2030 "additional_compile_targets": [ | 2035 "additional_compile_targets": [ |
| 2031 "chrome_official_builder" | 2036 "chrome_official_builder" |
| 2032 ] | 2037 ] |
| 2033 }, | 2038 }, |
| 2034 "Win8 GYP (dbg)": { | 2039 "Win8 GYP (dbg)": { |
| 2035 "additional_compile_targets": [ | 2040 "additional_compile_targets": [ |
| 2036 "all" | 2041 "all" |
| 2037 ] | 2042 ] |
| 2038 } | 2043 } |
| 2039 } | 2044 } |
| OLD | NEW |