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

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

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: rebase Created 4 years, 6 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.memory.fyi.json ('k') | testing/buildbot/client.v8.fyi.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 "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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 "swarming": { 216 "swarming": {
217 "can_use_on_swarming_builders": true, 217 "can_use_on_swarming_builders": true,
218 "shards": 2 218 "shards": 2
219 }, 219 },
220 "test": "interactive_ui_tests" 220 "test": "interactive_ui_tests"
221 }, 221 },
222 { 222 {
223 "swarming": { 223 "swarming": {
224 "can_use_on_swarming_builders": true 224 "can_use_on_swarming_builders": true
225 }, 225 },
226 "test": "ipc_mojo_unittests"
227 },
228 {
229 "swarming": {
230 "can_use_on_swarming_builders": true
231 },
232 "test": "ipc_tests" 226 "test": "ipc_tests"
233 }, 227 },
234 { 228 {
235 "swarming": { 229 "swarming": {
236 "can_use_on_swarming_builders": true 230 "can_use_on_swarming_builders": true
237 }, 231 },
238 "test": "jingle_unittests" 232 "test": "jingle_unittests"
239 }, 233 },
240 { 234 {
241 "test": "keyboard_unittests" 235 "test": "keyboard_unittests"
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 "swarming": { 1161 "swarming": {
1168 "can_use_on_swarming_builders": true, 1162 "can_use_on_swarming_builders": true,
1169 "shards": 2 1163 "shards": 2
1170 }, 1164 },
1171 "test": "interactive_ui_tests" 1165 "test": "interactive_ui_tests"
1172 }, 1166 },
1173 { 1167 {
1174 "swarming": { 1168 "swarming": {
1175 "can_use_on_swarming_builders": true 1169 "can_use_on_swarming_builders": true
1176 }, 1170 },
1177 "test": "ipc_mojo_unittests"
1178 },
1179 {
1180 "swarming": {
1181 "can_use_on_swarming_builders": true
1182 },
1183 "test": "ipc_tests" 1171 "test": "ipc_tests"
1184 }, 1172 },
1185 { 1173 {
1186 "swarming": { 1174 "swarming": {
1187 "can_use_on_swarming_builders": true 1175 "can_use_on_swarming_builders": true
1188 }, 1176 },
1189 "test": "jingle_unittests" 1177 "test": "jingle_unittests"
1190 }, 1178 },
1191 { 1179 {
1192 "test": "keyboard_unittests" 1180 "test": "keyboard_unittests"
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
1816 "additional_compile_targets": [ 1804 "additional_compile_targets": [
1817 "base_unittests" 1805 "base_unittests"
1818 ] 1806 ]
1819 }, 1807 },
1820 "Win8 GN (dbg)": { 1808 "Win8 GN (dbg)": {
1821 "additional_compile_targets": [ 1809 "additional_compile_targets": [
1822 "base_unittests" 1810 "base_unittests"
1823 ] 1811 ]
1824 } 1812 }
1825 } 1813 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/client.v8.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698