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

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: Add OWNERS to the interfaces directory. 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 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 { 742 {
743 "swarming": { 743 "swarming": {
744 "can_use_on_swarming_builders": true 744 "can_use_on_swarming_builders": true
745 }, 745 },
746 "test": "chromedriver_unittests" 746 "test": "chromedriver_unittests"
747 }, 747 },
748 { 748 {
749 "swarming": { 749 "swarming": {
750 "can_use_on_swarming_builders": true 750 "can_use_on_swarming_builders": true
751 }, 751 },
752 "test": "clipboard_service_unittests"
753 },
754 {
755 "swarming": {
756 "can_use_on_swarming_builders": true
757 },
752 "test": "components_browsertests" 758 "test": "components_browsertests"
753 }, 759 },
754 { 760 {
755 "swarming": { 761 "swarming": {
756 "can_use_on_swarming_builders": true 762 "can_use_on_swarming_builders": true
757 }, 763 },
758 "test": "components_unittests" 764 "test": "components_unittests"
759 }, 765 },
760 { 766 {
761 "swarming": { 767 "swarming": {
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 { 1250 {
1245 "swarming": { 1251 "swarming": {
1246 "can_use_on_swarming_builders": true 1252 "can_use_on_swarming_builders": true
1247 }, 1253 },
1248 "test": "chromedriver_unittests" 1254 "test": "chromedriver_unittests"
1249 }, 1255 },
1250 { 1256 {
1251 "swarming": { 1257 "swarming": {
1252 "can_use_on_swarming_builders": true 1258 "can_use_on_swarming_builders": true
1253 }, 1259 },
1260 "test": "clipboard_service_unittests"
1261 },
1262 {
1263 "swarming": {
1264 "can_use_on_swarming_builders": true
1265 },
1254 "test": "components_unittests" 1266 "test": "components_unittests"
1255 }, 1267 },
1256 { 1268 {
1257 "swarming": { 1269 "swarming": {
1258 "can_use_on_swarming_builders": true 1270 "can_use_on_swarming_builders": true
1259 }, 1271 },
1260 "test": "compositor_unittests" 1272 "test": "compositor_unittests"
1261 }, 1273 },
1262 { 1274 {
1263 "swarming": { 1275 "swarming": {
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
1568 "name": "nacl_integration", 1580 "name": "nacl_integration",
1569 "script": "nacl_integration.py" 1581 "script": "nacl_integration.py"
1570 } 1582 }
1571 ] 1583 ]
1572 }, 1584 },
1573 "Linux Tests (dbg)(1)(32)": { 1585 "Linux Tests (dbg)(1)(32)": {
1574 "gtest_tests": [], 1586 "gtest_tests": [],
1575 "scripts": [] 1587 "scripts": []
1576 } 1588 }
1577 } 1589 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698