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

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

Issue 1065743003: Reland: Web MIDI: split build rules for media/midi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp fix Created 5 years, 8 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 "Linux ASan LSan Tests (1)": { 2 "Linux ASan LSan Tests (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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 { 83 {
84 "test": "ipc_tests" 84 "test": "ipc_tests"
85 }, 85 },
86 { 86 {
87 "test": "jingle_unittests" 87 "test": "jingle_unittests"
88 }, 88 },
89 { 89 {
90 "test": "media_unittests" 90 "test": "media_unittests"
91 }, 91 },
92 { 92 {
93 "test": "midi_unittests"
94 },
95 {
93 "swarming": { 96 "swarming": {
94 "can_use_on_swarming_builders": true, 97 "can_use_on_swarming_builders": true,
95 "shards": 4 98 "shards": 4
96 }, 99 },
97 "test": "net_unittests" 100 "test": "net_unittests"
98 }, 101 },
99 { 102 {
100 "test": "ppapi_unittests" 103 "test": "ppapi_unittests"
101 }, 104 },
102 { 105 {
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 { 261 {
259 "test": "jingle_unittests" 262 "test": "jingle_unittests"
260 }, 263 },
261 { 264 {
262 "test": "media_unittests" 265 "test": "media_unittests"
263 }, 266 },
264 { 267 {
265 "test": "message_center_unittests" 268 "test": "message_center_unittests"
266 }, 269 },
267 { 270 {
271 "test": "midi_unittests"
272 },
273 {
268 "test": "nacl_loader_unittests" 274 "test": "nacl_loader_unittests"
269 }, 275 },
270 { 276 {
271 "swarming": { 277 "swarming": {
272 "can_use_on_swarming_builders": true, 278 "can_use_on_swarming_builders": true,
273 "shards": 4 279 "shards": 4
274 }, 280 },
275 "test": "net_unittests" 281 "test": "net_unittests"
276 }, 282 },
277 { 283 {
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 { 390 {
385 "test": "ipc_tests" 391 "test": "ipc_tests"
386 }, 392 },
387 { 393 {
388 "test": "jingle_unittests" 394 "test": "jingle_unittests"
389 }, 395 },
390 { 396 {
391 "test": "media_unittests" 397 "test": "media_unittests"
392 }, 398 },
393 { 399 {
400 "test": "midi_unittests"
401 },
402 {
394 "swarming": { 403 "swarming": {
395 "can_use_on_swarming_builders": true 404 "can_use_on_swarming_builders": true
396 }, 405 },
397 "test": "net_unittests" 406 "test": "net_unittests"
398 }, 407 },
399 { 408 {
400 "test": "ppapi_unittests" 409 "test": "ppapi_unittests"
401 }, 410 },
402 { 411 {
403 "test": "printing_unittests" 412 "test": "printing_unittests"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 { 497 {
489 "test": "ipc_tests" 498 "test": "ipc_tests"
490 }, 499 },
491 { 500 {
492 "test": "jingle_unittests" 501 "test": "jingle_unittests"
493 }, 502 },
494 { 503 {
495 "test": "media_unittests" 504 "test": "media_unittests"
496 }, 505 },
497 { 506 {
507 "test": "midi_unittests"
508 },
509 {
498 "swarming": { 510 "swarming": {
499 "can_use_on_swarming_builders": true 511 "can_use_on_swarming_builders": true
500 }, 512 },
501 "test": "net_unittests" 513 "test": "net_unittests"
502 }, 514 },
503 { 515 {
504 "test": "ppapi_unittests" 516 "test": "ppapi_unittests"
505 }, 517 },
506 { 518 {
507 "test": "printing_unittests" 519 "test": "printing_unittests"
508 }, 520 },
509 { 521 {
510 "test": "remoting_unittests" 522 "test": "remoting_unittests"
511 }, 523 },
512 { 524 {
513 "test": "sql_unittests" 525 "test": "sql_unittests"
514 }, 526 },
515 { 527 {
516 "test": "sync_unit_tests" 528 "test": "sync_unit_tests"
517 }, 529 },
518 { 530 {
519 "test": "ui_base_unittests" 531 "test": "ui_base_unittests"
520 }, 532 },
521 { 533 {
522 "test": "url_unittests" 534 "test": "url_unittests"
523 } 535 }
524 ] 536 ]
525 } 537 }
526 } 538 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698