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

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

Issue 2881283003: Remove the mus_clipboard target and merge it into service_unittests. (Closed)
Patch Set: use_aura in //services/BUILD.gn Created 3 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
« no previous file with comments | « services/ui/clipboard/test_manifest.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 "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 3953 matching lines...) Expand 10 before | Expand all | Expand 10 after
3964 { 3964 {
3965 "swarming": { 3965 "swarming": {
3966 "can_use_on_swarming_builders": true 3966 "can_use_on_swarming_builders": true
3967 }, 3967 },
3968 "test": "mojo_system_unittests" 3968 "test": "mojo_system_unittests"
3969 }, 3969 },
3970 { 3970 {
3971 "swarming": { 3971 "swarming": {
3972 "can_use_on_swarming_builders": true 3972 "can_use_on_swarming_builders": true
3973 }, 3973 },
3974 "test": "mus_clipboard_unittests"
3975 },
3976 {
3977 "swarming": {
3978 "can_use_on_swarming_builders": true
3979 },
3980 "test": "mus_gpu_unittests" 3974 "test": "mus_gpu_unittests"
3981 }, 3975 },
3982 { 3976 {
3983 "swarming": { 3977 "swarming": {
3984 "can_use_on_swarming_builders": true 3978 "can_use_on_swarming_builders": true
3985 }, 3979 },
3986 "test": "mus_ime_unittests" 3980 "test": "mus_ime_unittests"
3987 }, 3981 },
3988 { 3982 {
3989 "swarming": { 3983 "swarming": {
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
4664 { 4658 {
4665 "swarming": { 4659 "swarming": {
4666 "can_use_on_swarming_builders": true 4660 "can_use_on_swarming_builders": true
4667 }, 4661 },
4668 "test": "mojo_system_unittests" 4662 "test": "mojo_system_unittests"
4669 }, 4663 },
4670 { 4664 {
4671 "swarming": { 4665 "swarming": {
4672 "can_use_on_swarming_builders": true 4666 "can_use_on_swarming_builders": true
4673 }, 4667 },
4674 "test": "mus_clipboard_unittests"
4675 },
4676 {
4677 "swarming": {
4678 "can_use_on_swarming_builders": true
4679 },
4680 "test": "mus_gpu_unittests" 4668 "test": "mus_gpu_unittests"
4681 }, 4669 },
4682 { 4670 {
4683 "swarming": { 4671 "swarming": {
4684 "can_use_on_swarming_builders": true 4672 "can_use_on_swarming_builders": true
4685 }, 4673 },
4686 "test": "mus_ime_unittests" 4674 "test": "mus_ime_unittests"
4687 }, 4675 },
4688 { 4676 {
4689 "swarming": { 4677 "swarming": {
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
5263 "isolate_name": "telemetry_unittests", 5251 "isolate_name": "telemetry_unittests",
5264 "name": "telemetry_unittests", 5252 "name": "telemetry_unittests",
5265 "swarming": { 5253 "swarming": {
5266 "can_use_on_swarming_builders": true, 5254 "can_use_on_swarming_builders": true,
5267 "shards": 4 5255 "shards": 4
5268 } 5256 }
5269 } 5257 }
5270 ] 5258 ]
5271 } 5259 }
5272 } 5260 }
OLDNEW
« no previous file with comments | « services/ui/clipboard/test_manifest.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698