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

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

Issue 2649353007: [chromecast] Removes pepper plugin support. (Closed)
Patch Set: rebase Created 3 years, 10 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 | « ppapi/features/features.gni ('k') | no next file » | 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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "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 2561 matching lines...) Expand 10 before | Expand all | Expand 10 after
2572 { 2572 {
2573 "swarming": { 2573 "swarming": {
2574 "can_use_on_swarming_builders": false 2574 "can_use_on_swarming_builders": false
2575 }, 2575 },
2576 "test": "net_unittests" 2576 "test": "net_unittests"
2577 }, 2577 },
2578 { 2578 {
2579 "swarming": { 2579 "swarming": {
2580 "can_use_on_swarming_builders": false 2580 "can_use_on_swarming_builders": false
2581 }, 2581 },
2582 "test": "ppapi_unittests"
2583 },
2584 {
2585 "swarming": {
2586 "can_use_on_swarming_builders": false
2587 },
2588 "test": "sandbox_linux_unittests" 2582 "test": "sandbox_linux_unittests"
2589 }, 2583 },
2590 { 2584 {
2591 "swarming": { 2585 "swarming": {
2592 "can_use_on_swarming_builders": false 2586 "can_use_on_swarming_builders": false
2593 }, 2587 },
2594 "test": "sql_unittests" 2588 "test": "sql_unittests"
2595 }, 2589 },
2596 { 2590 {
2597 "swarming": { 2591 "swarming": {
(...skipping 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after
4200 "telemetry_unittests_run" 4194 "telemetry_unittests_run"
4201 ], 4195 ],
4202 "swarming": { 4196 "swarming": {
4203 "can_use_on_swarming_builders": true, 4197 "can_use_on_swarming_builders": true,
4204 "shards": 4 4198 "shards": 4
4205 } 4199 }
4206 } 4200 }
4207 ] 4201 ]
4208 } 4202 }
4209 } 4203 }
OLDNEW
« no previous file with comments | « ppapi/features/features.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698