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.webkit.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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk" 4 "chrome_shell_apk"
5 ], 5 ],
6 "gtest_tests": [] 6 "gtest_tests": []
7 }, 7 },
8 "Android GN (dbg)": { 8 "Android GN (dbg)": {
9 "additional_compile_targets": [ 9 "additional_compile_targets": [
10 "chrome_shell_apk" 10 "chrome_shell_apk"
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 { 128 {
129 "test": "jingle_unittests" 129 "test": "jingle_unittests"
130 }, 130 },
131 { 131 {
132 "test": "media_unittests" 132 "test": "media_unittests"
133 }, 133 },
134 { 134 {
135 "test": "message_center_unittests" 135 "test": "message_center_unittests"
136 }, 136 },
137 { 137 {
138 "test": "midi_unittests"
139 },
140 {
138 "test": "nacl_loader_unittests" 141 "test": "nacl_loader_unittests"
139 }, 142 },
140 { 143 {
141 "swarming": { 144 "swarming": {
142 "can_use_on_swarming_builders": true 145 "can_use_on_swarming_builders": true
143 }, 146 },
144 "test": "net_unittests" 147 "test": "net_unittests"
145 }, 148 },
146 { 149 {
147 "test": "ppapi_unittests" 150 "test": "ppapi_unittests"
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 { 306 {
304 "test": "jingle_unittests" 307 "test": "jingle_unittests"
305 }, 308 },
306 { 309 {
307 "test": "media_unittests" 310 "test": "media_unittests"
308 }, 311 },
309 { 312 {
310 "test": "message_center_unittests" 313 "test": "message_center_unittests"
311 }, 314 },
312 { 315 {
316 "test": "midi_unittests"
317 },
318 {
313 "test": "nacl_loader_unittests" 319 "test": "nacl_loader_unittests"
314 }, 320 },
315 { 321 {
316 "swarming": { 322 "swarming": {
317 "can_use_on_swarming_builders": true 323 "can_use_on_swarming_builders": true
318 }, 324 },
319 "test": "net_unittests" 325 "test": "net_unittests"
320 }, 326 },
321 { 327 {
322 "test": "ppapi_unittests" 328 "test": "ppapi_unittests"
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 "name": "webkit_lint", 934 "name": "webkit_lint",
929 "script": "webkit_lint.py" 935 "script": "webkit_lint.py"
930 }, 936 },
931 { 937 {
932 "name": "webkit_python_tests", 938 "name": "webkit_python_tests",
933 "script": "webkit_python_tests.py" 939 "script": "webkit_python_tests.py"
934 } 940 }
935 ] 941 ]
936 } 942 }
937 } 943 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698