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

Side by Side Diff: testing/buildbot/chromium_memory_trybot.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.win.json ('k') | testing/buildbot/chromium_trybot.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 "gtest_tests": [ 2 "gtest_tests": [
3 "accessibility_unittests", 3 "accessibility_unittests",
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "ipc_tests", 78 "ipc_tests",
79 "jingle_unittests", 79 "jingle_unittests",
80 { 80 {
81 "swarming": { 81 "swarming": {
82 "can_use_on_swarming_builders": true 82 "can_use_on_swarming_builders": true
83 }, 83 },
84 "test": "media_unittests" 84 "test": "media_unittests"
85 }, 85 },
86 { 86 {
87 "swarming": { 87 "swarming": {
88 "can_use_on_swarming_builders": true
89 },
90 "test": "midi_unittests"
91 },
92 {
93 "swarming": {
88 "can_use_on_swarming_builders": true, 94 "can_use_on_swarming_builders": true,
89 "shards": 2 95 "shards": 2
90 }, 96 },
91 "test": "net_unittests" 97 "test": "net_unittests"
92 }, 98 },
93 "ppapi_unittests", 99 "ppapi_unittests",
94 "printing_unittests", 100 "printing_unittests",
95 "remoting_unittests", 101 "remoting_unittests",
96 { 102 {
97 "platforms": [ 103 "platforms": [
98 "linux" 104 "linux"
99 ], 105 ],
100 "test": "sandbox_linux_unittests" 106 "test": "sandbox_linux_unittests"
101 }, 107 },
102 "skia_unittests", 108 "skia_unittests",
103 "sql_unittests", 109 "sql_unittests",
104 "sync_unit_tests", 110 "sync_unit_tests",
105 "ui_base_unittests", 111 "ui_base_unittests",
106 { 112 {
107 "swarming": { 113 "swarming": {
108 "can_use_on_swarming_builders": true, 114 "can_use_on_swarming_builders": true,
109 "shards": 2 115 "shards": 2
110 }, 116 },
111 "test": "unit_tests" 117 "test": "unit_tests"
112 }, 118 },
113 "url_unittests" 119 "url_unittests"
114 ] 120 ]
115 } 121 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698