| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Aura Tester (dbg)": { | 2 "Android Aura Tester (dbg)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "test": "base_unittests" | 5 "test": "base_unittests" |
| 6 }, | 6 }, |
| 7 { | 7 { |
| 8 "test": "compositor_unittests" | 8 "test": "compositor_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "test": "unit_tests" | 128 "test": "unit_tests" |
| 129 } | 129 } |
| 130 ] | 130 ] |
| 131 }, | 131 }, |
| 132 "Jelly Bean Tester": { | 132 "Jelly Bean Tester": { |
| 133 "gtest_tests": [ | 133 "gtest_tests": [ |
| 134 { | 134 { |
| 135 "test": "android_webview_unittests" | 135 "test": "android_webview_unittests" |
| 136 }, | 136 }, |
| 137 { | 137 { |
| 138 "args": [ | |
| 139 "--isolate_file_path=base/base_unittests.isolate" | |
| 140 ], | |
| 141 "test": "base_unittests" | |
| 142 }, | |
| 143 { | |
| 144 "args": [ | |
| 145 "--isolate_file_path=breakpad/breakpad_unittests.isolate" | |
| 146 ], | |
| 147 "override_compile_targets": [ | |
| 148 "breakpad_unittests_deps" | |
| 149 ], | |
| 150 "test": "breakpad_unittests" | |
| 151 }, | |
| 152 { | |
| 153 "test": "cc_unittests" | 138 "test": "cc_unittests" |
| 154 }, | 139 }, |
| 155 { | 140 { |
| 156 "args": [ | |
| 157 "--isolate_file_path=components/components_browsertests.isolate" | |
| 158 ], | |
| 159 "test": "components_browsertests" | |
| 160 }, | |
| 161 { | |
| 162 "args": [ | |
| 163 "--isolate_file_path=components/components_unittests.isolate" | |
| 164 ], | |
| 165 "test": "components_unittests" | |
| 166 }, | |
| 167 { | |
| 168 "args": [ | |
| 169 "--isolate_file_path=content/content_browsertests.isolate" | |
| 170 ], | |
| 171 "test": "content_browsertests" | |
| 172 }, | |
| 173 { | |
| 174 "args": [ | |
| 175 "--isolate_file_path=content/content_unittests.isolate" | |
| 176 ], | |
| 177 "test": "content_unittests" | |
| 178 }, | |
| 179 { | |
| 180 "test": "device_unittests" | 141 "test": "device_unittests" |
| 181 }, | 142 }, |
| 182 { | 143 { |
| 183 "test": "events_unittests" | 144 "test": "events_unittests" |
| 184 }, | 145 }, |
| 185 { | 146 { |
| 186 "test": "gl_tests" | 147 "test": "gl_tests" |
| 187 }, | 148 }, |
| 188 { | 149 { |
| 189 "test": "gl_unittests" | 150 "test": "gl_unittests" |
| 190 }, | 151 }, |
| 191 { | 152 { |
| 192 "test": "gpu_unittests" | 153 "test": "gpu_unittests" |
| 193 }, | 154 }, |
| 194 { | 155 { |
| 195 "test": "ipc_tests" | 156 "test": "ipc_tests" |
| 196 }, | |
| 197 { | |
| 198 "args": [ | |
| 199 "--isolate_file_path=media/media_unittests.isolate" | |
| 200 ], | |
| 201 "test": "media_unittests" | |
| 202 }, | |
| 203 { | |
| 204 "args": [ | |
| 205 "--isolate_file_path=net/net_unittests.isolate" | |
| 206 ], | |
| 207 "test": "net_unittests" | |
| 208 }, | |
| 209 { | |
| 210 "override_compile_targets": [ | |
| 211 "sandbox_linux_unittests_deps" | |
| 212 ], | |
| 213 "test": "sandbox_linux_unittests" | |
| 214 }, | |
| 215 { | |
| 216 "args": [ | |
| 217 "--isolate_file_path=sql/sql_unittests.isolate" | |
| 218 ], | |
| 219 "test": "sql_unittests" | |
| 220 }, | |
| 221 { | |
| 222 "args": [ | |
| 223 "--isolate_file_path=sync/sync_unit_tests.isolate" | |
| 224 ], | |
| 225 "test": "sync_unit_tests" | |
| 226 }, | |
| 227 { | |
| 228 "test": "ui_android_unittests" | |
| 229 }, | |
| 230 { | |
| 231 "args": [ | |
| 232 "--isolate_file_path=ui/base/ui_base_unittests.isolate" | |
| 233 ], | |
| 234 "test": "ui_base_unittests" | |
| 235 }, | |
| 236 { | |
| 237 "test": "ui_touch_selection_unittests" | |
| 238 }, | |
| 239 { | |
| 240 "args": [ | |
| 241 "--isolate_file_path=chrome/unit_tests.isolate" | |
| 242 ], | |
| 243 "test": "unit_tests" | |
| 244 } | 157 } |
| 245 ] | 158 ] |
| 246 }, | 159 }, |
| 247 "KitKat Tablet Tester": { | 160 "KitKat Tablet Tester": { |
| 248 "gtest_tests": [ | 161 "gtest_tests": [ |
| 249 { | 162 { |
| 250 "test": "android_webview_unittests" | 163 "test": "android_webview_unittests" |
| 251 }, | 164 }, |
| 252 { | 165 { |
| 253 "args": [ | |
| 254 "--isolate_file_path=base/base_unittests.isolate" | |
| 255 ], | |
| 256 "test": "base_unittests" | |
| 257 }, | |
| 258 { | |
| 259 "args": [ | |
| 260 "--isolate_file_path=breakpad/breakpad_unittests.isolate" | |
| 261 ], | |
| 262 "override_compile_targets": [ | |
| 263 "breakpad_unittests_deps" | |
| 264 ], | |
| 265 "test": "breakpad_unittests" | |
| 266 }, | |
| 267 { | |
| 268 "test": "cc_unittests" | 166 "test": "cc_unittests" |
| 269 }, | 167 }, |
| 270 { | 168 { |
| 271 "args": [ | |
| 272 "--isolate_file_path=components/components_browsertests.isolate" | |
| 273 ], | |
| 274 "test": "components_browsertests" | |
| 275 }, | |
| 276 { | |
| 277 "args": [ | |
| 278 "--isolate_file_path=components/components_unittests.isolate" | |
| 279 ], | |
| 280 "test": "components_unittests" | |
| 281 }, | |
| 282 { | |
| 283 "args": [ | |
| 284 "--isolate_file_path=content/content_browsertests.isolate" | |
| 285 ], | |
| 286 "test": "content_browsertests" | |
| 287 }, | |
| 288 { | |
| 289 "args": [ | |
| 290 "--isolate_file_path=content/content_unittests.isolate" | |
| 291 ], | |
| 292 "test": "content_unittests" | |
| 293 }, | |
| 294 { | |
| 295 "test": "device_unittests" | 169 "test": "device_unittests" |
| 296 }, | 170 }, |
| 297 { | 171 { |
| 298 "test": "events_unittests" | 172 "test": "events_unittests" |
| 299 }, | 173 }, |
| 300 { | 174 { |
| 301 "test": "gl_tests" | 175 "test": "gl_tests" |
| 302 }, | 176 }, |
| 303 { | 177 { |
| 304 "test": "gl_unittests" | 178 "test": "gl_unittests" |
| 305 }, | 179 }, |
| 306 { | 180 { |
| 307 "test": "gpu_unittests" | 181 "test": "gpu_unittests" |
| 308 }, | 182 }, |
| 309 { | 183 { |
| 310 "test": "ipc_tests" | 184 "test": "ipc_tests" |
| 311 }, | |
| 312 { | |
| 313 "args": [ | |
| 314 "--isolate_file_path=media/media_unittests.isolate" | |
| 315 ], | |
| 316 "test": "media_unittests" | |
| 317 }, | |
| 318 { | |
| 319 "args": [ | |
| 320 "--isolate_file_path=net/net_unittests.isolate" | |
| 321 ], | |
| 322 "test": "net_unittests" | |
| 323 }, | |
| 324 { | |
| 325 "override_compile_targets": [ | |
| 326 "sandbox_linux_unittests_deps" | |
| 327 ], | |
| 328 "test": "sandbox_linux_unittests" | |
| 329 }, | |
| 330 { | |
| 331 "args": [ | |
| 332 "--isolate_file_path=sql/sql_unittests.isolate" | |
| 333 ], | |
| 334 "test": "sql_unittests" | |
| 335 }, | |
| 336 { | |
| 337 "args": [ | |
| 338 "--isolate_file_path=sync/sync_unit_tests.isolate" | |
| 339 ], | |
| 340 "test": "sync_unit_tests" | |
| 341 }, | |
| 342 { | |
| 343 "test": "ui_android_unittests" | |
| 344 }, | |
| 345 { | |
| 346 "args": [ | |
| 347 "--isolate_file_path=ui/base/ui_base_unittests.isolate" | |
| 348 ], | |
| 349 "test": "ui_base_unittests" | |
| 350 }, | |
| 351 { | |
| 352 "test": "ui_touch_selection_unittests" | |
| 353 }, | |
| 354 { | |
| 355 "args": [ | |
| 356 "--isolate_file_path=chrome/unit_tests.isolate" | |
| 357 ], | |
| 358 "test": "unit_tests" | |
| 359 } | 185 } |
| 360 ] | 186 ] |
| 361 }, | 187 }, |
| 362 "Lollipop Consumer Tester": { | 188 "Lollipop Consumer Tester": { |
| 363 "gtest_tests": [ | 189 "gtest_tests": [ |
| 364 { | 190 { |
| 365 "test": "android_webview_unittests" | 191 "test": "android_webview_unittests" |
| 366 }, | 192 }, |
| 367 { | 193 { |
| 368 "args": [ | |
| 369 "--isolate_file_path=base/base_unittests.isolate" | |
| 370 ], | |
| 371 "test": "base_unittests" | |
| 372 }, | |
| 373 { | |
| 374 "args": [ | |
| 375 "--isolate_file_path=breakpad/breakpad_unittests.isolate" | |
| 376 ], | |
| 377 "override_compile_targets": [ | |
| 378 "breakpad_unittests_deps" | |
| 379 ], | |
| 380 "test": "breakpad_unittests" | |
| 381 }, | |
| 382 { | |
| 383 "test": "cc_unittests" | 194 "test": "cc_unittests" |
| 384 }, | 195 }, |
| 385 { | 196 { |
| 386 "args": [ | |
| 387 "--isolate_file_path=components/components_browsertests.isolate" | |
| 388 ], | |
| 389 "test": "components_browsertests" | |
| 390 }, | |
| 391 { | |
| 392 "args": [ | |
| 393 "--isolate_file_path=components/components_unittests.isolate" | |
| 394 ], | |
| 395 "test": "components_unittests" | |
| 396 }, | |
| 397 { | |
| 398 "args": [ | |
| 399 "--isolate_file_path=content/content_browsertests.isolate" | |
| 400 ], | |
| 401 "test": "content_browsertests" | |
| 402 }, | |
| 403 { | |
| 404 "args": [ | |
| 405 "--isolate_file_path=content/content_unittests.isolate" | |
| 406 ], | |
| 407 "test": "content_unittests" | |
| 408 }, | |
| 409 { | |
| 410 "test": "device_unittests" | 197 "test": "device_unittests" |
| 411 }, | 198 }, |
| 412 { | 199 { |
| 413 "test": "events_unittests" | 200 "test": "events_unittests" |
| 414 }, | 201 }, |
| 415 { | 202 { |
| 416 "test": "gl_tests" | 203 "test": "gl_tests" |
| 417 }, | 204 }, |
| 418 { | 205 { |
| 419 "test": "gl_unittests" | 206 "test": "gl_unittests" |
| 420 }, | 207 }, |
| 421 { | 208 { |
| 422 "test": "gpu_unittests" | 209 "test": "gpu_unittests" |
| 423 }, | 210 }, |
| 424 { | 211 { |
| 425 "test": "ipc_tests" | 212 "test": "ipc_tests" |
| 426 }, | |
| 427 { | |
| 428 "args": [ | |
| 429 "--isolate_file_path=media/media_unittests.isolate" | |
| 430 ], | |
| 431 "test": "media_unittests" | |
| 432 }, | |
| 433 { | |
| 434 "args": [ | |
| 435 "--isolate_file_path=net/net_unittests.isolate" | |
| 436 ], | |
| 437 "test": "net_unittests" | |
| 438 }, | |
| 439 { | |
| 440 "override_compile_targets": [ | |
| 441 "sandbox_linux_unittests_deps" | |
| 442 ], | |
| 443 "test": "sandbox_linux_unittests" | |
| 444 }, | |
| 445 { | |
| 446 "args": [ | |
| 447 "--isolate_file_path=sql/sql_unittests.isolate" | |
| 448 ], | |
| 449 "test": "sql_unittests" | |
| 450 }, | |
| 451 { | |
| 452 "args": [ | |
| 453 "--isolate_file_path=sync/sync_unit_tests.isolate" | |
| 454 ], | |
| 455 "test": "sync_unit_tests" | |
| 456 }, | |
| 457 { | |
| 458 "test": "ui_android_unittests" | |
| 459 }, | |
| 460 { | |
| 461 "args": [ | |
| 462 "--isolate_file_path=ui/base/ui_base_unittests.isolate" | |
| 463 ], | |
| 464 "test": "ui_base_unittests" | |
| 465 }, | |
| 466 { | |
| 467 "test": "ui_touch_selection_unittests" | |
| 468 }, | |
| 469 { | |
| 470 "args": [ | |
| 471 "--isolate_file_path=chrome/unit_tests.isolate" | |
| 472 ], | |
| 473 "test": "unit_tests" | |
| 474 } | 213 } |
| 475 ] | 214 ] |
| 476 }, | 215 }, |
| 477 "Lollipop Low-end Tester": { | 216 "Lollipop Low-end Tester": { |
| 478 "gtest_tests": [ | 217 "gtest_tests": [ |
| 479 { | 218 { |
| 480 "test": "android_webview_unittests" | 219 "test": "android_webview_unittests" |
| 481 }, | 220 }, |
| 482 { | 221 { |
| 483 "args": [ | |
| 484 "--isolate_file_path=base/base_unittests.isolate" | |
| 485 ], | |
| 486 "test": "base_unittests" | |
| 487 }, | |
| 488 { | |
| 489 "args": [ | |
| 490 "--isolate_file_path=breakpad/breakpad_unittests.isolate" | |
| 491 ], | |
| 492 "override_compile_targets": [ | |
| 493 "breakpad_unittests_deps" | |
| 494 ], | |
| 495 "test": "breakpad_unittests" | |
| 496 }, | |
| 497 { | |
| 498 "test": "cc_unittests" | 222 "test": "cc_unittests" |
| 499 }, | 223 }, |
| 500 { | 224 { |
| 501 "args": [ | |
| 502 "--isolate_file_path=components/components_browsertests.isolate" | |
| 503 ], | |
| 504 "test": "components_browsertests" | |
| 505 }, | |
| 506 { | |
| 507 "args": [ | |
| 508 "--isolate_file_path=components/components_unittests.isolate" | |
| 509 ], | |
| 510 "test": "components_unittests" | |
| 511 }, | |
| 512 { | |
| 513 "args": [ | |
| 514 "--isolate_file_path=content/content_browsertests.isolate" | |
| 515 ], | |
| 516 "test": "content_browsertests" | |
| 517 }, | |
| 518 { | |
| 519 "args": [ | |
| 520 "--isolate_file_path=content/content_unittests.isolate" | |
| 521 ], | |
| 522 "test": "content_unittests" | |
| 523 }, | |
| 524 { | |
| 525 "test": "device_unittests" | 225 "test": "device_unittests" |
| 526 }, | 226 }, |
| 527 { | 227 { |
| 528 "test": "events_unittests" | 228 "test": "events_unittests" |
| 529 }, | 229 }, |
| 530 { | 230 { |
| 531 "test": "gl_tests" | 231 "test": "gl_tests" |
| 532 }, | 232 }, |
| 533 { | 233 { |
| 534 "test": "gl_unittests" | 234 "test": "gl_unittests" |
| 535 }, | 235 }, |
| 536 { | 236 { |
| 537 "test": "gpu_unittests" | 237 "test": "gpu_unittests" |
| 538 }, | 238 }, |
| 539 { | 239 { |
| 540 "test": "ipc_tests" | 240 "test": "ipc_tests" |
| 541 }, | |
| 542 { | |
| 543 "args": [ | |
| 544 "--isolate_file_path=media/media_unittests.isolate" | |
| 545 ], | |
| 546 "test": "media_unittests" | |
| 547 }, | |
| 548 { | |
| 549 "args": [ | |
| 550 "--isolate_file_path=net/net_unittests.isolate" | |
| 551 ], | |
| 552 "test": "net_unittests" | |
| 553 }, | |
| 554 { | |
| 555 "override_compile_targets": [ | |
| 556 "sandbox_linux_unittests_deps" | |
| 557 ], | |
| 558 "test": "sandbox_linux_unittests" | |
| 559 }, | |
| 560 { | |
| 561 "args": [ | |
| 562 "--isolate_file_path=sql/sql_unittests.isolate" | |
| 563 ], | |
| 564 "test": "sql_unittests" | |
| 565 }, | |
| 566 { | |
| 567 "args": [ | |
| 568 "--isolate_file_path=sync/sync_unit_tests.isolate" | |
| 569 ], | |
| 570 "test": "sync_unit_tests" | |
| 571 }, | |
| 572 { | |
| 573 "test": "ui_android_unittests" | |
| 574 }, | |
| 575 { | |
| 576 "args": [ | |
| 577 "--isolate_file_path=ui/base/ui_base_unittests.isolate" | |
| 578 ], | |
| 579 "test": "ui_base_unittests" | |
| 580 }, | |
| 581 { | |
| 582 "test": "ui_touch_selection_unittests" | |
| 583 }, | |
| 584 { | |
| 585 "args": [ | |
| 586 "--isolate_file_path=chrome/unit_tests.isolate" | |
| 587 ], | |
| 588 "test": "unit_tests" | |
| 589 } | 241 } |
| 590 ] | 242 ] |
| 591 }, | 243 }, |
| 592 "Lollipop Phone Tester": { | 244 "Lollipop Phone Tester": { |
| 593 "gtest_tests": [ | 245 "gtest_tests": [ |
| 594 { | 246 { |
| 595 "test": "android_webview_unittests" | 247 "test": "android_webview_unittests" |
| 596 }, | 248 }, |
| 597 { | 249 { |
| 598 "args": [ | |
| 599 "--isolate_file_path=base/base_unittests.isolate" | |
| 600 ], | |
| 601 "test": "base_unittests" | |
| 602 }, | |
| 603 { | |
| 604 "args": [ | |
| 605 "--isolate_file_path=breakpad/breakpad_unittests.isolate" | |
| 606 ], | |
| 607 "override_compile_targets": [ | |
| 608 "breakpad_unittests_deps" | |
| 609 ], | |
| 610 "test": "breakpad_unittests" | |
| 611 }, | |
| 612 { | |
| 613 "test": "cc_unittests" | 250 "test": "cc_unittests" |
| 614 }, | 251 }, |
| 615 { | 252 { |
| 616 "args": [ | |
| 617 "--isolate_file_path=components/components_browsertests.isolate" | |
| 618 ], | |
| 619 "test": "components_browsertests" | |
| 620 }, | |
| 621 { | |
| 622 "args": [ | |
| 623 "--isolate_file_path=components/components_unittests.isolate" | |
| 624 ], | |
| 625 "test": "components_unittests" | |
| 626 }, | |
| 627 { | |
| 628 "args": [ | |
| 629 "--isolate_file_path=content/content_browsertests.isolate" | |
| 630 ], | |
| 631 "test": "content_browsertests" | |
| 632 }, | |
| 633 { | |
| 634 "args": [ | |
| 635 "--isolate_file_path=content/content_unittests.isolate" | |
| 636 ], | |
| 637 "test": "content_unittests" | |
| 638 }, | |
| 639 { | |
| 640 "test": "device_unittests" | 253 "test": "device_unittests" |
| 641 }, | 254 }, |
| 642 { | 255 { |
| 643 "test": "events_unittests" | 256 "test": "events_unittests" |
| 644 }, | 257 }, |
| 645 { | 258 { |
| 646 "test": "gl_tests" | 259 "test": "gl_tests" |
| 647 }, | 260 }, |
| 648 { | 261 { |
| 649 "test": "gl_unittests" | 262 "test": "gl_unittests" |
| 650 }, | 263 }, |
| 651 { | 264 { |
| 652 "test": "gpu_unittests" | 265 "test": "gpu_unittests" |
| 653 }, | 266 }, |
| 654 { | 267 { |
| 655 "test": "ipc_tests" | 268 "test": "ipc_tests" |
| 656 }, | |
| 657 { | |
| 658 "args": [ | |
| 659 "--isolate_file_path=media/media_unittests.isolate" | |
| 660 ], | |
| 661 "test": "media_unittests" | |
| 662 }, | |
| 663 { | |
| 664 "args": [ | |
| 665 "--isolate_file_path=net/net_unittests.isolate" | |
| 666 ], | |
| 667 "test": "net_unittests" | |
| 668 }, | |
| 669 { | |
| 670 "override_compile_targets": [ | |
| 671 "sandbox_linux_unittests_deps" | |
| 672 ], | |
| 673 "test": "sandbox_linux_unittests" | |
| 674 }, | |
| 675 { | |
| 676 "args": [ | |
| 677 "--isolate_file_path=sql/sql_unittests.isolate" | |
| 678 ], | |
| 679 "test": "sql_unittests" | |
| 680 }, | |
| 681 { | |
| 682 "args": [ | |
| 683 "--isolate_file_path=sync/sync_unit_tests.isolate" | |
| 684 ], | |
| 685 "test": "sync_unit_tests" | |
| 686 }, | |
| 687 { | |
| 688 "test": "ui_android_unittests" | |
| 689 }, | |
| 690 { | |
| 691 "args": [ | |
| 692 "--isolate_file_path=ui/base/ui_base_unittests.isolate" | |
| 693 ], | |
| 694 "test": "ui_base_unittests" | |
| 695 }, | |
| 696 { | |
| 697 "test": "ui_touch_selection_unittests" | |
| 698 }, | |
| 699 { | |
| 700 "args": [ | |
| 701 "--isolate_file_path=chrome/unit_tests.isolate" | |
| 702 ], | |
| 703 "test": "unit_tests" | |
| 704 } | 269 } |
| 705 ] | 270 ] |
| 706 }, | 271 }, |
| 707 "Lollipop Tablet Tester": { | 272 "Lollipop Tablet Tester": { |
| 708 "gtest_tests": [ | 273 "gtest_tests": [ |
| 709 { | 274 { |
| 710 "test": "android_webview_unittests" | 275 "test": "android_webview_unittests" |
| 711 }, | 276 }, |
| 712 { | 277 { |
| 713 "args": [ | |
| 714 "--isolate_file_path=base/base_unittests.isolate" | |
| 715 ], | |
| 716 "test": "base_unittests" | |
| 717 }, | |
| 718 { | |
| 719 "args": [ | |
| 720 "--isolate_file_path=breakpad/breakpad_unittests.isolate" | |
| 721 ], | |
| 722 "override_compile_targets": [ | |
| 723 "breakpad_unittests_deps" | |
| 724 ], | |
| 725 "test": "breakpad_unittests" | |
| 726 }, | |
| 727 { | |
| 728 "test": "cc_unittests" | 278 "test": "cc_unittests" |
| 729 }, | 279 }, |
| 730 { | 280 { |
| 731 "args": [ | |
| 732 "--isolate_file_path=components/components_browsertests.isolate" | |
| 733 ], | |
| 734 "test": "components_browsertests" | |
| 735 }, | |
| 736 { | |
| 737 "args": [ | |
| 738 "--isolate_file_path=components/components_unittests.isolate" | |
| 739 ], | |
| 740 "test": "components_unittests" | |
| 741 }, | |
| 742 { | |
| 743 "args": [ | |
| 744 "--isolate_file_path=content/content_browsertests.isolate" | |
| 745 ], | |
| 746 "test": "content_browsertests" | |
| 747 }, | |
| 748 { | |
| 749 "args": [ | |
| 750 "--isolate_file_path=content/content_unittests.isolate" | |
| 751 ], | |
| 752 "test": "content_unittests" | |
| 753 }, | |
| 754 { | |
| 755 "test": "device_unittests" | 281 "test": "device_unittests" |
| 756 }, | 282 }, |
| 757 { | 283 { |
| 758 "test": "events_unittests" | 284 "test": "events_unittests" |
| 759 }, | 285 }, |
| 760 { | 286 { |
| 761 "test": "gl_tests" | 287 "test": "gl_tests" |
| 762 }, | 288 }, |
| 763 { | 289 { |
| 764 "test": "gl_unittests" | 290 "test": "gl_unittests" |
| 765 }, | 291 }, |
| 766 { | 292 { |
| 767 "test": "gpu_unittests" | 293 "test": "gpu_unittests" |
| 768 }, | 294 }, |
| 769 { | 295 { |
| 770 "test": "ipc_tests" | 296 "test": "ipc_tests" |
| 771 }, | |
| 772 { | |
| 773 "args": [ | |
| 774 "--isolate_file_path=media/media_unittests.isolate" | |
| 775 ], | |
| 776 "test": "media_unittests" | |
| 777 }, | |
| 778 { | |
| 779 "args": [ | |
| 780 "--isolate_file_path=net/net_unittests.isolate" | |
| 781 ], | |
| 782 "test": "net_unittests" | |
| 783 }, | |
| 784 { | |
| 785 "override_compile_targets": [ | |
| 786 "sandbox_linux_unittests_deps" | |
| 787 ], | |
| 788 "test": "sandbox_linux_unittests" | |
| 789 }, | |
| 790 { | |
| 791 "args": [ | |
| 792 "--isolate_file_path=sql/sql_unittests.isolate" | |
| 793 ], | |
| 794 "test": "sql_unittests" | |
| 795 }, | |
| 796 { | |
| 797 "args": [ | |
| 798 "--isolate_file_path=sync/sync_unit_tests.isolate" | |
| 799 ], | |
| 800 "test": "sync_unit_tests" | |
| 801 }, | |
| 802 { | |
| 803 "test": "ui_android_unittests" | |
| 804 }, | |
| 805 { | |
| 806 "args": [ | |
| 807 "--isolate_file_path=ui/base/ui_base_unittests.isolate" | |
| 808 ], | |
| 809 "test": "ui_base_unittests" | |
| 810 }, | |
| 811 { | |
| 812 "test": "ui_touch_selection_unittests" | |
| 813 }, | |
| 814 { | |
| 815 "args": [ | |
| 816 "--isolate_file_path=chrome/unit_tests.isolate" | |
| 817 ], | |
| 818 "test": "unit_tests" | |
| 819 } | 297 } |
| 820 ] | 298 ] |
| 821 }, | 299 }, |
| 822 "Marshmallow 64 bit Tester": { | 300 "Marshmallow 64 bit Tester": { |
| 823 "gtest_tests": [ | 301 "gtest_tests": [ |
| 824 { | 302 { |
| 825 "test": "android_webview_unittests" | 303 "test": "android_webview_unittests" |
| 826 }, | 304 }, |
| 827 { | 305 { |
| 828 "args": [ | |
| 829 "--isolate_file_path=base/base_unittests.isolate" | |
| 830 ], | |
| 831 "test": "base_unittests" | |
| 832 }, | |
| 833 { | |
| 834 "args": [ | |
| 835 "--isolate_file_path=breakpad/breakpad_unittests.isolate" | |
| 836 ], | |
| 837 "override_compile_targets": [ | |
| 838 "breakpad_unittests_deps" | |
| 839 ], | |
| 840 "test": "breakpad_unittests" | |
| 841 }, | |
| 842 { | |
| 843 "test": "cc_unittests" | 306 "test": "cc_unittests" |
| 844 }, | 307 }, |
| 845 { | 308 { |
| 846 "args": [ | |
| 847 "--isolate_file_path=components/components_browsertests.isolate" | |
| 848 ], | |
| 849 "test": "components_browsertests" | |
| 850 }, | |
| 851 { | |
| 852 "args": [ | |
| 853 "--isolate_file_path=components/components_unittests.isolate" | |
| 854 ], | |
| 855 "test": "components_unittests" | |
| 856 }, | |
| 857 { | |
| 858 "args": [ | |
| 859 "--isolate_file_path=content/content_browsertests.isolate" | |
| 860 ], | |
| 861 "test": "content_browsertests" | |
| 862 }, | |
| 863 { | |
| 864 "args": [ | |
| 865 "--isolate_file_path=content/content_unittests.isolate" | |
| 866 ], | |
| 867 "test": "content_unittests" | |
| 868 }, | |
| 869 { | |
| 870 "test": "device_unittests" | 309 "test": "device_unittests" |
| 871 }, | 310 }, |
| 872 { | 311 { |
| 873 "test": "events_unittests" | 312 "test": "events_unittests" |
| 874 }, | 313 }, |
| 875 { | 314 { |
| 876 "test": "gl_tests" | 315 "test": "gl_tests" |
| 877 }, | 316 }, |
| 878 { | 317 { |
| 879 "test": "gl_unittests" | 318 "test": "gl_unittests" |
| 880 }, | 319 }, |
| 881 { | 320 { |
| 882 "test": "gpu_unittests" | 321 "test": "gpu_unittests" |
| 883 }, | 322 }, |
| 884 { | 323 { |
| 885 "test": "ipc_tests" | 324 "test": "ipc_tests" |
| 886 }, | |
| 887 { | |
| 888 "args": [ | |
| 889 "--isolate_file_path=media/media_unittests.isolate" | |
| 890 ], | |
| 891 "test": "media_unittests" | |
| 892 }, | |
| 893 { | |
| 894 "args": [ | |
| 895 "--isolate_file_path=net/net_unittests.isolate" | |
| 896 ], | |
| 897 "test": "net_unittests" | |
| 898 }, | |
| 899 { | |
| 900 "override_compile_targets": [ | |
| 901 "sandbox_linux_unittests_deps" | |
| 902 ], | |
| 903 "test": "sandbox_linux_unittests" | |
| 904 }, | |
| 905 { | |
| 906 "args": [ | |
| 907 "--isolate_file_path=sql/sql_unittests.isolate" | |
| 908 ], | |
| 909 "test": "sql_unittests" | |
| 910 }, | |
| 911 { | |
| 912 "args": [ | |
| 913 "--isolate_file_path=sync/sync_unit_tests.isolate" | |
| 914 ], | |
| 915 "test": "sync_unit_tests" | |
| 916 }, | |
| 917 { | |
| 918 "test": "ui_android_unittests" | |
| 919 }, | |
| 920 { | |
| 921 "args": [ | |
| 922 "--isolate_file_path=ui/base/ui_base_unittests.isolate" | |
| 923 ], | |
| 924 "test": "ui_base_unittests" | |
| 925 }, | |
| 926 { | |
| 927 "test": "ui_touch_selection_unittests" | |
| 928 }, | |
| 929 { | |
| 930 "args": [ | |
| 931 "--isolate_file_path=chrome/unit_tests.isolate" | |
| 932 ], | |
| 933 "test": "unit_tests" | |
| 934 } | 325 } |
| 935 ] | 326 ] |
| 936 }, | 327 }, |
| 937 "Marshmallow Tablet Tester": { | 328 "Marshmallow Tablet Tester": { |
| 938 "gtest_tests": [ | 329 "gtest_tests": [ |
| 939 { | 330 { |
| 940 "test": "android_webview_unittests" | 331 "test": "android_webview_unittests" |
| 941 }, | 332 }, |
| 942 { | 333 { |
| 943 "args": [ | |
| 944 "--isolate_file_path=base/base_unittests.isolate" | |
| 945 ], | |
| 946 "test": "base_unittests" | |
| 947 }, | |
| 948 { | |
| 949 "args": [ | |
| 950 "--isolate_file_path=breakpad/breakpad_unittests.isolate" | |
| 951 ], | |
| 952 "override_compile_targets": [ | |
| 953 "breakpad_unittests_deps" | |
| 954 ], | |
| 955 "test": "breakpad_unittests" | |
| 956 }, | |
| 957 { | |
| 958 "test": "cc_unittests" | 334 "test": "cc_unittests" |
| 959 }, | 335 }, |
| 960 { | 336 { |
| 961 "args": [ | |
| 962 "--isolate_file_path=components/components_browsertests.isolate" | |
| 963 ], | |
| 964 "test": "components_browsertests" | |
| 965 }, | |
| 966 { | |
| 967 "args": [ | |
| 968 "--isolate_file_path=components/components_unittests.isolate" | |
| 969 ], | |
| 970 "test": "components_unittests" | |
| 971 }, | |
| 972 { | |
| 973 "args": [ | |
| 974 "--isolate_file_path=content/content_browsertests.isolate" | |
| 975 ], | |
| 976 "test": "content_browsertests" | |
| 977 }, | |
| 978 { | |
| 979 "args": [ | |
| 980 "--isolate_file_path=content/content_unittests.isolate" | |
| 981 ], | |
| 982 "test": "content_unittests" | |
| 983 }, | |
| 984 { | |
| 985 "test": "device_unittests" | 337 "test": "device_unittests" |
| 986 }, | 338 }, |
| 987 { | 339 { |
| 988 "test": "events_unittests" | 340 "test": "events_unittests" |
| 989 }, | 341 }, |
| 990 { | 342 { |
| 991 "test": "gl_tests" | 343 "test": "gl_tests" |
| 992 }, | 344 }, |
| 993 { | 345 { |
| 994 "test": "gl_unittests" | 346 "test": "gl_unittests" |
| 995 }, | 347 }, |
| 996 { | 348 { |
| 997 "test": "gpu_unittests" | 349 "test": "gpu_unittests" |
| 998 }, | 350 }, |
| 999 { | 351 { |
| 1000 "test": "ipc_tests" | 352 "test": "ipc_tests" |
| 1001 }, | |
| 1002 { | |
| 1003 "args": [ | |
| 1004 "--isolate_file_path=media/media_unittests.isolate" | |
| 1005 ], | |
| 1006 "test": "media_unittests" | |
| 1007 }, | |
| 1008 { | |
| 1009 "args": [ | |
| 1010 "--isolate_file_path=net/net_unittests.isolate" | |
| 1011 ], | |
| 1012 "test": "net_unittests" | |
| 1013 }, | |
| 1014 { | |
| 1015 "override_compile_targets": [ | |
| 1016 "sandbox_linux_unittests_deps" | |
| 1017 ], | |
| 1018 "test": "sandbox_linux_unittests" | |
| 1019 }, | |
| 1020 { | |
| 1021 "args": [ | |
| 1022 "--isolate_file_path=sql/sql_unittests.isolate" | |
| 1023 ], | |
| 1024 "test": "sql_unittests" | |
| 1025 }, | |
| 1026 { | |
| 1027 "args": [ | |
| 1028 "--isolate_file_path=sync/sync_unit_tests.isolate" | |
| 1029 ], | |
| 1030 "test": "sync_unit_tests" | |
| 1031 }, | |
| 1032 { | |
| 1033 "test": "ui_android_unittests" | |
| 1034 }, | |
| 1035 { | |
| 1036 "args": [ | |
| 1037 "--isolate_file_path=ui/base/ui_base_unittests.isolate" | |
| 1038 ], | |
| 1039 "test": "ui_base_unittests" | |
| 1040 }, | |
| 1041 { | |
| 1042 "test": "ui_touch_selection_unittests" | |
| 1043 }, | |
| 1044 { | |
| 1045 "args": [ | |
| 1046 "--isolate_file_path=chrome/unit_tests.isolate" | |
| 1047 ], | |
| 1048 "test": "unit_tests" | |
| 1049 } | 353 } |
| 1050 ] | 354 ] |
| 1051 } | 355 } |
| 1052 } | 356 } |
| OLD | NEW |