| OLD | NEW |
| 1 { | 1 { |
| 2 "Mac GN": { | 2 "Mac GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "gn_all" | 4 "gn_all" |
| 5 ], | 5 ], |
| 6 "gtest_tests": [ | 6 "gtest_tests": [ |
| 7 { | 7 { |
| 8 "swarming": { |
| 9 "can_use_on_swarming_builders": true |
| 10 }, |
| 8 "test": "base_unittests" | 11 "test": "base_unittests" |
| 9 } | 12 } |
| 10 ] | 13 ] |
| 11 }, | 14 }, |
| 12 "Mac GN (dbg)": { | 15 "Mac GN (dbg)": { |
| 13 "additional_compile_targets": [ | 16 "additional_compile_targets": [ |
| 14 "accessibility_unittests", | 17 "accessibility_unittests", |
| 15 "base_unittests", | 18 "base_unittests", |
| 16 "battor_agent", | 19 "battor_agent", |
| 17 "cacheinvalidation_unittests", | 20 "cacheinvalidation_unittests", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 37 "printing_unittests", | 40 "printing_unittests", |
| 38 "remoting_all", | 41 "remoting_all", |
| 39 "skia_unittests", | 42 "skia_unittests", |
| 40 "sql_unittests", | 43 "sql_unittests", |
| 41 "sync_unit_tests", | 44 "sync_unit_tests", |
| 42 "ui_base_unittests", | 45 "ui_base_unittests", |
| 43 "url_unittests" | 46 "url_unittests" |
| 44 ], | 47 ], |
| 45 "gtest_tests": [ | 48 "gtest_tests": [ |
| 46 { | 49 { |
| 50 "swarming": { |
| 51 "can_use_on_swarming_builders": true |
| 52 }, |
| 47 "test": "base_unittests" | 53 "test": "base_unittests" |
| 48 } | 54 } |
| 49 ] | 55 ] |
| 50 }, | 56 }, |
| 51 "Mac10.10 Tests": { | 57 "Mac10.10 Tests": { |
| 52 "gtest_tests": [ | 58 "gtest_tests": [ |
| 53 { | 59 { |
| 54 "swarming": { | 60 "swarming": { |
| 55 "can_use_on_swarming_builders": true | 61 "can_use_on_swarming_builders": true |
| 56 }, | 62 }, |
| (...skipping 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2017 } | 2023 } |
| 2018 ], | 2024 ], |
| 2019 "scripts": [ | 2025 "scripts": [ |
| 2020 { | 2026 { |
| 2021 "name": "nacl_integration", | 2027 "name": "nacl_integration", |
| 2022 "script": "nacl_integration.py" | 2028 "script": "nacl_integration.py" |
| 2023 } | 2029 } |
| 2024 ] | 2030 ] |
| 2025 } | 2031 } |
| 2026 } | 2032 } |
| OLD | NEW |