OLD | NEW |
1 { | 1 { |
2 "Android GN": { | 2 "Android GN": { |
3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
4 "chrome_shell_apk", | 4 "chrome_shell_apk", |
5 "mandoline:all" | 5 "mandoline:all" |
6 ], | 6 ], |
7 "gtest_tests": [ | 7 "gtest_tests": [ |
8 { | 8 { |
9 "test": "html_viewer_unittests" | 9 "test": "html_viewer_unittests" |
10 }, | 10 }, |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 { | 99 { |
100 "test": "cast_shell_browser_test" | 100 "test": "cast_shell_browser_test" |
101 }, | 101 }, |
102 { | 102 { |
103 "swarming": { | 103 "swarming": { |
104 "can_use_on_swarming_builders": true | 104 "can_use_on_swarming_builders": true |
105 }, | 105 }, |
106 "test": "content_browsertests" | 106 "test": "content_browsertests" |
107 }, | 107 }, |
108 { | 108 { |
| 109 "swarming": { |
| 110 "can_use_on_swarming_builders": true |
| 111 }, |
109 "test": "content_unittests" | 112 "test": "content_unittests" |
110 }, | 113 }, |
111 { | 114 { |
112 "test": "crypto_unittests" | 115 "test": "crypto_unittests" |
113 }, | 116 }, |
114 { | 117 { |
115 "test": "gpu_unittests" | 118 "test": "gpu_unittests" |
116 }, | 119 }, |
117 { | 120 { |
118 "test": "ipc_tests" | 121 "test": "ipc_tests" |
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1163 } | 1166 } |
1164 ], | 1167 ], |
1165 "scripts": [ | 1168 "scripts": [ |
1166 { | 1169 { |
1167 "name": "nacl_integration", | 1170 "name": "nacl_integration", |
1168 "script": "nacl_integration.py" | 1171 "script": "nacl_integration.py" |
1169 } | 1172 } |
1170 ] | 1173 ] |
1171 } | 1174 } |
1172 } | 1175 } |
OLD | NEW |