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

Side by Side Diff: testing/buildbot/chromium.memory.fyi.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: fixed patch set Created 5 years, 7 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.json ('k') | testing/buildbot/chromium.webkit.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 "Linux ChromeOS MSan Tests": { 2 "Linux ChromeOS MSan Tests": {
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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 { 96 {
97 "test": "ipc_tests" 97 "test": "ipc_tests"
98 }, 98 },
99 { 99 {
100 "test": "jingle_unittests" 100 "test": "jingle_unittests"
101 }, 101 },
102 { 102 {
103 "test": "media_unittests" 103 "test": "media_unittests"
104 }, 104 },
105 { 105 {
106 "test": "midi_unittests"
107 },
108 {
106 "test": "mojo_common_unittests" 109 "test": "mojo_common_unittests"
107 }, 110 },
108 { 111 {
109 "test": "mojo_public_bindings_unittests" 112 "test": "mojo_public_bindings_unittests"
110 }, 113 },
111 { 114 {
112 "test": "mojo_public_environment_unittests" 115 "test": "mojo_public_environment_unittests"
113 }, 116 },
114 { 117 {
115 "test": "mojo_public_system_unittests" 118 "test": "mojo_public_system_unittests"
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 { 263 {
261 "test": "ipc_tests" 264 "test": "ipc_tests"
262 }, 265 },
263 { 266 {
264 "test": "jingle_unittests" 267 "test": "jingle_unittests"
265 }, 268 },
266 { 269 {
267 "test": "media_unittests" 270 "test": "media_unittests"
268 }, 271 },
269 { 272 {
273 "test": "midi_unittests"
274 },
275 {
270 "test": "mojo_common_unittests" 276 "test": "mojo_common_unittests"
271 }, 277 },
272 { 278 {
273 "test": "mojo_public_bindings_unittests" 279 "test": "mojo_public_bindings_unittests"
274 }, 280 },
275 { 281 {
276 "test": "mojo_public_environment_unittests" 282 "test": "mojo_public_environment_unittests"
277 }, 283 },
278 { 284 {
279 "test": "mojo_public_system_unittests" 285 "test": "mojo_public_system_unittests"
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 { 426 {
421 "test": "ipc_tests" 427 "test": "ipc_tests"
422 }, 428 },
423 { 429 {
424 "test": "jingle_unittests" 430 "test": "jingle_unittests"
425 }, 431 },
426 { 432 {
427 "test": "media_unittests" 433 "test": "media_unittests"
428 }, 434 },
429 { 435 {
436 "test": "midi_unittests"
437 },
438 {
430 "test": "mojo_common_unittests" 439 "test": "mojo_common_unittests"
431 }, 440 },
432 { 441 {
433 "swarming": { 442 "swarming": {
434 "can_use_on_swarming_builders": true, 443 "can_use_on_swarming_builders": true,
435 "shards": 4 444 "shards": 4
436 }, 445 },
437 "test": "net_unittests" 446 "test": "net_unittests"
438 }, 447 },
439 { 448 {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 }, 484 },
476 { 485 {
477 "test": "views_unittests" 486 "test": "views_unittests"
478 }, 487 },
479 { 488 {
480 "test": "wm_unittests" 489 "test": "wm_unittests"
481 } 490 }
482 ] 491 ]
483 } 492 }
484 } 493 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | testing/buildbot/chromium.webkit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698