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

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