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

Side by Side Diff: testing/buildbot/chromium.chromiumos.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 | « media/midi/usb_midi_output_stream.cc ('k') | testing/buildbot/chromium.fyi.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 ChromiumOS GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "browser_tests", 7 "browser_tests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "chromeos_unittests", 10 "chromeos_unittests",
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 { 210 {
211 "test": "jingle_unittests" 211 "test": "jingle_unittests"
212 }, 212 },
213 { 213 {
214 "test": "media_unittests" 214 "test": "media_unittests"
215 }, 215 },
216 { 216 {
217 "test": "message_center_unittests" 217 "test": "message_center_unittests"
218 }, 218 },
219 { 219 {
220 "test": "midi_unittests"
221 },
222 {
220 "test": "nacl_loader_unittests" 223 "test": "nacl_loader_unittests"
221 }, 224 },
222 { 225 {
223 "swarming": { 226 "swarming": {
224 "can_use_on_swarming_builders": true 227 "can_use_on_swarming_builders": true
225 }, 228 },
226 "test": "net_unittests" 229 "test": "net_unittests"
227 }, 230 },
228 { 231 {
229 "test": "ozone_unittests" 232 "test": "ozone_unittests"
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 { 398 {
396 "test": "jingle_unittests" 399 "test": "jingle_unittests"
397 }, 400 },
398 { 401 {
399 "test": "media_unittests" 402 "test": "media_unittests"
400 }, 403 },
401 { 404 {
402 "test": "message_center_unittests" 405 "test": "message_center_unittests"
403 }, 406 },
404 { 407 {
408 "test": "midi_unittests"
409 },
410 {
405 "test": "nacl_loader_unittests" 411 "test": "nacl_loader_unittests"
406 }, 412 },
407 { 413 {
408 "swarming": { 414 "swarming": {
409 "can_use_on_swarming_builders": true 415 "can_use_on_swarming_builders": true
410 }, 416 },
411 "test": "net_unittests" 417 "test": "net_unittests"
412 }, 418 },
413 { 419 {
414 "test": "ppapi_unittests" 420 "test": "ppapi_unittests"
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 { 582 {
577 "test": "jingle_unittests" 583 "test": "jingle_unittests"
578 }, 584 },
579 { 585 {
580 "test": "media_unittests" 586 "test": "media_unittests"
581 }, 587 },
582 { 588 {
583 "test": "message_center_unittests" 589 "test": "message_center_unittests"
584 }, 590 },
585 { 591 {
592 "test": "midi_unittests"
593 },
594 {
586 "test": "nacl_loader_unittests" 595 "test": "nacl_loader_unittests"
587 }, 596 },
588 { 597 {
589 "swarming": { 598 "swarming": {
590 "can_use_on_swarming_builders": true 599 "can_use_on_swarming_builders": true
591 }, 600 },
592 "test": "net_unittests" 601 "test": "net_unittests"
593 }, 602 },
594 { 603 {
595 "test": "ppapi_unittests" 604 "test": "ppapi_unittests"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 }, 644 },
636 { 645 {
637 "test": "views_unittests" 646 "test": "views_unittests"
638 }, 647 },
639 { 648 {
640 "test": "wm_unittests" 649 "test": "wm_unittests"
641 } 650 }
642 ] 651 ]
643 } 652 }
644 } 653 }
OLDNEW
« no previous file with comments | « media/midi/usb_midi_output_stream.cc ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698