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

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

Issue 1873463003: Remove mojo network service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « mojo/services/network/web_socket_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 GN": { 2 "Android GN": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "android_webview_unittests" 5 "test": "android_webview_unittests"
6 }, 6 },
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 }, 856 },
857 "test": "nacl_loader_unittests" 857 "test": "nacl_loader_unittests"
858 }, 858 },
859 { 859 {
860 "swarming": { 860 "swarming": {
861 "can_use_on_swarming_builders": true 861 "can_use_on_swarming_builders": true
862 }, 862 },
863 "test": "net_unittests" 863 "test": "net_unittests"
864 }, 864 },
865 { 865 {
866 "test": "network_service_unittests"
867 },
868 {
869 "swarming": { 866 "swarming": {
870 "can_use_on_swarming_builders": true 867 "can_use_on_swarming_builders": true
871 }, 868 },
872 "test": "ppapi_unittests" 869 "test": "ppapi_unittests"
873 }, 870 },
874 { 871 {
875 "swarming": { 872 "swarming": {
876 "can_use_on_swarming_builders": true 873 "can_use_on_swarming_builders": true
877 }, 874 },
878 "test": "printing_unittests" 875 "test": "printing_unittests"
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1745 } 1742 }
1746 ], 1743 ],
1747 "scripts": [ 1744 "scripts": [
1748 { 1745 {
1749 "name": "nacl_integration", 1746 "name": "nacl_integration",
1750 "script": "nacl_integration.py" 1747 "script": "nacl_integration.py"
1751 } 1748 }
1752 ] 1749 ]
1753 } 1750 }
1754 } 1751 }
OLDNEW
« no previous file with comments | « mojo/services/network/web_socket_impl.cc ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698