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

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

Issue 2088603002: Implement RenderPass StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup 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.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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 { 300 {
301 "swarming": { 301 "swarming": {
302 "can_use_on_swarming_builders": true 302 "can_use_on_swarming_builders": true
303 }, 303 },
304 "test": "mojo_shell_unittests" 304 "test": "mojo_shell_unittests"
305 }, 305 },
306 { 306 {
307 "swarming": { 307 "swarming": {
308 "can_use_on_swarming_builders": true 308 "can_use_on_swarming_builders": true
309 }, 309 },
310 "test": "mojo_surfaces_lib_unittests"
311 },
312 {
313 "swarming": {
314 "can_use_on_swarming_builders": true
315 },
316 "test": "mojo_system_unittests" 310 "test": "mojo_system_unittests"
317 }, 311 },
318 { 312 {
319 "test": "mus_gpu_unittests" 313 "test": "mus_gpu_unittests"
320 }, 314 },
321 { 315 {
322 "swarming": { 316 "swarming": {
323 "can_use_on_swarming_builders": true 317 "can_use_on_swarming_builders": true
324 }, 318 },
325 "test": "mus_public_unittests" 319 "test": "mus_public_unittests"
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1245 { 1239 {
1246 "swarming": { 1240 "swarming": {
1247 "can_use_on_swarming_builders": true 1241 "can_use_on_swarming_builders": true
1248 }, 1242 },
1249 "test": "mojo_shell_unittests" 1243 "test": "mojo_shell_unittests"
1250 }, 1244 },
1251 { 1245 {
1252 "swarming": { 1246 "swarming": {
1253 "can_use_on_swarming_builders": true 1247 "can_use_on_swarming_builders": true
1254 }, 1248 },
1255 "test": "mojo_surfaces_lib_unittests"
1256 },
1257 {
1258 "swarming": {
1259 "can_use_on_swarming_builders": true
1260 },
1261 "test": "mojo_system_unittests" 1249 "test": "mojo_system_unittests"
1262 }, 1250 },
1263 { 1251 {
1264 "swarming": { 1252 "swarming": {
1265 "can_use_on_swarming_builders": true 1253 "can_use_on_swarming_builders": true
1266 }, 1254 },
1267 "test": "nacl_loader_unittests" 1255 "test": "nacl_loader_unittests"
1268 }, 1256 },
1269 { 1257 {
1270 "swarming": { 1258 "swarming": {
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 "additional_compile_targets": [ 1792 "additional_compile_targets": [
1805 "base_unittests" 1793 "base_unittests"
1806 ] 1794 ]
1807 }, 1795 },
1808 "Win8 GN (dbg)": { 1796 "Win8 GN (dbg)": {
1809 "additional_compile_targets": [ 1797 "additional_compile_targets": [
1810 "base_unittests" 1798 "base_unittests"
1811 ] 1799 ]
1812 } 1800 }
1813 } 1801 }
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