Auto roller: fix list of WEBRTC_ONLY_DEPS.

Very unfortunate typo.

Bug: chromium:855108
Change-Id: I236e8537537e7dad805d58c92f804ef021981574
Reviewed-on: https://webrtc-review.googlesource.com/101021
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Commit-Queue: Yves Gerey <yvesg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24775}
This commit is contained in:
Yves Gerey
2018-09-19 15:47:28 +02:00
committed by Commit Bot
parent 1548e9a295
commit 26a6b5899f

View File

@ -39,7 +39,7 @@ DONT_AUTOROLL_THESE = [
WEBRTC_ONLY_DEPS = [
'src/base',
'src/build',
'src/ios'
'src/ios',
'src/testing',
'src/third_party',
'src/third_party/findbugs',