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

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

Issue 1978763003: Readd the clipboard service and get it compiling again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sequence numbers in state. Created 4 years, 7 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
OLDNEW
1 { 1 {
2 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 }, 997 },
998 "test": "mojo_surfaces_lib_unittests" 998 "test": "mojo_surfaces_lib_unittests"
999 }, 999 },
1000 { 1000 {
1001 "swarming": { 1001 "swarming": {
1002 "can_use_on_swarming_builders": true 1002 "can_use_on_swarming_builders": true
1003 }, 1003 },
1004 "test": "mojo_system_unittests" 1004 "test": "mojo_system_unittests"
1005 }, 1005 },
1006 { 1006 {
1007 "swarming": {
1008 "can_use_on_swarming_builders": true
1009 },
1010 "test": "mus_clipboard_unittests"
1011 },
1012 {
1007 "test": "mus_gpu_unittests" 1013 "test": "mus_gpu_unittests"
1008 }, 1014 },
1009 { 1015 {
1010 "swarming": { 1016 "swarming": {
1011 "can_use_on_swarming_builders": true 1017 "can_use_on_swarming_builders": true
1012 }, 1018 },
1013 "test": "mus_public_unittests" 1019 "test": "mus_public_unittests"
1014 }, 1020 },
1015 { 1021 {
1016 "swarming": { 1022 "swarming": {
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
1440 }, 1446 },
1441 "test": "mojo_public_system_unittests" 1447 "test": "mojo_public_system_unittests"
1442 }, 1448 },
1443 { 1449 {
1444 "swarming": { 1450 "swarming": {
1445 "can_use_on_swarming_builders": true 1451 "can_use_on_swarming_builders": true
1446 }, 1452 },
1447 "test": "mojo_system_unittests" 1453 "test": "mojo_system_unittests"
1448 }, 1454 },
1449 { 1455 {
1456 "swarming": {
1457 "can_use_on_swarming_builders": true
1458 },
1459 "test": "mus_clipboard_unittests"
1460 },
1461 {
1450 "test": "mus_gpu_unittests" 1462 "test": "mus_gpu_unittests"
1451 }, 1463 },
1452 { 1464 {
1453 "swarming": { 1465 "swarming": {
1454 "can_use_on_swarming_builders": true 1466 "can_use_on_swarming_builders": true
1455 }, 1467 },
1456 "test": "mus_ws_unittests" 1468 "test": "mus_ws_unittests"
1457 }, 1469 },
1458 { 1470 {
1459 "swarming": { 1471 "swarming": {
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1592 "name": "nacl_integration", 1604 "name": "nacl_integration",
1593 "script": "nacl_integration.py" 1605 "script": "nacl_integration.py"
1594 } 1606 }
1595 ] 1607 ]
1596 }, 1608 },
1597 "Linux Tests (dbg)(1)(32)": { 1609 "Linux Tests (dbg)(1)(32)": {
1598 "gtest_tests": [], 1610 "gtest_tests": [],
1599 "scripts": [] 1611 "scripts": []
1600 } 1612 }
1601 } 1613 }
OLDNEW
« no previous file with comments | « mojo/public/tools/bindings/blink_bindings_configuration.gni ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698