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

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: Try fix mac tests. 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
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 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 "swarming": { 1159 "swarming": {
1166 "can_use_on_swarming_builders": true, 1160 "can_use_on_swarming_builders": true,
1167 "shards": 2 1161 "shards": 2
1168 }, 1162 },
1169 "test": "interactive_ui_tests" 1163 "test": "interactive_ui_tests"
1170 }, 1164 },
1171 { 1165 {
1172 "swarming": { 1166 "swarming": {
1173 "can_use_on_swarming_builders": true 1167 "can_use_on_swarming_builders": true
1174 }, 1168 },
1175 "test": "ipc_mojo_unittests"
1176 },
1177 {
1178 "swarming": {
1179 "can_use_on_swarming_builders": true
1180 },
1181 "test": "ipc_tests" 1169 "test": "ipc_tests"
1182 }, 1170 },
1183 { 1171 {
1184 "swarming": { 1172 "swarming": {
1185 "can_use_on_swarming_builders": true 1173 "can_use_on_swarming_builders": true
1186 }, 1174 },
1187 "test": "jingle_unittests" 1175 "test": "jingle_unittests"
1188 }, 1176 },
1189 { 1177 {
1190 "test": "keyboard_unittests" 1178 "test": "keyboard_unittests"
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
1810 "additional_compile_targets": [ 1798 "additional_compile_targets": [
1811 "base_unittests" 1799 "base_unittests"
1812 ] 1800 ]
1813 }, 1801 },
1814 "Win8 GN (dbg)": { 1802 "Win8 GN (dbg)": {
1815 "additional_compile_targets": [ 1803 "additional_compile_targets": [
1816 "base_unittests" 1804 "base_unittests"
1817 ] 1805 ]
1818 } 1806 }
1819 } 1807 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698