| 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 ], | 5 ], |
| 6 "gtest_tests": [] | 6 "gtest_tests": [] |
| 7 }, | 7 }, |
| 8 "Android Tests": { | 8 "Android Tests": { |
| 9 "scripts": [ | 9 "scripts": [ |
| 10 { | 10 { |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 { | 112 { |
| 113 "test": "unit_tests" | 113 "test": "unit_tests" |
| 114 } | 114 } |
| 115 ] | 115 ] |
| 116 }, | 116 }, |
| 117 "Linux GN": { | 117 "Linux GN": { |
| 118 "additional_compile_targets": [ | 118 "additional_compile_targets": [ |
| 119 "browser_tests", | 119 "browser_tests", |
| 120 "content_browsertests", | 120 "content_browsertests", |
| 121 "content_unittests", | 121 "content_unittests", |
| 122 "events_unittests", | |
| 123 "extensions_browsertests", | 122 "extensions_browsertests", |
| 124 "extensions_unittests", | 123 "extensions_unittests", |
| 125 "gcm_unit_tests", | |
| 126 "gfx_unittests", | |
| 127 "gn_unittests", | |
| 128 "google_apis_unittests", | |
| 129 "gpu_unittests", | |
| 130 "html_viewer_unittests", | 124 "html_viewer_unittests", |
| 131 "interactive_ui_tests", | 125 "interactive_ui_tests", |
| 132 "ipc_mojo_unittests", | |
| 133 "ipc_tests", | |
| 134 "jingle_unittests", | |
| 135 "mandoline:all", | 126 "mandoline:all", |
| 136 "media_unittests", | 127 "media_unittests", |
| 137 "nacl_loader_unittests", | |
| 138 "net_unittests", | 128 "net_unittests", |
| 139 "ppapi_unittests", | |
| 140 "printing_unittests", | |
| 141 "remoting_unittests", | |
| 142 "sandbox_linux_unittests", | |
| 143 "skia_unittests", | |
| 144 "sql_unittests", | |
| 145 "sync_integration_tests", | 129 "sync_integration_tests", |
| 146 "sync_unit_tests", | |
| 147 "ui_base_unittests", | |
| 148 "ui_touch_selection_unittests", | |
| 149 "unit_tests", | 130 "unit_tests", |
| 150 "url_unittests", | 131 "view_manager_service_unittests" |
| 151 "view_manager_service_unittests", | |
| 152 "views_unittests", | |
| 153 "wm_unittests" | |
| 154 ], | 132 ], |
| 155 "gtest_tests": [ | 133 "gtest_tests": [ |
| 156 { | 134 { |
| 157 "test": "accessibility_unittests" | 135 "test": "accessibility_unittests" |
| 158 }, | 136 }, |
| 159 { | 137 { |
| 160 "test": "app_list_unittests" | 138 "test": "app_list_unittests" |
| 161 }, | 139 }, |
| 162 { | 140 { |
| 163 "test": "aura_unittests" | 141 "test": "aura_unittests" |
| (...skipping 13 matching lines...) Expand all Loading... |
| 177 { | 155 { |
| 178 "test": "chromedriver_unittests" | 156 "test": "chromedriver_unittests" |
| 179 }, | 157 }, |
| 180 { | 158 { |
| 181 "test": "components_browsertests" | 159 "test": "components_browsertests" |
| 182 }, | 160 }, |
| 183 { | 161 { |
| 184 "test": "components_unittests" | 162 "test": "components_unittests" |
| 185 }, | 163 }, |
| 186 { | 164 { |
| 165 "test": "content_unittests" |
| 166 }, |
| 167 { |
| 187 "test": "crypto_unittests" | 168 "test": "crypto_unittests" |
| 188 }, | 169 }, |
| 189 { | 170 { |
| 190 "test": "dbus_unittests" | 171 "test": "dbus_unittests" |
| 191 }, | 172 }, |
| 192 { | 173 { |
| 193 "test": "device_unittests" | 174 "test": "device_unittests" |
| 194 }, | 175 }, |
| 195 { | 176 { |
| 196 "test": "display_unittests" | 177 "test": "display_unittests" |
| 178 }, |
| 179 { |
| 180 "test": "events_unittests" |
| 181 }, |
| 182 { |
| 183 "test": "extensions_unittests" |
| 184 }, |
| 185 { |
| 186 "test": "extensions_unittests" |
| 187 }, |
| 188 { |
| 189 "test": "gcm_unit_tests" |
| 190 }, |
| 191 { |
| 192 "test": "gfx_unittests" |
| 193 }, |
| 194 { |
| 195 "test": "gn_unittests" |
| 196 }, |
| 197 { |
| 198 "test": "google_apis_unittests" |
| 199 }, |
| 200 { |
| 201 "test": "gpu_unittests" |
| 202 }, |
| 203 { |
| 204 "test": "ipc_mojo_unittests" |
| 205 }, |
| 206 { |
| 207 "test": "ipc_tests" |
| 208 }, |
| 209 { |
| 210 "test": "jingle_unittests" |
| 211 }, |
| 212 { |
| 213 "test": "nacl_loader_unittests" |
| 214 }, |
| 215 { |
| 216 "test": "ppapi_unittests" |
| 217 }, |
| 218 { |
| 219 "test": "printing_unittests" |
| 220 }, |
| 221 { |
| 222 "test": "remoting_unittests" |
| 223 }, |
| 224 { |
| 225 "test": "sandbox_linux_unittests" |
| 226 }, |
| 227 { |
| 228 "test": "skia_unittests" |
| 229 }, |
| 230 { |
| 231 "test": "sql_unittests" |
| 232 }, |
| 233 { |
| 234 "test": "sync_unit_tests" |
| 235 }, |
| 236 { |
| 237 "test": "ui_base_unittests" |
| 238 }, |
| 239 { |
| 240 "test": "ui_touch_selection_unittests" |
| 241 }, |
| 242 { |
| 243 "test": "url_unittests" |
| 244 }, |
| 245 { |
| 246 "test": "views_unittests" |
| 247 }, |
| 248 { |
| 249 "test": "wm_unittests" |
| 197 } | 250 } |
| 198 ] | 251 ] |
| 199 }, | 252 }, |
| 200 "Linux GN (dbg)": { | 253 "Linux GN (dbg)": { |
| 201 "additional_compile_targets": [ | 254 "additional_compile_targets": [ |
| 202 "accessibility_unittests", | 255 "accessibility_unittests", |
| 203 "app_list_unittests", | 256 "app_list_unittests", |
| 204 "aura_unittests", | 257 "aura_unittests", |
| 205 "browser_tests", | 258 "browser_tests", |
| 206 "cacheinvalidation_unittests", | 259 "cacheinvalidation_unittests", |
| (...skipping 793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1000 } | 1053 } |
| 1001 ], | 1054 ], |
| 1002 "scripts": [ | 1055 "scripts": [ |
| 1003 { | 1056 { |
| 1004 "name": "nacl_integration", | 1057 "name": "nacl_integration", |
| 1005 "script": "nacl_integration.py" | 1058 "script": "nacl_integration.py" |
| 1006 } | 1059 } |
| 1007 ] | 1060 ] |
| 1008 } | 1061 } |
| 1009 } | 1062 } |
| OLD | NEW |