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

Side by Side Diff: testing/buildbot/chromium.mac.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 "Mac GN": { 2 "Mac GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 } 9 }
10 ] 10 ]
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 }, 133 },
134 "test": "media_unittests" 134 "test": "media_unittests"
135 }, 135 },
136 { 136 {
137 "swarming": { 137 "swarming": {
138 "can_use_on_swarming_builders": true 138 "can_use_on_swarming_builders": true
139 }, 139 },
140 "test": "message_center_unittests" 140 "test": "message_center_unittests"
141 }, 141 },
142 { 142 {
143 "swarming": {
144 "can_use_on_swarming_builders": true
145 },
146 "test": "midi_unittests"
147 },
148 {
143 "test": "mojo_common_unittests" 149 "test": "mojo_common_unittests"
144 }, 150 },
145 { 151 {
146 "test": "mojo_public_bindings_unittests" 152 "test": "mojo_public_bindings_unittests"
147 }, 153 },
148 { 154 {
149 "test": "mojo_public_environment_unittests" 155 "test": "mojo_public_environment_unittests"
150 }, 156 },
151 { 157 {
152 "test": "mojo_public_system_unittests" 158 "test": "mojo_public_system_unittests"
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 }, 338 },
333 "test": "media_unittests" 339 "test": "media_unittests"
334 }, 340 },
335 { 341 {
336 "swarming": { 342 "swarming": {
337 "can_use_on_swarming_builders": true 343 "can_use_on_swarming_builders": true
338 }, 344 },
339 "test": "message_center_unittests" 345 "test": "message_center_unittests"
340 }, 346 },
341 { 347 {
348 "swarming": {
349 "can_use_on_swarming_builders": true
350 },
351 "test": "midi_unittests"
352 },
353 {
342 "test": "mojo_common_unittests" 354 "test": "mojo_common_unittests"
343 }, 355 },
344 { 356 {
345 "test": "mojo_public_bindings_unittests" 357 "test": "mojo_public_bindings_unittests"
346 }, 358 },
347 { 359 {
348 "test": "mojo_public_environment_unittests" 360 "test": "mojo_public_environment_unittests"
349 }, 361 },
350 { 362 {
351 "test": "mojo_public_system_unittests" 363 "test": "mojo_public_system_unittests"
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 }, 543 },
532 "test": "media_unittests" 544 "test": "media_unittests"
533 }, 545 },
534 { 546 {
535 "swarming": { 547 "swarming": {
536 "can_use_on_swarming_builders": true 548 "can_use_on_swarming_builders": true
537 }, 549 },
538 "test": "message_center_unittests" 550 "test": "message_center_unittests"
539 }, 551 },
540 { 552 {
553 "swarming": {
554 "can_use_on_swarming_builders": true
555 },
556 "test": "midi_unittests"
557 },
558 {
541 "test": "mojo_common_unittests" 559 "test": "mojo_common_unittests"
542 }, 560 },
543 { 561 {
544 "test": "mojo_public_bindings_unittests" 562 "test": "mojo_public_bindings_unittests"
545 }, 563 },
546 { 564 {
547 "test": "mojo_public_environment_unittests" 565 "test": "mojo_public_environment_unittests"
548 }, 566 },
549 { 567 {
550 "test": "mojo_public_system_unittests" 568 "test": "mojo_public_system_unittests"
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 }, 749 },
732 "test": "media_unittests" 750 "test": "media_unittests"
733 }, 751 },
734 { 752 {
735 "swarming": { 753 "swarming": {
736 "can_use_on_swarming_builders": true 754 "can_use_on_swarming_builders": true
737 }, 755 },
738 "test": "message_center_unittests" 756 "test": "message_center_unittests"
739 }, 757 },
740 { 758 {
759 "swarming": {
760 "can_use_on_swarming_builders": true
761 },
762 "test": "midi_unittests"
763 },
764 {
741 "test": "mojo_common_unittests" 765 "test": "mojo_common_unittests"
742 }, 766 },
743 { 767 {
744 "test": "mojo_public_bindings_unittests" 768 "test": "mojo_public_bindings_unittests"
745 }, 769 },
746 { 770 {
747 "test": "mojo_public_environment_unittests" 771 "test": "mojo_public_environment_unittests"
748 }, 772 },
749 { 773 {
750 "test": "mojo_public_system_unittests" 774 "test": "mojo_public_system_unittests"
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 "name": "telemetry_perf_unittests", 840 "name": "telemetry_perf_unittests",
817 "script": "telemetry_perf_unittests.py" 841 "script": "telemetry_perf_unittests.py"
818 }, 842 },
819 { 843 {
820 "name": "nacl_integration", 844 "name": "nacl_integration",
821 "script": "nacl_integration.py" 845 "script": "nacl_integration.py"
822 } 846 }
823 ] 847 ]
824 } 848 }
825 } 849 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698