Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 1106853002: Update lists of compile targets for the GN bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove nacl_loader_unttests from dbg bots Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « testing/buildbot/chromium.webkit.json ('k') | testing/buildbot/client.v8.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Vista Tests (1)": { 2 "Vista Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 "script": "telemetry_perf_unittests.py" 462 "script": "telemetry_perf_unittests.py"
463 }, 463 },
464 { 464 {
465 "name": "nacl_integration", 465 "name": "nacl_integration",
466 "script": "nacl_integration.py" 466 "script": "nacl_integration.py"
467 } 467 }
468 ] 468 ]
469 }, 469 },
470 "Win x64 GN": { 470 "Win x64 GN": {
471 "additional_compile_targets": [ 471 "additional_compile_targets": [
472 "net_unittests" 472 "accessibility_unittests",
473 "app_list_unittests",
474 "app_shell_unittests",
475 "ash_unittests",
476 "aura_unittests",
477 "cacheinvalidation_unittests",
478 "cast_unittests",
479 "cc_unittests",
480 "chrome",
481 "chrome_elf_unittests",
482 "chromedriver_unittests",
483 "components_browsertests",
484 "components_unittests",
485 "compositor_unittests",
486 "content_browsertests",
487 "content_unittests",
488 "courgette_unittests",
489 "crypto_unittests",
490 "device_unittests",
491 "events_unittests",
492 "extensions_browsertests",
493 "extensions_unittests",
494 "gcm_unit_tests",
495 "gfx_unittests",
496 "google_apis_unittests",
497 "gpu_unittests",
498 "interactive_ui_tests",
499 "ipc_mojo_unittests",
500 "ipc_tests",
501 "jingle_unittests",
502 "keyboard_unittests",
503 "media_unittests",
504 "message_center_unittests",
505 "mojo_common_unittests",
506 "mojo_public_bindings_unittests",
507 "mojo_public_environment_unittests",
508 "mojo_public_system_unittests",
509 "mojo_public_utility_unittests",
510 "mojo_system_unittests",
511 "ppapi_unittests",
512 "printing_unittests",
513 "sbox_integration_tests",
514 "sbox_unittests",
515 "sbox_validation_tests",
516 "skia_unittests",
517 "sql_unittests",
518 "sync_integration_tests",
519 "sync_unit_tests",
520 "ui_base_unittests",
521 "ui_touch_selection_unittests",
522 "url_unittests",
523 "views_unittests",
524 "wm_unittests"
473 ], 525 ],
474 "gtest_tests": [ 526 "gtest_tests": [
475 { 527 {
476 "test": "base_unittests" 528 "test": "base_unittests"
477 } 529 }
478 ] 530 ]
479 }, 531 },
480 "Win x64 GN (dbg)": { 532 "Win x64 GN (dbg)": {
481 "additional_compile_targets": [ 533 "additional_compile_targets": [
482 "net_unittests" 534 "accessibility_unittests",
535 "app_list_unittests",
536 "app_shell_unittests",
537 "ash_unittests",
538 "aura_unittests",
539 "cacheinvalidation_unittests",
540 "cast_unittests",
541 "cc_unittests",
542 "chrome",
543 "chrome_elf_unittests",
544 "chromedriver_unittests",
545 "components_browsertests",
546 "components_unittests",
547 "compositor_unittests",
548 "content_browsertests",
549 "content_unittests",
550 "courgette_unittests",
551 "crypto_unittests",
552 "device_unittests",
553 "events_unittests",
554 "extensions_browsertests",
555 "extensions_unittests",
556 "gcm_unit_tests",
557 "gfx_unittests",
558 "google_apis_unittests",
559 "gpu_unittests",
560 "interactive_ui_tests",
561 "ipc_mojo_unittests",
562 "ipc_tests",
563 "jingle_unittests",
564 "keyboard_unittests",
565 "media_unittests",
566 "message_center_unittests",
567 "mojo_common_unittests",
568 "mojo_public_bindings_unittests",
569 "mojo_public_environment_unittests",
570 "mojo_public_system_unittests",
571 "mojo_public_utility_unittests",
572 "mojo_system_unittests",
573 "ppapi_unittests",
574 "printing_unittests",
575 "sbox_integration_tests",
576 "sbox_unittests",
577 "sbox_validation_tests",
578 "skia_unittests",
579 "sql_unittests",
580 "sync_integration_tests",
581 "sync_unit_tests",
582 "ui_base_unittests",
583 "ui_touch_selection_unittests",
584 "url_unittests",
585 "views_unittests",
586 "wm_unittests"
483 ], 587 ],
484 "gtest_tests": [ 588 "gtest_tests": [
485 { 589 {
486 "test": "base_unittests" 590 "test": "base_unittests"
487 } 591 }
488 ] 592 ]
489 }, 593 },
490 "Win7 Tests (1)": { 594 "Win7 Tests (1)": {
491 "gtest_tests": [ 595 "gtest_tests": [
492 { 596 {
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 "name": "telemetry_perf_unittests", 1434 "name": "telemetry_perf_unittests",
1331 "script": "telemetry_perf_unittests.py" 1435 "script": "telemetry_perf_unittests.py"
1332 }, 1436 },
1333 { 1437 {
1334 "name": "nacl_integration", 1438 "name": "nacl_integration",
1335 "script": "nacl_integration.py" 1439 "script": "nacl_integration.py"
1336 } 1440 }
1337 ] 1441 ]
1338 } 1442 }
1339 } 1443 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.webkit.json ('k') | testing/buildbot/client.v8.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698