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

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

Issue 2569333002: Address some TODO(GYP_GONE)s (Closed)
Patch Set: reduce scope a little 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 | « sandbox/linux/BUILD.gn ('k') | testing/buildbot/chromium.android.fyi.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 Cronet Builder": { 2 "Android Cronet Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "cronet_package" 4 "cronet_package"
5 ] 5 ]
6 }, 6 },
7 "Android N5X Swarm Builder": { 7 "Android N5X Swarm Builder": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "override_compile_targets": [ 10 "override_compile_targets": [
(...skipping 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after
1288 }, 1288 },
1289 "KitKat Tablet Tester": { 1289 "KitKat Tablet Tester": {
1290 "gtest_tests": [ 1290 "gtest_tests": [
1291 { 1291 {
1292 "test": "android_webview_unittests" 1292 "test": "android_webview_unittests"
1293 }, 1293 },
1294 { 1294 {
1295 "test": "base_unittests" 1295 "test": "base_unittests"
1296 }, 1296 },
1297 { 1297 {
1298 "override_compile_targets": [
1299 "breakpad_unittests_deps"
jbudorick 2017/04/20 22:59:54 These all need to stay for now in some form (i.e.,
1300 ],
1301 "test": "breakpad_unittests" 1298 "test": "breakpad_unittests"
1302 }, 1299 },
1303 { 1300 {
1304 "test": "capture_unittests" 1301 "test": "capture_unittests"
1305 }, 1302 },
1306 { 1303 {
1307 "test": "cc_unittests" 1304 "test": "cc_unittests"
1308 }, 1305 },
1309 { 1306 {
1310 "test": "components_browsertests" 1307 "test": "components_browsertests"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1345 { 1342 {
1346 "test": "latency_unittests" 1343 "test": "latency_unittests"
1347 }, 1344 },
1348 { 1345 {
1349 "test": "media_unittests" 1346 "test": "media_unittests"
1350 }, 1347 },
1351 { 1348 {
1352 "test": "net_unittests" 1349 "test": "net_unittests"
1353 }, 1350 },
1354 { 1351 {
1355 "override_compile_targets": [
1356 "sandbox_linux_unittests_deps"
1357 ],
1358 "test": "sandbox_linux_unittests" 1352 "test": "sandbox_linux_unittests"
1359 }, 1353 },
1360 { 1354 {
1361 "test": "sql_unittests" 1355 "test": "sql_unittests"
1362 }, 1356 },
1363 { 1357 {
1364 "test": "storage_unittests" 1358 "test": "storage_unittests"
1365 }, 1359 },
1366 { 1360 {
1367 "test": "ui_android_unittests" 1361 "test": "ui_android_unittests"
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1456 "=android%2Fswarming%2Flogcats%2F", 1450 "=android%2Fswarming%2Flogcats%2F",
1457 "${TASK_ID}%2F%2B%2Funified_logcats" 1451 "${TASK_ID}%2F%2B%2Funified_logcats"
1458 ], 1452 ],
1459 "name": "shard #${SHARD_INDEX} logcats" 1453 "name": "shard #${SHARD_INDEX} logcats"
1460 } 1454 }
1461 ] 1455 ]
1462 }, 1456 },
1463 "test": "base_unittests" 1457 "test": "base_unittests"
1464 }, 1458 },
1465 { 1459 {
1466 "override_compile_targets": [
1467 "breakpad_unittests_deps"
1468 ],
1469 "override_isolate_target": "breakpad_unittests", 1460 "override_isolate_target": "breakpad_unittests",
1470 "swarming": { 1461 "swarming": {
1471 "can_use_on_swarming_builders": true, 1462 "can_use_on_swarming_builders": true,
1472 "cipd_packages": [ 1463 "cipd_packages": [
1473 { 1464 {
1474 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 1465 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
1475 "location": "bin", 1466 "location": "bin",
1476 "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c " 1467 "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c "
1477 } 1468 }
1478 ], 1469 ],
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
2053 "=android%2Fswarming%2Flogcats%2F", 2044 "=android%2Fswarming%2Flogcats%2F",
2054 "${TASK_ID}%2F%2B%2Funified_logcats" 2045 "${TASK_ID}%2F%2B%2Funified_logcats"
2055 ], 2046 ],
2056 "name": "shard #${SHARD_INDEX} logcats" 2047 "name": "shard #${SHARD_INDEX} logcats"
2057 } 2048 }
2058 ] 2049 ]
2059 }, 2050 },
2060 "test": "net_unittests" 2051 "test": "net_unittests"
2061 }, 2052 },
2062 { 2053 {
2063 "override_compile_targets": [
2064 "sandbox_linux_unittests_deps"
2065 ],
2066 "override_isolate_target": "sandbox_linux_unittests", 2054 "override_isolate_target": "sandbox_linux_unittests",
2067 "swarming": { 2055 "swarming": {
2068 "can_use_on_swarming_builders": true, 2056 "can_use_on_swarming_builders": true,
2069 "cipd_packages": [ 2057 "cipd_packages": [
2070 { 2058 {
2071 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 2059 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
2072 "location": "bin", 2060 "location": "bin",
2073 "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c " 2061 "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c "
2074 } 2062 }
2075 ], 2063 ],
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
2514 }, 2502 },
2515 "Lollipop Tablet Tester": { 2503 "Lollipop Tablet Tester": {
2516 "gtest_tests": [ 2504 "gtest_tests": [
2517 { 2505 {
2518 "test": "android_webview_unittests" 2506 "test": "android_webview_unittests"
2519 }, 2507 },
2520 { 2508 {
2521 "test": "base_unittests" 2509 "test": "base_unittests"
2522 }, 2510 },
2523 { 2511 {
2524 "override_compile_targets": [
2525 "breakpad_unittests_deps"
2526 ],
2527 "test": "breakpad_unittests" 2512 "test": "breakpad_unittests"
2528 }, 2513 },
2529 { 2514 {
2530 "test": "capture_unittests" 2515 "test": "capture_unittests"
2531 }, 2516 },
2532 { 2517 {
2533 "test": "cc_unittests" 2518 "test": "cc_unittests"
2534 }, 2519 },
2535 { 2520 {
2536 "test": "components_browsertests" 2521 "test": "components_browsertests"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
2568 { 2553 {
2569 "test": "ipc_tests" 2554 "test": "ipc_tests"
2570 }, 2555 },
2571 { 2556 {
2572 "test": "media_unittests" 2557 "test": "media_unittests"
2573 }, 2558 },
2574 { 2559 {
2575 "test": "net_unittests" 2560 "test": "net_unittests"
2576 }, 2561 },
2577 { 2562 {
2578 "override_compile_targets": [
2579 "sandbox_linux_unittests_deps"
2580 ],
2581 "test": "sandbox_linux_unittests" 2563 "test": "sandbox_linux_unittests"
2582 }, 2564 },
2583 { 2565 {
2584 "test": "sql_unittests" 2566 "test": "sql_unittests"
2585 }, 2567 },
2586 { 2568 {
2587 "test": "storage_unittests" 2569 "test": "storage_unittests"
2588 }, 2570 },
2589 { 2571 {
2590 "test": "ui_android_unittests" 2572 "test": "ui_android_unittests"
(...skipping 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after
3995 }, 3977 },
3996 "Marshmallow Tablet Tester": { 3978 "Marshmallow Tablet Tester": {
3997 "gtest_tests": [ 3979 "gtest_tests": [
3998 { 3980 {
3999 "test": "android_webview_unittests" 3981 "test": "android_webview_unittests"
4000 }, 3982 },
4001 { 3983 {
4002 "test": "base_unittests" 3984 "test": "base_unittests"
4003 }, 3985 },
4004 { 3986 {
4005 "override_compile_targets": [
4006 "breakpad_unittests_deps"
4007 ],
4008 "test": "breakpad_unittests" 3987 "test": "breakpad_unittests"
4009 }, 3988 },
4010 { 3989 {
4011 "test": "capture_unittests" 3990 "test": "capture_unittests"
4012 }, 3991 },
4013 { 3992 {
4014 "test": "cc_unittests" 3993 "test": "cc_unittests"
4015 }, 3994 },
4016 { 3995 {
4017 "test": "components_browsertests" 3996 "test": "components_browsertests"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
4049 { 4028 {
4050 "test": "ipc_tests" 4029 "test": "ipc_tests"
4051 }, 4030 },
4052 { 4031 {
4053 "test": "media_unittests" 4032 "test": "media_unittests"
4054 }, 4033 },
4055 { 4034 {
4056 "test": "net_unittests" 4035 "test": "net_unittests"
4057 }, 4036 },
4058 { 4037 {
4059 "override_compile_targets": [
4060 "sandbox_linux_unittests_deps"
4061 ],
4062 "test": "sandbox_linux_unittests" 4038 "test": "sandbox_linux_unittests"
4063 }, 4039 },
4064 { 4040 {
4065 "test": "sql_unittests" 4041 "test": "sql_unittests"
4066 }, 4042 },
4067 { 4043 {
4068 "test": "storage_unittests" 4044 "test": "storage_unittests"
4069 }, 4045 },
4070 { 4046 {
4071 "test": "ui_android_unittests" 4047 "test": "ui_android_unittests"
(...skipping 20 matching lines...) Expand all
4092 }, 4068 },
4093 { 4069 {
4094 "test": "chrome_sync_shell_test_apk" 4070 "test": "chrome_sync_shell_test_apk"
4095 }, 4071 },
4096 { 4072 {
4097 "test": "content_shell_test_apk" 4073 "test": "content_shell_test_apk"
4098 } 4074 }
4099 ] 4075 ]
4100 } 4076 }
4101 } 4077 }
OLDNEW
« no previous file with comments | « sandbox/linux/BUILD.gn ('k') | testing/buildbot/chromium.android.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698