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

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

Issue 2650903003: Revert of [devtools] Support different encodings for Page.CaptureScreenshot. (Closed)
Patch Set: Created 3 years, 11 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/gn_isolate_map.pyl » ('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",
11 "media_unittests", 11 "media_unittests",
12 "net_unittests", 12 "net_unittests",
13 "pdf_unittests", 13 "pdf_unittests",
14 "printing_unittests", 14 "printing_unittests",
15 "skia_unittests", 15 "skia_unittests",
16 "snapshot_unittests",
17 "sql_unittests", 16 "sql_unittests",
18 "storage_unittests", 17 "storage_unittests",
19 "ui_base_unittests", 18 "ui_base_unittests",
20 "unit_tests", 19 "unit_tests",
21 "url_unittests" 20 "url_unittests"
22 ] 21 ]
23 }, 22 },
24 "Mac GYP (dbg)": { 23 "Mac GYP (dbg)": {
25 "additional_compile_targets": [ 24 "additional_compile_targets": [
26 "all" 25 "all"
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 { 295 {
297 "swarming": { 296 "swarming": {
298 "can_use_on_swarming_builders": true 297 "can_use_on_swarming_builders": true
299 }, 298 },
300 "test": "skia_unittests" 299 "test": "skia_unittests"
301 }, 300 },
302 { 301 {
303 "swarming": { 302 "swarming": {
304 "can_use_on_swarming_builders": true 303 "can_use_on_swarming_builders": true
305 }, 304 },
306 "test": "snapshot_unittests"
307 },
308 {
309 "swarming": {
310 "can_use_on_swarming_builders": true
311 },
312 "test": "sql_unittests" 305 "test": "sql_unittests"
313 }, 306 },
314 { 307 {
315 "swarming": { 308 "swarming": {
316 "can_use_on_swarming_builders": true 309 "can_use_on_swarming_builders": true
317 }, 310 },
318 "test": "storage_unittests" 311 "test": "storage_unittests"
319 }, 312 },
320 { 313 {
321 "swarming": { 314 "swarming": {
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 { 646 {
654 "swarming": { 647 "swarming": {
655 "can_use_on_swarming_builders": true 648 "can_use_on_swarming_builders": true
656 }, 649 },
657 "test": "skia_unittests" 650 "test": "skia_unittests"
658 }, 651 },
659 { 652 {
660 "swarming": { 653 "swarming": {
661 "can_use_on_swarming_builders": true 654 "can_use_on_swarming_builders": true
662 }, 655 },
663 "test": "snapshot_unittests"
664 },
665 {
666 "swarming": {
667 "can_use_on_swarming_builders": true
668 },
669 "test": "sql_unittests" 656 "test": "sql_unittests"
670 }, 657 },
671 { 658 {
672 "swarming": { 659 "swarming": {
673 "can_use_on_swarming_builders": true 660 "can_use_on_swarming_builders": true
674 }, 661 },
675 "test": "storage_unittests" 662 "test": "storage_unittests"
676 }, 663 },
677 { 664 {
678 "swarming": { 665 "swarming": {
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 { 998 {
1012 "swarming": { 999 "swarming": {
1013 "can_use_on_swarming_builders": true 1000 "can_use_on_swarming_builders": true
1014 }, 1001 },
1015 "test": "skia_unittests" 1002 "test": "skia_unittests"
1016 }, 1003 },
1017 { 1004 {
1018 "swarming": { 1005 "swarming": {
1019 "can_use_on_swarming_builders": true 1006 "can_use_on_swarming_builders": true
1020 }, 1007 },
1021 "test": "snapshot_unittests"
1022 },
1023 {
1024 "swarming": {
1025 "can_use_on_swarming_builders": true
1026 },
1027 "test": "sql_unittests" 1008 "test": "sql_unittests"
1028 }, 1009 },
1029 { 1010 {
1030 "swarming": { 1011 "swarming": {
1031 "can_use_on_swarming_builders": true 1012 "can_use_on_swarming_builders": true
1032 }, 1013 },
1033 "test": "storage_unittests" 1014 "test": "storage_unittests"
1034 }, 1015 },
1035 { 1016 {
1036 "swarming": { 1017 "swarming": {
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1357 { 1338 {
1358 "swarming": { 1339 "swarming": {
1359 "can_use_on_swarming_builders": true 1340 "can_use_on_swarming_builders": true
1360 }, 1341 },
1361 "test": "skia_unittests" 1342 "test": "skia_unittests"
1362 }, 1343 },
1363 { 1344 {
1364 "swarming": { 1345 "swarming": {
1365 "can_use_on_swarming_builders": true 1346 "can_use_on_swarming_builders": true
1366 }, 1347 },
1367 "test": "snapshot_unittests"
1368 },
1369 {
1370 "swarming": {
1371 "can_use_on_swarming_builders": true
1372 },
1373 "test": "sql_unittests" 1348 "test": "sql_unittests"
1374 }, 1349 },
1375 { 1350 {
1376 "swarming": { 1351 "swarming": {
1377 "can_use_on_swarming_builders": true 1352 "can_use_on_swarming_builders": true
1378 }, 1353 },
1379 "test": "storage_unittests" 1354 "test": "storage_unittests"
1380 }, 1355 },
1381 { 1356 {
1382 "swarming": { 1357 "swarming": {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1426 "override_compile_targets": [ 1401 "override_compile_targets": [
1427 "telemetry_unittests_run" 1402 "telemetry_unittests_run"
1428 ], 1403 ],
1429 "swarming": { 1404 "swarming": {
1430 "can_use_on_swarming_builders": true 1405 "can_use_on_swarming_builders": true
1431 } 1406 }
1432 } 1407 }
1433 ] 1408 ]
1434 } 1409 }
1435 } 1410 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698