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

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

Issue 2831243002: Revert of Address some TODO(GYP_GONE)s (Closed)
Patch Set: Created 3 years, 8 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.mac.json ('k') | testing/buildbot/client.v8.chromium.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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "swarming": { 457 "swarming": {
458 "can_use_on_swarming_builders": true 458 "can_use_on_swarming_builders": true
459 }, 459 },
460 "test": "wm_unittests" 460 "test": "wm_unittests"
461 } 461 }
462 ], 462 ],
463 "isolated_scripts": [ 463 "isolated_scripts": [
464 { 464 {
465 "isolate_name": "telemetry_gpu_unittests", 465 "isolate_name": "telemetry_gpu_unittests",
466 "name": "telemetry_gpu_unittests", 466 "name": "telemetry_gpu_unittests",
467 "override_compile_targets": [
468 "telemetry_gpu_unittests_run"
469 ],
467 "swarming": { 470 "swarming": {
468 "can_use_on_swarming_builders": true 471 "can_use_on_swarming_builders": true
469 } 472 }
470 }, 473 },
471 { 474 {
472 "isolate_name": "telemetry_perf_unittests", 475 "isolate_name": "telemetry_perf_unittests",
473 "name": "telemetry_perf_unittests", 476 "name": "telemetry_perf_unittests",
477 "override_compile_targets": [
478 "telemetry_perf_unittests_run"
479 ],
474 "swarming": { 480 "swarming": {
475 "can_use_on_swarming_builders": true, 481 "can_use_on_swarming_builders": true,
476 "hard_timeout": 960, 482 "hard_timeout": 960,
477 "shards": 12 483 "shards": 12
478 } 484 }
479 }, 485 },
480 { 486 {
481 "isolate_name": "telemetry_unittests", 487 "isolate_name": "telemetry_unittests",
482 "name": "telemetry_unittests", 488 "name": "telemetry_unittests",
489 "override_compile_targets": [
490 "telemetry_unittests_run"
491 ],
483 "swarming": { 492 "swarming": {
484 "can_use_on_swarming_builders": true, 493 "can_use_on_swarming_builders": true,
485 "shards": 2 494 "shards": 2
486 } 495 }
487 } 496 }
488 ], 497 ],
489 "scripts": [ 498 "scripts": [
490 { 499 {
491 "name": "nacl_integration", 500 "name": "nacl_integration",
492 "script": "nacl_integration.py" 501 "script": "nacl_integration.py"
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
1481 { 1490 {
1482 "isolate_name": "content_shell_crash_test", 1491 "isolate_name": "content_shell_crash_test",
1483 "name": "content_shell_crash_test", 1492 "name": "content_shell_crash_test",
1484 "swarming": { 1493 "swarming": {
1485 "can_use_on_swarming_builders": true 1494 "can_use_on_swarming_builders": true
1486 } 1495 }
1487 }, 1496 },
1488 { 1497 {
1489 "isolate_name": "telemetry_gpu_unittests", 1498 "isolate_name": "telemetry_gpu_unittests",
1490 "name": "telemetry_gpu_unittests", 1499 "name": "telemetry_gpu_unittests",
1500 "override_compile_targets": [
1501 "telemetry_gpu_unittests_run"
1502 ],
1491 "swarming": { 1503 "swarming": {
1492 "can_use_on_swarming_builders": true 1504 "can_use_on_swarming_builders": true
1493 } 1505 }
1494 }, 1506 },
1495 { 1507 {
1496 "isolate_name": "telemetry_perf_unittests", 1508 "isolate_name": "telemetry_perf_unittests",
1497 "name": "telemetry_perf_unittests", 1509 "name": "telemetry_perf_unittests",
1510 "override_compile_targets": [
1511 "telemetry_perf_unittests_run"
1512 ],
1498 "swarming": { 1513 "swarming": {
1499 "can_use_on_swarming_builders": true, 1514 "can_use_on_swarming_builders": true,
1500 "hard_timeout": 960, 1515 "hard_timeout": 960,
1501 "shards": 12 1516 "shards": 12
1502 } 1517 }
1503 }, 1518 },
1504 { 1519 {
1505 "isolate_name": "telemetry_unittests", 1520 "isolate_name": "telemetry_unittests",
1506 "name": "telemetry_unittests", 1521 "name": "telemetry_unittests",
1522 "override_compile_targets": [
1523 "telemetry_unittests_run"
1524 ],
1507 "swarming": { 1525 "swarming": {
1508 "can_use_on_swarming_builders": true, 1526 "can_use_on_swarming_builders": true,
1509 "shards": 2 1527 "shards": 2
1510 } 1528 }
1511 } 1529 }
1512 ], 1530 ],
1513 "scripts": [ 1531 "scripts": [
1514 { 1532 {
1515 "name": "nacl_integration", 1533 "name": "nacl_integration",
1516 "script": "nacl_integration.py" 1534 "script": "nacl_integration.py"
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
1893 "swarming": { 1911 "swarming": {
1894 "can_use_on_swarming_builders": true 1912 "can_use_on_swarming_builders": true
1895 }, 1913 },
1896 "test": "wm_unittests" 1914 "test": "wm_unittests"
1897 } 1915 }
1898 ], 1916 ],
1899 "isolated_scripts": [ 1917 "isolated_scripts": [
1900 { 1918 {
1901 "isolate_name": "telemetry_gpu_unittests", 1919 "isolate_name": "telemetry_gpu_unittests",
1902 "name": "telemetry_gpu_unittests", 1920 "name": "telemetry_gpu_unittests",
1921 "override_compile_targets": [
1922 "telemetry_gpu_unittests_run"
1923 ],
1903 "swarming": { 1924 "swarming": {
1904 "can_use_on_swarming_builders": true 1925 "can_use_on_swarming_builders": true
1905 } 1926 }
1906 }, 1927 },
1907 { 1928 {
1908 "isolate_name": "telemetry_unittests", 1929 "isolate_name": "telemetry_unittests",
1909 "name": "telemetry_unittests", 1930 "name": "telemetry_unittests",
1931 "override_compile_targets": [
1932 "telemetry_unittests_run"
1933 ],
1910 "swarming": { 1934 "swarming": {
1911 "can_use_on_swarming_builders": true, 1935 "can_use_on_swarming_builders": true,
1912 "shards": 2 1936 "shards": 2
1913 } 1937 }
1914 } 1938 }
1915 ] 1939 ]
1916 }, 1940 },
1917 "Win8 GYP": { 1941 "Win8 GYP": {
1918 "additional_compile_targets": [ 1942 "additional_compile_targets": [
1919 "chrome_official_builder" 1943 "chrome_official_builder"
1920 ] 1944 ]
1921 }, 1945 },
1922 "Win8 GYP (dbg)": { 1946 "Win8 GYP (dbg)": {
1923 "additional_compile_targets": [ 1947 "additional_compile_targets": [
1924 "all" 1948 "all"
1925 ] 1949 ]
1926 } 1950 }
1927 } 1951 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/client.v8.chromium.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698