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

Side by Side Diff: testing/buildbot/chromium_memory_trybot.json

Issue 1085843003: Revert of Web MIDI: split build rules for media/midi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« 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": {
94 "can_use_on_swarming_builders": true, 88 "can_use_on_swarming_builders": true,
95 "shards": 2 89 "shards": 2
96 }, 90 },
97 "test": "net_unittests" 91 "test": "net_unittests"
98 }, 92 },
99 "ppapi_unittests", 93 "ppapi_unittests",
100 "printing_unittests", 94 "printing_unittests",
101 "remoting_unittests", 95 "remoting_unittests",
102 { 96 {
103 "platforms": [ 97 "platforms": [
104 "linux" 98 "linux"
105 ], 99 ],
106 "test": "sandbox_linux_unittests" 100 "test": "sandbox_linux_unittests"
107 }, 101 },
108 "skia_unittests", 102 "skia_unittests",
109 "sql_unittests", 103 "sql_unittests",
110 "sync_unit_tests", 104 "sync_unit_tests",
111 "ui_base_unittests", 105 "ui_base_unittests",
112 { 106 {
113 "swarming": { 107 "swarming": {
114 "can_use_on_swarming_builders": true, 108 "can_use_on_swarming_builders": true,
115 "shards": 2 109 "shards": 2
116 }, 110 },
117 "test": "unit_tests" 111 "test": "unit_tests"
118 }, 112 },
119 "url_unittests" 113 "url_unittests"
120 ] 114 ]
121 } 115 }
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