| 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 "mandoline:all" |
| 6 "gtest_tests": [] | 6 ] |
| 7 }, |
| 8 "Android GN (dbg)": { |
| 9 "additional_compile_targets": [ |
| 10 "chrome_shell_apk", |
| 11 "mandoline:all" |
| 12 ] |
| 7 }, | 13 }, |
| 8 "Android Tests": { | 14 "Android Tests": { |
| 9 "scripts": [ | 15 "scripts": [ |
| 10 { | 16 { |
| 11 "name": "webview_licenses", | 17 "name": "webview_licenses", |
| 12 "script": "webview_licenses.py" | 18 "script": "webview_licenses.py" |
| 13 }, | 19 }, |
| 14 { | 20 { |
| 15 "name": "telemetry_perf_unittests", | 21 "name": "telemetry_perf_unittests", |
| 16 "script": "telemetry_perf_unittests.py" | 22 "script": "telemetry_perf_unittests.py" |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 { | 76 { |
| 71 "test": "ipc_mojo_unittests" | 77 "test": "ipc_mojo_unittests" |
| 72 }, | 78 }, |
| 73 { | 79 { |
| 74 "test": "ipc_tests" | 80 "test": "ipc_tests" |
| 75 }, | 81 }, |
| 76 { | 82 { |
| 77 "test": "mojo_common_unittests" | 83 "test": "mojo_common_unittests" |
| 78 }, | 84 }, |
| 79 { | 85 { |
| 86 "test": "mojo_public_application_unittests" |
| 87 }, |
| 88 { |
| 80 "test": "mojo_public_bindings_unittests" | 89 "test": "mojo_public_bindings_unittests" |
| 81 }, | 90 }, |
| 82 { | 91 { |
| 83 "test": "mojo_public_environment_unittests" | 92 "test": "mojo_public_environment_unittests" |
| 84 }, | 93 }, |
| 85 { | 94 { |
| 86 "test": "mojo_public_system_unittests" | 95 "test": "mojo_public_system_unittests" |
| 87 }, | 96 }, |
| 88 { | 97 { |
| 89 "test": "mojo_public_utility_unittests" | 98 "test": "mojo_public_utility_unittests" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 109 { | 118 { |
| 110 "test": "ui_base_unittests" | 119 "test": "ui_base_unittests" |
| 111 }, | 120 }, |
| 112 { | 121 { |
| 113 "test": "unit_tests" | 122 "test": "unit_tests" |
| 114 } | 123 } |
| 115 ] | 124 ] |
| 116 }, | 125 }, |
| 117 "Linux GN": { | 126 "Linux GN": { |
| 118 "additional_compile_targets": [ | 127 "additional_compile_targets": [ |
| 119 "accessibility_unittests", | |
| 120 "app_list_unittests", | |
| 121 "aura_unittests", | |
| 122 "browser_tests", | 128 "browser_tests", |
| 123 "cacheinvalidation_unittests", | 129 "mandoline:all" |
| 124 "cast_unittests", | |
| 125 "cc_unittests", | |
| 126 "chromedriver_unittests", | |
| 127 "components_browsertests", | |
| 128 "components_unittests", | |
| 129 "content_browsertests", | |
| 130 "content_unittests", | |
| 131 "crypto_unittests", | |
| 132 "dbus_unittests", | |
| 133 "device_unittests", | |
| 134 "display_unittests", | |
| 135 "events_unittests", | |
| 136 "extensions_browsertests", | |
| 137 "extensions_unittests", | |
| 138 "gcm_unit_tests", | |
| 139 "gfx_unittests", | |
| 140 "gn_unittests", | |
| 141 "google_apis_unittests", | |
| 142 "gpu_unittests", | |
| 143 "html_viewer_unittests", | |
| 144 "interactive_ui_tests", | |
| 145 "ipc_mojo_unittests", | |
| 146 "ipc_tests", | |
| 147 "jingle_unittests", | |
| 148 "mandoline:all", | |
| 149 "media_unittests", | |
| 150 "nacl_loader_unittests", | |
| 151 "net_unittests", | |
| 152 "ppapi_unittests", | |
| 153 "printing_unittests", | |
| 154 "remoting_unittests", | |
| 155 "sandbox_linux_unittests", | |
| 156 "skia_unittests", | |
| 157 "sql_unittests", | |
| 158 "sync_integration_tests", | |
| 159 "sync_unit_tests", | |
| 160 "ui_base_unittests", | |
| 161 "ui_touch_selection_unittests", | |
| 162 "unit_tests", | |
| 163 "url_unittests", | |
| 164 "view_manager_service_unittests", | |
| 165 "views_unittests", | |
| 166 "wm_unittests" | |
| 167 ], | 130 ], |
| 168 "gtest_tests": [] | 131 "gtest_tests": [ |
| 132 { |
| 133 "test": "accessibility_unittests" |
| 134 }, |
| 135 { |
| 136 "test": "app_list_unittests" |
| 137 }, |
| 138 { |
| 139 "test": "aura_unittests" |
| 140 }, |
| 141 { |
| 142 "test": "base_unittests" |
| 143 }, |
| 144 { |
| 145 "test": "cacheinvalidation_unittests" |
| 146 }, |
| 147 { |
| 148 "test": "cast_unittests" |
| 149 }, |
| 150 { |
| 151 "test": "cc_unittests" |
| 152 }, |
| 153 { |
| 154 "test": "chromedriver_unittests" |
| 155 }, |
| 156 { |
| 157 "test": "components_browsertests" |
| 158 }, |
| 159 { |
| 160 "test": "components_unittests" |
| 161 }, |
| 162 { |
| 163 "test": "content_browsertests" |
| 164 }, |
| 165 { |
| 166 "test": "content_unittests" |
| 167 }, |
| 168 { |
| 169 "test": "crypto_unittests" |
| 170 }, |
| 171 { |
| 172 "test": "dbus_unittests" |
| 173 }, |
| 174 { |
| 175 "test": "device_unittests" |
| 176 }, |
| 177 { |
| 178 "test": "display_unittests" |
| 179 }, |
| 180 { |
| 181 "test": "events_unittests" |
| 182 }, |
| 183 { |
| 184 "test": "extensions_browsertests" |
| 185 }, |
| 186 { |
| 187 "test": "extensions_unittests" |
| 188 }, |
| 189 { |
| 190 "test": "gcm_unit_tests" |
| 191 }, |
| 192 { |
| 193 "test": "gfx_unittests" |
| 194 }, |
| 195 { |
| 196 "test": "gl_unittests" |
| 197 }, |
| 198 { |
| 199 "test": "gn_unittests" |
| 200 }, |
| 201 { |
| 202 "test": "google_apis_unittests" |
| 203 }, |
| 204 { |
| 205 "test": "gpu_unittests" |
| 206 }, |
| 207 { |
| 208 "test": "html_viewer_unittests" |
| 209 }, |
| 210 { |
| 211 "test": "interactive_ui_tests" |
| 212 }, |
| 213 { |
| 214 "test": "ipc_mojo_unittests" |
| 215 }, |
| 216 { |
| 217 "test": "ipc_tests" |
| 218 }, |
| 219 { |
| 220 "test": "jingle_unittests" |
| 221 }, |
| 222 { |
| 223 "test": "media_unittests" |
| 224 }, |
| 225 { |
| 226 "test": "mojo_common_unittests" |
| 227 }, |
| 228 { |
| 229 "test": "mojo_public_application_unittests" |
| 230 }, |
| 231 { |
| 232 "test": "mojo_public_bindings_unittests" |
| 233 }, |
| 234 { |
| 235 "test": "mojo_public_environment_unittests" |
| 236 }, |
| 237 { |
| 238 "test": "mojo_public_system_unittests" |
| 239 }, |
| 240 { |
| 241 "test": "mojo_public_utility_unittests" |
| 242 }, |
| 243 { |
| 244 "test": "mojo_runner_unittests" |
| 245 }, |
| 246 { |
| 247 "test": "mojo_shell_unittests" |
| 248 }, |
| 249 { |
| 250 "test": "mojo_surfaces_lib_unittests" |
| 251 }, |
| 252 { |
| 253 "test": "mojo_system_unittests" |
| 254 }, |
| 255 { |
| 256 "test": "nacl_loader_unittests" |
| 257 }, |
| 258 { |
| 259 "test": "net_unittests" |
| 260 }, |
| 261 { |
| 262 "test": "ppapi_unittests" |
| 263 }, |
| 264 { |
| 265 "test": "printing_unittests" |
| 266 }, |
| 267 { |
| 268 "test": "remoting_unittests" |
| 269 }, |
| 270 { |
| 271 "test": "resource_provider_unittests" |
| 272 }, |
| 273 { |
| 274 "test": "sandbox_linux_unittests" |
| 275 }, |
| 276 { |
| 277 "test": "skia_unittests" |
| 278 }, |
| 279 { |
| 280 "test": "sql_unittests" |
| 281 }, |
| 282 { |
| 283 "test": "sync_integration_tests" |
| 284 }, |
| 285 { |
| 286 "test": "sync_unit_tests" |
| 287 }, |
| 288 { |
| 289 "test": "ui_base_unittests" |
| 290 }, |
| 291 { |
| 292 "test": "ui_touch_selection_unittests" |
| 293 }, |
| 294 { |
| 295 "test": "unit_tests" |
| 296 }, |
| 297 { |
| 298 "test": "url_unittests" |
| 299 }, |
| 300 { |
| 301 "test": "view_manager_unittests" |
| 302 }, |
| 303 { |
| 304 "test": "views_unittests" |
| 305 }, |
| 306 { |
| 307 "test": "wm_unittests" |
| 308 } |
| 309 ] |
| 169 }, | 310 }, |
| 170 "Linux GN (dbg)": { | 311 "Linux GN (dbg)": { |
| 171 "additional_compile_targets": [ | 312 "additional_compile_targets": [ |
| 172 "accessibility_unittests", | 313 "accessibility_unittests", |
| 173 "app_list_unittests", | 314 "app_list_unittests", |
| 174 "aura_unittests", | 315 "aura_unittests", |
| 175 "browser_tests", | 316 "browser_tests", |
| 176 "cacheinvalidation_unittests", | 317 "cacheinvalidation_unittests", |
| 177 "cast_unittests", | 318 "cast_unittests", |
| 178 "cc_unittests", | 319 "cc_unittests", |
| 179 "chromedriver_unittests", | 320 "chromedriver_unittests", |
| 180 "components_browsertests", | 321 "components_browsertests", |
| 181 "components_unittests", | 322 "components_unittests", |
| 182 "content_browsertests", | 323 "content_browsertests", |
| 183 "content_unittests", | 324 "content_unittests", |
| 184 "crypto_unittests", | 325 "crypto_unittests", |
| 185 "dbus_unittests", | 326 "dbus_unittests", |
| 186 "device_unittests", | 327 "device_unittests", |
| 187 "display_unittests", | 328 "display_unittests", |
| 188 "events_unittests", | 329 "events_unittests", |
| 189 "extensions_browsertests", | 330 "extensions_browsertests", |
| 190 "extensions_unittests", | 331 "extensions_unittests", |
| 191 "gcm_unit_tests", | 332 "gcm_unit_tests", |
| 192 "gfx_unittests", | 333 "gfx_unittests", |
| 334 "gl_unittests", |
| 193 "gn_unittests", | 335 "gn_unittests", |
| 194 "google_apis_unittests", | 336 "google_apis_unittests", |
| 195 "gpu_unittests", | 337 "gpu_unittests", |
| 196 "interactive_ui_tests", | 338 "interactive_ui_tests", |
| 197 "ipc_mojo_unittests", | 339 "ipc_mojo_unittests", |
| 198 "ipc_tests", | 340 "ipc_tests", |
| 199 "jingle_unittests", | 341 "jingle_unittests", |
| 200 "mandoline:all", | 342 "mandoline:all", |
| 201 "media_unittests", | 343 "media_unittests", |
| 202 "net_unittests", | 344 "net_unittests", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 214 "url_unittests", | 356 "url_unittests", |
| 215 "views_unittests", | 357 "views_unittests", |
| 216 "wm_unittests" | 358 "wm_unittests" |
| 217 ], | 359 ], |
| 218 "gtest_tests": [ | 360 "gtest_tests": [ |
| 219 { | 361 { |
| 220 "test": "base_unittests" | 362 "test": "base_unittests" |
| 221 } | 363 } |
| 222 ] | 364 ] |
| 223 }, | 365 }, |
| 366 "Linux GN Clobber": { |
| 367 "additional_compile_targets": [ |
| 368 "all" |
| 369 ] |
| 370 }, |
| 224 "Linux Tests": { | 371 "Linux Tests": { |
| 225 "gtest_tests": [ | 372 "gtest_tests": [ |
| 226 { | 373 { |
| 227 "swarming": { | 374 "swarming": { |
| 228 "can_use_on_swarming_builders": true | 375 "can_use_on_swarming_builders": true |
| 229 }, | 376 }, |
| 230 "test": "accessibility_unittests" | 377 "test": "accessibility_unittests" |
| 231 }, | 378 }, |
| 232 { | 379 { |
| 233 "swarming": { | 380 "swarming": { |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 { | 479 { |
| 333 "test": "gcm_unit_tests" | 480 "test": "gcm_unit_tests" |
| 334 }, | 481 }, |
| 335 { | 482 { |
| 336 "swarming": { | 483 "swarming": { |
| 337 "can_use_on_swarming_builders": true | 484 "can_use_on_swarming_builders": true |
| 338 }, | 485 }, |
| 339 "test": "gfx_unittests" | 486 "test": "gfx_unittests" |
| 340 }, | 487 }, |
| 341 { | 488 { |
| 489 "test": "gl_unittests" |
| 490 }, |
| 491 { |
| 342 "test": "gn_unittests" | 492 "test": "gn_unittests" |
| 343 }, | 493 }, |
| 344 { | 494 { |
| 345 "test": "google_apis_unittests" | 495 "test": "google_apis_unittests" |
| 346 }, | 496 }, |
| 347 { | 497 { |
| 348 "swarming": { | 498 "swarming": { |
| 349 "can_use_on_swarming_builders": true | 499 "can_use_on_swarming_builders": true |
| 350 }, | 500 }, |
| 351 "test": "gpu_unittests" | 501 "test": "gpu_unittests" |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 { | 741 { |
| 592 "test": "gcm_unit_tests" | 742 "test": "gcm_unit_tests" |
| 593 }, | 743 }, |
| 594 { | 744 { |
| 595 "swarming": { | 745 "swarming": { |
| 596 "can_use_on_swarming_builders": true | 746 "can_use_on_swarming_builders": true |
| 597 }, | 747 }, |
| 598 "test": "gfx_unittests" | 748 "test": "gfx_unittests" |
| 599 }, | 749 }, |
| 600 { | 750 { |
| 751 "test": "gl_unittests" |
| 752 }, |
| 753 { |
| 601 "test": "gn_unittests" | 754 "test": "gn_unittests" |
| 602 }, | 755 }, |
| 603 { | 756 { |
| 604 "test": "google_apis_unittests" | 757 "test": "google_apis_unittests" |
| 605 }, | 758 }, |
| 606 { | 759 { |
| 607 "swarming": { | 760 "swarming": { |
| 608 "can_use_on_swarming_builders": true | 761 "can_use_on_swarming_builders": true |
| 609 }, | 762 }, |
| 610 "test": "gpu_unittests" | 763 "test": "gpu_unittests" |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 842 { | 995 { |
| 843 "test": "gcm_unit_tests" | 996 "test": "gcm_unit_tests" |
| 844 }, | 997 }, |
| 845 { | 998 { |
| 846 "swarming": { | 999 "swarming": { |
| 847 "can_use_on_swarming_builders": true | 1000 "can_use_on_swarming_builders": true |
| 848 }, | 1001 }, |
| 849 "test": "gfx_unittests" | 1002 "test": "gfx_unittests" |
| 850 }, | 1003 }, |
| 851 { | 1004 { |
| 1005 "test": "gl_unittests" |
| 1006 }, |
| 1007 { |
| 852 "test": "gn_unittests" | 1008 "test": "gn_unittests" |
| 853 }, | 1009 }, |
| 854 { | 1010 { |
| 855 "test": "google_apis_unittests" | 1011 "test": "google_apis_unittests" |
| 856 }, | 1012 }, |
| 857 { | 1013 { |
| 858 "swarming": { | 1014 "swarming": { |
| 859 "can_use_on_swarming_builders": true | 1015 "can_use_on_swarming_builders": true |
| 860 }, | 1016 }, |
| 861 "test": "gpu_unittests" | 1017 "test": "gpu_unittests" |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 970 } | 1126 } |
| 971 ], | 1127 ], |
| 972 "scripts": [ | 1128 "scripts": [ |
| 973 { | 1129 { |
| 974 "name": "nacl_integration", | 1130 "name": "nacl_integration", |
| 975 "script": "nacl_integration.py" | 1131 "script": "nacl_integration.py" |
| 976 } | 1132 } |
| 977 ] | 1133 ] |
| 978 } | 1134 } |
| 979 } | 1135 } |
| OLD | NEW |