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

Unified Diff: testing/buildbot/chromium.webrtc.fyi.json

Issue 2605873002: Change WebRTC Android Debug builders to not build all. (Closed)
Patch Set: Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.webrtc.fyi.json
diff --git a/testing/buildbot/chromium.webrtc.fyi.json b/testing/buildbot/chromium.webrtc.fyi.json
index d25c9f0c978bc1fbb4c06dbe4cd67457a5c487f4..7949cf56a95c50e3688895c9b14d06e0f8686d7e 100644
--- a/testing/buildbot/chromium.webrtc.fyi.json
+++ b/testing/buildbot/chromium.webrtc.fyi.json
@@ -1,12 +1,17 @@
{
- "Android Builder (dbg)": {
+ "Android Builder": {
"additional_compile_targets": [
"all"
]
},
+ "Android Builder (dbg)": {
+ "additional_compile_targets": [
+ "content_browsertests"
+ ]
+ },
"Android Builder ARM64 (dbg)": {
"additional_compile_targets": [
- "all"
+ "content_browsertests"
]
},
"Linux Builder": {
« 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