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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: testing/buildbot/chromium.mac.json
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
index 2907a386d856b9c9b3b77b102834a2abae8f4102..5c0ba9e264269e68a7d4764c4aa2f06dda821308 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -140,6 +140,12 @@
"test": "message_center_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "midi_unittests"
+ },
+ {
"test": "mojo_common_unittests"
},
{
@@ -339,6 +345,12 @@
"test": "message_center_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "midi_unittests"
+ },
+ {
"test": "mojo_common_unittests"
},
{
@@ -538,6 +550,12 @@
"test": "message_center_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "midi_unittests"
+ },
+ {
"test": "mojo_common_unittests"
},
{
@@ -738,6 +756,12 @@
"test": "message_center_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "midi_unittests"
+ },
+ {
"test": "mojo_common_unittests"
},
{

Powered by Google App Engine
This is Rietveld 408576698