Commit 64d424ab authored by Oleh Prypin's avatar Oleh Prypin Committed by Commit Bot

Stop building 'all' in chromium.webrtc.fyi / Mac

This should fix the builder.
And there's no good reason to build all if chromium.webrtc doesn't.

Bug: chromium:820041
TBR: machenbach@chromium.org
No-Try: True
Change-Id: Id581397d0c1821dd17a0b76df540128ad71028ab
Reviewed-on: https://chromium-review.googlesource.com/955683
Commit-Queue: Oleh Prypin <oprypin@chromium.org>
Reviewed-by: default avatarPatrik Höglund <phoglund@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541878}
parent 2570df9a
......@@ -34,12 +34,17 @@
},
"Mac Builder": {
"additional_compile_targets": [
"all"
"browser_tests",
"capture_unittests",
"content_browsertests",
"content_unittests",
"frame_analyzer",
"jingle_unittests",
"remoting_unittests"
]
},
"Mac Builder (dbg)": {
"additional_compile_targets": [
"all",
"browser_tests",
"capture_unittests",
"content_browsertests",
......
......@@ -1969,12 +1969,17 @@
},
'Mac Builder': {
'additional_compile_targets': [
'all',
'browser_tests',
'capture_unittests',
'content_browsertests',
'content_unittests',
'frame_analyzer',
'jingle_unittests',
'remoting_unittests',
],
},
'Mac Builder (dbg)': {
'additional_compile_targets': [
'all',
'browser_tests',
'capture_unittests',
'content_browsertests',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment