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

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: Addressed Dana's comments 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_shell_unittests" 310 "test": "mojo_shell_unittests"
311 }, 311 },
312 { 312 {
313 "swarming": { 313 "swarming": {
314 "can_use_on_swarming_builders": true 314 "can_use_on_swarming_builders": true
315 }, 315 },
316 "test": "mojo_surfaces_lib_unittests"
317 },
318 {
319 "swarming": {
320 "can_use_on_swarming_builders": true
321 },
322 "test": "mojo_system_unittests" 316 "test": "mojo_system_unittests"
323 }, 317 },
324 { 318 {
325 "test": "mus_gpu_unittests" 319 "test": "mus_gpu_unittests"
326 }, 320 },
327 { 321 {
328 "swarming": { 322 "swarming": {
329 "can_use_on_swarming_builders": true 323 "can_use_on_swarming_builders": true
330 }, 324 },
331 "test": "mus_public_unittests" 325 "test": "mus_public_unittests"
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
1255 { 1249 {
1256 "swarming": { 1250 "swarming": {
1257 "can_use_on_swarming_builders": true 1251 "can_use_on_swarming_builders": true
1258 }, 1252 },
1259 "test": "mojo_shell_unittests" 1253 "test": "mojo_shell_unittests"
1260 }, 1254 },
1261 { 1255 {
1262 "swarming": { 1256 "swarming": {
1263 "can_use_on_swarming_builders": true 1257 "can_use_on_swarming_builders": true
1264 }, 1258 },
1265 "test": "mojo_surfaces_lib_unittests"
1266 },
1267 {
1268 "swarming": {
1269 "can_use_on_swarming_builders": true
1270 },
1271 "test": "mojo_system_unittests" 1259 "test": "mojo_system_unittests"
1272 }, 1260 },
1273 { 1261 {
1274 "swarming": { 1262 "swarming": {
1275 "can_use_on_swarming_builders": true 1263 "can_use_on_swarming_builders": true
1276 }, 1264 },
1277 "test": "nacl_loader_unittests" 1265 "test": "nacl_loader_unittests"
1278 }, 1266 },
1279 { 1267 {
1280 "swarming": { 1268 "swarming": {
(...skipping 529 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