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

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

Issue 2605873002: Change WebRTC Android Debug builders to not build all. (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 (dbg)": { 2 "Android Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder (dbg)": {
8 "additional_compile_targets": [
9 "content_browsertests"
10 ]
11 },
7 "Android Builder ARM64 (dbg)": { 12 "Android Builder ARM64 (dbg)": {
8 "additional_compile_targets": [ 13 "additional_compile_targets": [
9 "all" 14 "content_browsertests"
10 ] 15 ]
11 }, 16 },
12 "Linux Builder": { 17 "Linux Builder": {
13 "additional_compile_targets": [ 18 "additional_compile_targets": [
14 "all" 19 "all"
15 ] 20 ]
16 }, 21 },
17 "Mac Builder": { 22 "Mac Builder": {
18 "additional_compile_targets": [ 23 "additional_compile_targets": [
19 "all" 24 "all"
20 ] 25 ]
21 }, 26 },
22 "Win Builder": { 27 "Win Builder": {
23 "additional_compile_targets": [ 28 "additional_compile_targets": [
24 "all" 29 "all"
25 ] 30 ]
26 } 31 }
27 } 32 }
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