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

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

Issue 2093563004: Revert of Extract media/capture/capture_unittests from media_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « media/media.gyp ('k') | testing/buildbot/chromium.chromiumos.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 "Android GN Builder (dbg)": { 2 "Android GN Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "blimp_tests", 4 "blimp_tests",
5 "chrome_public_apk", 5 "chrome_public_apk",
6 "chrome_public_test_apk", 6 "chrome_public_test_apk",
7 "content_shell_apk", 7 "content_shell_apk",
8 "content_shell_test_apk", 8 "content_shell_test_apk",
9 "system_webview_apk" 9 "system_webview_apk"
10 ] 10 ]
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "dimension_sets": [ 91 "dimension_sets": [
92 { 92 {
93 "device_os": "MMB29Q", 93 "device_os": "MMB29Q",
94 "device_type": "bullhead" 94 "device_type": "bullhead"
95 } 95 }
96 ] 96 ]
97 }, 97 },
98 "test": "breakpad_unittests" 98 "test": "breakpad_unittests"
99 }, 99 },
100 { 100 {
101 "override_isolate_target": "capture_unittests",
102 "swarming": {
103 "can_use_on_swarming_builders": true,
104 "dimension_sets": [
105 {
106 "device_os": "MMB29Q",
107 "device_type": "bullhead"
108 }
109 ]
110 },
111 "test": "capture_unittests"
112 },
113 {
114 "override_isolate_target": "cc_unittests", 101 "override_isolate_target": "cc_unittests",
115 "swarming": { 102 "swarming": {
116 "can_use_on_swarming_builders": true, 103 "can_use_on_swarming_builders": true,
117 "dimension_sets": [ 104 "dimension_sets": [
118 { 105 {
119 "device_os": "MMB29Q", 106 "device_os": "MMB29Q",
120 "device_type": "bullhead" 107 "device_type": "bullhead"
121 } 108 }
122 ] 109 ]
123 }, 110 },
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 "dimension_sets": [ 507 "dimension_sets": [
521 { 508 {
522 "device_os": "KTU84P", 509 "device_os": "KTU84P",
523 "device_type": "hammerhead" 510 "device_type": "hammerhead"
524 } 511 }
525 ] 512 ]
526 }, 513 },
527 "test": "breakpad_unittests" 514 "test": "breakpad_unittests"
528 }, 515 },
529 { 516 {
530 "override_isolate_target": "capture_unittests",
531 "swarming": {
532 "can_use_on_swarming_builders": true,
533 "dimension_sets": [
534 {
535 "device_os": "KTU84P",
536 "device_type": "hammerhead"
537 }
538 ]
539 },
540 "test": "capture_unittests"
541 },
542 {
543 "override_isolate_target": "cc_unittests", 517 "override_isolate_target": "cc_unittests",
544 "swarming": { 518 "swarming": {
545 "can_use_on_swarming_builders": true, 519 "can_use_on_swarming_builders": true,
546 "dimension_sets": [ 520 "dimension_sets": [
547 { 521 {
548 "device_os": "KTU84P", 522 "device_os": "KTU84P",
549 "device_type": "hammerhead" 523 "device_type": "hammerhead"
550 } 524 }
551 ] 525 ]
552 }, 526 },
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 { 974 {
1001 "test": "blimp_unittests" 975 "test": "blimp_unittests"
1002 }, 976 },
1003 { 977 {
1004 "override_compile_targets": [ 978 "override_compile_targets": [
1005 "breakpad_unittests_deps" 979 "breakpad_unittests_deps"
1006 ], 980 ],
1007 "test": "breakpad_unittests" 981 "test": "breakpad_unittests"
1008 }, 982 },
1009 { 983 {
1010 "test": "capture_unittests"
1011 },
1012 {
1013 "test": "cc_unittests" 984 "test": "cc_unittests"
1014 }, 985 },
1015 { 986 {
1016 "test": "components_browsertests" 987 "test": "components_browsertests"
1017 }, 988 },
1018 { 989 {
1019 "test": "components_unittests" 990 "test": "components_unittests"
1020 }, 991 },
1021 { 992 {
1022 "test": "content_browsertests" 993 "test": "content_browsertests"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 { 1078 {
1108 "test": "blimp_unittests" 1079 "test": "blimp_unittests"
1109 }, 1080 },
1110 { 1081 {
1111 "override_compile_targets": [ 1082 "override_compile_targets": [
1112 "breakpad_unittests_deps" 1083 "breakpad_unittests_deps"
1113 ], 1084 ],
1114 "test": "breakpad_unittests" 1085 "test": "breakpad_unittests"
1115 }, 1086 },
1116 { 1087 {
1117 "test": "capture_unittests"
1118 },
1119 {
1120 "test": "cc_unittests" 1088 "test": "cc_unittests"
1121 }, 1089 },
1122 { 1090 {
1123 "test": "components_browsertests" 1091 "test": "components_browsertests"
1124 }, 1092 },
1125 { 1093 {
1126 "test": "components_unittests" 1094 "test": "components_unittests"
1127 }, 1095 },
1128 { 1096 {
1129 "test": "content_browsertests" 1097 "test": "content_browsertests"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 { 1185 {
1218 "test": "blimp_unittests" 1186 "test": "blimp_unittests"
1219 }, 1187 },
1220 { 1188 {
1221 "override_compile_targets": [ 1189 "override_compile_targets": [
1222 "breakpad_unittests_deps" 1190 "breakpad_unittests_deps"
1223 ], 1191 ],
1224 "test": "breakpad_unittests" 1192 "test": "breakpad_unittests"
1225 }, 1193 },
1226 { 1194 {
1227 "test": "capture_unittests"
1228 },
1229 {
1230 "test": "cc_unittests" 1195 "test": "cc_unittests"
1231 }, 1196 },
1232 { 1197 {
1233 "test": "components_browsertests" 1198 "test": "components_browsertests"
1234 }, 1199 },
1235 { 1200 {
1236 "test": "components_unittests" 1201 "test": "components_unittests"
1237 }, 1202 },
1238 { 1203 {
1239 "test": "content_browsertests" 1204 "test": "content_browsertests"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1327 { 1292 {
1328 "test": "blimp_unittests" 1293 "test": "blimp_unittests"
1329 }, 1294 },
1330 { 1295 {
1331 "override_compile_targets": [ 1296 "override_compile_targets": [
1332 "breakpad_unittests_deps" 1297 "breakpad_unittests_deps"
1333 ], 1298 ],
1334 "test": "breakpad_unittests" 1299 "test": "breakpad_unittests"
1335 }, 1300 },
1336 { 1301 {
1337 "test": "capture_unittests"
1338 },
1339 {
1340 "test": "cc_unittests" 1302 "test": "cc_unittests"
1341 }, 1303 },
1342 { 1304 {
1343 "test": "components_browsertests" 1305 "test": "components_browsertests"
1344 }, 1306 },
1345 { 1307 {
1346 "test": "components_unittests" 1308 "test": "components_unittests"
1347 }, 1309 },
1348 { 1310 {
1349 "args": [ 1311 "args": [
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 { 1410 {
1449 "test": "blimp_unittests" 1411 "test": "blimp_unittests"
1450 }, 1412 },
1451 { 1413 {
1452 "override_compile_targets": [ 1414 "override_compile_targets": [
1453 "breakpad_unittests_deps" 1415 "breakpad_unittests_deps"
1454 ], 1416 ],
1455 "test": "breakpad_unittests" 1417 "test": "breakpad_unittests"
1456 }, 1418 },
1457 { 1419 {
1458 "test": "capture_unittests"
1459 },
1460 {
1461 "test": "cc_unittests" 1420 "test": "cc_unittests"
1462 }, 1421 },
1463 { 1422 {
1464 "test": "components_browsertests" 1423 "test": "components_browsertests"
1465 }, 1424 },
1466 { 1425 {
1467 "test": "components_unittests" 1426 "test": "components_unittests"
1468 }, 1427 },
1469 { 1428 {
1470 "test": "content_browsertests" 1429 "test": "content_browsertests"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1558 { 1517 {
1559 "test": "blimp_unittests" 1518 "test": "blimp_unittests"
1560 }, 1519 },
1561 { 1520 {
1562 "override_compile_targets": [ 1521 "override_compile_targets": [
1563 "breakpad_unittests_deps" 1522 "breakpad_unittests_deps"
1564 ], 1523 ],
1565 "test": "breakpad_unittests" 1524 "test": "breakpad_unittests"
1566 }, 1525 },
1567 { 1526 {
1568 "test": "capture_unittests"
1569 },
1570 {
1571 "test": "cc_unittests" 1527 "test": "cc_unittests"
1572 }, 1528 },
1573 { 1529 {
1574 "test": "components_browsertests" 1530 "test": "components_browsertests"
1575 }, 1531 },
1576 { 1532 {
1577 "test": "components_unittests" 1533 "test": "components_unittests"
1578 }, 1534 },
1579 { 1535 {
1580 "test": "content_browsertests" 1536 "test": "content_browsertests"
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
1674 { 1630 {
1675 "test": "blink_platform_unittests" 1631 "test": "blink_platform_unittests"
1676 }, 1632 },
1677 { 1633 {
1678 "override_compile_targets": [ 1634 "override_compile_targets": [
1679 "breakpad_unittests_deps" 1635 "breakpad_unittests_deps"
1680 ], 1636 ],
1681 "test": "breakpad_unittests" 1637 "test": "breakpad_unittests"
1682 }, 1638 },
1683 { 1639 {
1684 "test": "capture_unittests"
1685 },
1686 {
1687 "test": "cc_unittests" 1640 "test": "cc_unittests"
1688 }, 1641 },
1689 { 1642 {
1690 "test": "components_browsertests" 1643 "test": "components_browsertests"
1691 }, 1644 },
1692 { 1645 {
1693 "test": "components_unittests" 1646 "test": "components_unittests"
1694 }, 1647 },
1695 { 1648 {
1696 "test": "content_browsertests" 1649 "test": "content_browsertests"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1784 { 1737 {
1785 "test": "blimp_unittests" 1738 "test": "blimp_unittests"
1786 }, 1739 },
1787 { 1740 {
1788 "override_compile_targets": [ 1741 "override_compile_targets": [
1789 "breakpad_unittests_deps" 1742 "breakpad_unittests_deps"
1790 ], 1743 ],
1791 "test": "breakpad_unittests" 1744 "test": "breakpad_unittests"
1792 }, 1745 },
1793 { 1746 {
1794 "test": "capture_unittests"
1795 },
1796 {
1797 "test": "cc_unittests" 1747 "test": "cc_unittests"
1798 }, 1748 },
1799 { 1749 {
1800 "test": "components_browsertests" 1750 "test": "components_browsertests"
1801 }, 1751 },
1802 { 1752 {
1803 "test": "components_unittests" 1753 "test": "components_unittests"
1804 }, 1754 },
1805 { 1755 {
1806 "test": "content_browsertests" 1756 "test": "content_browsertests"
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
1877 }, 1827 },
1878 { 1828 {
1879 "test": "chrome_sync_shell_test_apk" 1829 "test": "chrome_sync_shell_test_apk"
1880 }, 1830 },
1881 { 1831 {
1882 "test": "content_shell_test_apk" 1832 "test": "content_shell_test_apk"
1883 } 1833 }
1884 ] 1834 ]
1885 } 1835 }
1886 } 1836 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698