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

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

Issue 2569333002: Address some TODO(GYP_GONE)s (Closed)
Patch Set: reland 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.linux.json ('k') | testing/buildbot/chromium.win.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 "Mac GYP": { 2 "Mac GYP": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "base_unittests", 4 "base_unittests",
5 "browser_tests", 5 "browser_tests",
6 "chrome", 6 "chrome",
7 "content_browsertests", 7 "content_browsertests",
8 "content_unittests", 8 "content_unittests",
9 "interactive_ui_tests", 9 "interactive_ui_tests",
10 "ipc_tests", 10 "ipc_tests",
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "swarming": { 379 "swarming": {
380 "can_use_on_swarming_builders": true 380 "can_use_on_swarming_builders": true
381 }, 381 },
382 "test": "views_unittests" 382 "test": "views_unittests"
383 } 383 }
384 ], 384 ],
385 "isolated_scripts": [ 385 "isolated_scripts": [
386 { 386 {
387 "isolate_name": "telemetry_gpu_unittests", 387 "isolate_name": "telemetry_gpu_unittests",
388 "name": "telemetry_gpu_unittests", 388 "name": "telemetry_gpu_unittests",
389 "override_compile_targets": [
390 "telemetry_gpu_unittests_run"
391 ],
392 "swarming": { 389 "swarming": {
393 "can_use_on_swarming_builders": true 390 "can_use_on_swarming_builders": true
394 } 391 }
395 }, 392 },
396 { 393 {
397 "isolate_name": "telemetry_perf_unittests", 394 "isolate_name": "telemetry_perf_unittests",
398 "name": "telemetry_perf_unittests", 395 "name": "telemetry_perf_unittests",
399 "override_compile_targets": [
400 "telemetry_perf_unittests_run"
401 ],
402 "swarming": { 396 "swarming": {
403 "can_use_on_swarming_builders": true, 397 "can_use_on_swarming_builders": true,
404 "hard_timeout": 960, 398 "hard_timeout": 960,
405 "shards": 12 399 "shards": 12
406 } 400 }
407 }, 401 },
408 { 402 {
409 "isolate_name": "telemetry_unittests", 403 "isolate_name": "telemetry_unittests",
410 "name": "telemetry_unittests", 404 "name": "telemetry_unittests",
411 "override_compile_targets": [
412 "telemetry_unittests_run"
413 ],
414 "swarming": { 405 "swarming": {
415 "can_use_on_swarming_builders": true, 406 "can_use_on_swarming_builders": true,
416 "shards": 2 407 "shards": 2
417 } 408 }
418 } 409 }
419 ] 410 ]
420 }, 411 },
421 "Mac10.11 Tests": { 412 "Mac10.11 Tests": {
422 "gtest_tests": [ 413 "gtest_tests": [
423 { 414 {
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 "swarming": { 811 "swarming": {
821 "can_use_on_swarming_builders": true 812 "can_use_on_swarming_builders": true
822 }, 813 },
823 "test": "views_unittests" 814 "test": "views_unittests"
824 } 815 }
825 ], 816 ],
826 "isolated_scripts": [ 817 "isolated_scripts": [
827 { 818 {
828 "isolate_name": "telemetry_gpu_unittests", 819 "isolate_name": "telemetry_gpu_unittests",
829 "name": "telemetry_gpu_unittests", 820 "name": "telemetry_gpu_unittests",
830 "override_compile_targets": [
831 "telemetry_gpu_unittests_run"
832 ],
833 "swarming": { 821 "swarming": {
834 "can_use_on_swarming_builders": true 822 "can_use_on_swarming_builders": true
835 } 823 }
836 }, 824 },
837 { 825 {
838 "isolate_name": "telemetry_perf_unittests", 826 "isolate_name": "telemetry_perf_unittests",
839 "name": "telemetry_perf_unittests", 827 "name": "telemetry_perf_unittests",
840 "override_compile_targets": [
841 "telemetry_perf_unittests_run"
842 ],
843 "swarming": { 828 "swarming": {
844 "can_use_on_swarming_builders": true, 829 "can_use_on_swarming_builders": true,
845 "hard_timeout": 960, 830 "hard_timeout": 960,
846 "shards": 12 831 "shards": 12
847 } 832 }
848 }, 833 },
849 { 834 {
850 "isolate_name": "telemetry_unittests", 835 "isolate_name": "telemetry_unittests",
851 "name": "telemetry_unittests", 836 "name": "telemetry_unittests",
852 "override_compile_targets": [
853 "telemetry_unittests_run"
854 ],
855 "swarming": { 837 "swarming": {
856 "can_use_on_swarming_builders": true, 838 "can_use_on_swarming_builders": true,
857 "shards": 2 839 "shards": 2
858 } 840 }
859 } 841 }
860 ] 842 ]
861 }, 843 },
862 "Mac10.9 Tests": { 844 "Mac10.9 Tests": {
863 "gtest_tests": [ 845 "gtest_tests": [
864 { 846 {
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 "swarming": { 1173 "swarming": {
1192 "can_use_on_swarming_builders": true 1174 "can_use_on_swarming_builders": true
1193 }, 1175 },
1194 "test": "views_unittests" 1176 "test": "views_unittests"
1195 } 1177 }
1196 ], 1178 ],
1197 "isolated_scripts": [ 1179 "isolated_scripts": [
1198 { 1180 {
1199 "isolate_name": "telemetry_gpu_unittests", 1181 "isolate_name": "telemetry_gpu_unittests",
1200 "name": "telemetry_gpu_unittests", 1182 "name": "telemetry_gpu_unittests",
1201 "override_compile_targets": [
1202 "telemetry_gpu_unittests_run"
1203 ],
1204 "swarming": { 1183 "swarming": {
1205 "can_use_on_swarming_builders": true 1184 "can_use_on_swarming_builders": true
1206 } 1185 }
1207 }, 1186 },
1208 { 1187 {
1209 "isolate_name": "telemetry_unittests", 1188 "isolate_name": "telemetry_unittests",
1210 "name": "telemetry_unittests", 1189 "name": "telemetry_unittests",
1211 "override_compile_targets": [
1212 "telemetry_unittests_run"
1213 ],
1214 "swarming": { 1190 "swarming": {
1215 "can_use_on_swarming_builders": true, 1191 "can_use_on_swarming_builders": true,
1216 "shards": 2 1192 "shards": 2
1217 } 1193 }
1218 } 1194 }
1219 ] 1195 ]
1220 }, 1196 },
1221 "Mac10.9 Tests (dbg)": { 1197 "Mac10.9 Tests (dbg)": {
1222 "gtest_tests": [ 1198 "gtest_tests": [
1223 { 1199 {
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1550 "swarming": { 1526 "swarming": {
1551 "can_use_on_swarming_builders": true 1527 "can_use_on_swarming_builders": true
1552 }, 1528 },
1553 "test": "views_unittests" 1529 "test": "views_unittests"
1554 } 1530 }
1555 ], 1531 ],
1556 "isolated_scripts": [ 1532 "isolated_scripts": [
1557 { 1533 {
1558 "isolate_name": "telemetry_gpu_unittests", 1534 "isolate_name": "telemetry_gpu_unittests",
1559 "name": "telemetry_gpu_unittests", 1535 "name": "telemetry_gpu_unittests",
1560 "override_compile_targets": [
1561 "telemetry_gpu_unittests_run"
1562 ],
1563 "swarming": { 1536 "swarming": {
1564 "can_use_on_swarming_builders": true 1537 "can_use_on_swarming_builders": true
1565 } 1538 }
1566 }, 1539 },
1567 { 1540 {
1568 "isolate_name": "telemetry_unittests", 1541 "isolate_name": "telemetry_unittests",
1569 "name": "telemetry_unittests", 1542 "name": "telemetry_unittests",
1570 "override_compile_targets": [
1571 "telemetry_unittests_run"
1572 ],
1573 "swarming": { 1543 "swarming": {
1574 "can_use_on_swarming_builders": true, 1544 "can_use_on_swarming_builders": true,
1575 "shards": 2 1545 "shards": 2
1576 } 1546 }
1577 } 1547 }
1578 ] 1548 ]
1579 } 1549 }
1580 } 1550 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698