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

Side by Side Diff: testing/buildbot/chromium.win.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
« no previous file with comments | « testing/buildbot/chromium.linux.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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 2173 matching lines...) Expand 10 before | Expand all | Expand 10 after
2184 { 2184 {
2185 "test": "mojo_system_unittests" 2185 "test": "mojo_system_unittests"
2186 }, 2186 },
2187 { 2187 {
2188 "test": "mojo_view_manager_lib_unittests" 2188 "test": "mojo_view_manager_lib_unittests"
2189 }, 2189 },
2190 { 2190 {
2191 "test": "mash_unittests" 2191 "test": "mash_unittests"
2192 }, 2192 },
2193 { 2193 {
2194 "test": "mus_gpu_unittests"
2195 },
2196 {
2194 "test": "mus_ws_unittests" 2197 "test": "mus_ws_unittests"
2195 }, 2198 },
2196 { 2199 {
2197 "test": "resource_provider_unittests" 2200 "test": "resource_provider_unittests"
2198 }, 2201 },
2199 { 2202 {
2200 "test": "ui_touch_selection_unittests" 2203 "test": "ui_touch_selection_unittests"
2201 } 2204 }
2202 ] 2205 ]
2203 }, 2206 },
(...skipping 10 matching lines...) Expand all
2214 }, 2217 },
2215 { 2218 {
2216 "swarming": { 2219 "swarming": {
2217 "can_use_on_swarming_builders": true 2220 "can_use_on_swarming_builders": true
2218 }, 2221 },
2219 "test": "events_unittests" 2222 "test": "events_unittests"
2220 } 2223 }
2221 ] 2224 ]
2222 } 2225 }
2223 } 2226 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698