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

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

Issue 2901613002: Remove navigation_service_unittests, along with the service itself. (Closed)
Patch Set: Fix isolate files? 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/navigation/view_impl.cc ('k') | testing/buildbot/chromium.win.json » ('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 3983 matching lines...) Expand 10 before | Expand all | Expand 10 after
3994 { 3994 {
3995 "swarming": { 3995 "swarming": {
3996 "can_use_on_swarming_builders": true 3996 "can_use_on_swarming_builders": true
3997 }, 3997 },
3998 "test": "native_theme_unittests" 3998 "test": "native_theme_unittests"
3999 }, 3999 },
4000 { 4000 {
4001 "swarming": { 4001 "swarming": {
4002 "can_use_on_swarming_builders": true 4002 "can_use_on_swarming_builders": true
4003 }, 4003 },
4004 "test": "navigation_unittests"
4005 },
4006 {
4007 "swarming": {
4008 "can_use_on_swarming_builders": true
4009 },
4010 "test": "net_unittests" 4004 "test": "net_unittests"
4011 }, 4005 },
4012 { 4006 {
4013 "swarming": { 4007 "swarming": {
4014 "can_use_on_swarming_builders": true 4008 "can_use_on_swarming_builders": true
4015 }, 4009 },
4016 "test": "pdf_unittests" 4010 "test": "pdf_unittests"
4017 }, 4011 },
4018 { 4012 {
4019 "swarming": { 4013 "swarming": {
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
4688 { 4682 {
4689 "swarming": { 4683 "swarming": {
4690 "can_use_on_swarming_builders": true 4684 "can_use_on_swarming_builders": true
4691 }, 4685 },
4692 "test": "native_theme_unittests" 4686 "test": "native_theme_unittests"
4693 }, 4687 },
4694 { 4688 {
4695 "swarming": { 4689 "swarming": {
4696 "can_use_on_swarming_builders": true 4690 "can_use_on_swarming_builders": true
4697 }, 4691 },
4698 "test": "navigation_unittests"
4699 },
4700 {
4701 "swarming": {
4702 "can_use_on_swarming_builders": true
4703 },
4704 "test": "net_unittests" 4692 "test": "net_unittests"
4705 }, 4693 },
4706 { 4694 {
4707 "swarming": { 4695 "swarming": {
4708 "can_use_on_swarming_builders": true 4696 "can_use_on_swarming_builders": true
4709 }, 4697 },
4710 "test": "pdf_unittests" 4698 "test": "pdf_unittests"
4711 }, 4699 },
4712 { 4700 {
4713 "swarming": { 4701 "swarming": {
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
5251 "isolate_name": "telemetry_unittests", 5239 "isolate_name": "telemetry_unittests",
5252 "name": "telemetry_unittests", 5240 "name": "telemetry_unittests",
5253 "swarming": { 5241 "swarming": {
5254 "can_use_on_swarming_builders": true, 5242 "can_use_on_swarming_builders": true,
5255 "shards": 4 5243 "shards": 4
5256 } 5244 }
5257 } 5245 }
5258 ] 5246 ]
5259 } 5247 }
5260 } 5248 }
OLDNEW
« no previous file with comments | « services/navigation/view_impl.cc ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698