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

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

Issue 1923593003: Add mus::mojom::ChannelHandle for passing IPC::ChannelHandle via mojo IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update 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 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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 { 846 {
847 "test": "mojo_surfaces_lib_unittests" 847 "test": "mojo_surfaces_lib_unittests"
848 }, 848 },
849 { 849 {
850 "test": "mojo_system_unittests" 850 "test": "mojo_system_unittests"
851 }, 851 },
852 { 852 {
853 "test": "mojo_view_manager_lib_unittests" 853 "test": "mojo_view_manager_lib_unittests"
854 }, 854 },
855 { 855 {
856 "test": "mus_gpu_unittests"
857 },
858 {
856 "swarming": { 859 "swarming": {
857 "can_use_on_swarming_builders": true 860 "can_use_on_swarming_builders": true
858 }, 861 },
859 "test": "mus_ws_unittests" 862 "test": "mus_ws_unittests"
860 }, 863 },
861 { 864 {
862 "swarming": { 865 "swarming": {
863 "can_use_on_swarming_builders": true 866 "can_use_on_swarming_builders": true
864 }, 867 },
865 "test": "nacl_loader_unittests" 868 "test": "nacl_loader_unittests"
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
1263 { 1266 {
1264 "swarming": { 1267 "swarming": {
1265 "can_use_on_swarming_builders": true 1268 "can_use_on_swarming_builders": true
1266 }, 1269 },
1267 "test": "mojo_public_system_unittests" 1270 "test": "mojo_public_system_unittests"
1268 }, 1271 },
1269 { 1272 {
1270 "test": "mojo_system_unittests" 1273 "test": "mojo_system_unittests"
1271 }, 1274 },
1272 { 1275 {
1276 "test": "mus_gpu_unittests"
1277 },
1278 {
1273 "swarming": { 1279 "swarming": {
1274 "can_use_on_swarming_builders": true 1280 "can_use_on_swarming_builders": true
1275 }, 1281 },
1276 "test": "mus_ws_unittests" 1282 "test": "mus_ws_unittests"
1277 }, 1283 },
1278 { 1284 {
1279 "swarming": { 1285 "swarming": {
1280 "can_use_on_swarming_builders": true 1286 "can_use_on_swarming_builders": true
1281 }, 1287 },
1282 "test": "nacl_loader_unittests" 1288 "test": "nacl_loader_unittests"
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
1750 } 1756 }
1751 ], 1757 ],
1752 "scripts": [ 1758 "scripts": [
1753 { 1759 {
1754 "name": "nacl_integration", 1760 "name": "nacl_integration",
1755 "script": "nacl_integration.py" 1761 "script": "nacl_integration.py"
1756 } 1762 }
1757 ] 1763 ]
1758 } 1764 }
1759 } 1765 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698