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

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

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