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

Side by Side Diff: testing/buildbot/chromium.webrtc.fyi.json

Issue 2655653002: Add compiling of service_manager_unittests as temporary workaround. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | 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 "Android Builder": { 2 "Android Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder (dbg)": { 7 "Android Builder (dbg)": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "content_browsertests" 9 "content_browsertests",
10 "service_manager_unittests"
10 ] 11 ]
11 }, 12 },
12 "Android Builder ARM64 (dbg)": { 13 "Android Builder ARM64 (dbg)": {
13 "additional_compile_targets": [ 14 "additional_compile_targets": [
14 "content_browsertests" 15 "content_browsertests",
16 "service_manager_unittests"
15 ] 17 ]
16 }, 18 },
17 "Linux Builder": { 19 "Linux Builder": {
18 "additional_compile_targets": [ 20 "additional_compile_targets": [
19 "all" 21 "all"
20 ] 22 ]
21 }, 23 },
22 "Mac Builder": { 24 "Mac Builder": {
23 "additional_compile_targets": [ 25 "additional_compile_targets": [
24 "all" 26 "all"
25 ] 27 ]
26 }, 28 },
27 "Win Builder": { 29 "Win Builder": {
28 "additional_compile_targets": [ 30 "additional_compile_targets": [
29 "all" 31 "all"
30 ] 32 ]
31 } 33 }
32 } 34 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698