| OLD | NEW |
| 1 { | 1 { |
| 2 "Mac Builder": { |
| 3 "additional_compile_targets": [ |
| 4 "battor_agent" |
| 5 ] |
| 6 }, |
| 2 "Mac GN": { | 7 "Mac GN": { |
| 3 "additional_compile_targets": [ | 8 "additional_compile_targets": [ |
| 4 "gn_all" | 9 "gn_all" |
| 5 ], | 10 ], |
| 6 "gtest_tests": [ | 11 "gtest_tests": [ |
| 7 { | 12 { |
| 8 "test": "base_unittests" | 13 "test": "base_unittests" |
| 9 } | 14 } |
| 10 ] | 15 ] |
| 11 }, | 16 }, |
| (...skipping 1877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1889 } | 1894 } |
| 1890 ], | 1895 ], |
| 1891 "scripts": [ | 1896 "scripts": [ |
| 1892 { | 1897 { |
| 1893 "name": "nacl_integration", | 1898 "name": "nacl_integration", |
| 1894 "script": "nacl_integration.py" | 1899 "script": "nacl_integration.py" |
| 1895 } | 1900 } |
| 1896 ] | 1901 ] |
| 1897 } | 1902 } |
| 1898 } | 1903 } |
| OLD | NEW |