Modify pc/ WATCHLISTS definition

Bug: None
Change-Id: I187981ac0dd16c7da299208e8dc351a686e8eea9
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/c/120820
Reviewed-by: Steve Anton <steveanton@webrtc.org>
Reviewed-by: Seth Hampson <shampson@webrtc.org>
Commit-Queue: Seth Hampson <shampson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26500}
This commit is contained in:
Steve Anton
2019-01-31 09:50:30 -08:00
committed by Commit Bot
parent a177f801e4
commit e92d6624e8

View File

@ -95,7 +95,7 @@
'filepath': 'system_wrappers/.*', 'filepath': 'system_wrappers/.*',
}, },
'pc': { 'pc': {
'filepath': 'pc/.*', 'filepath': '^pc/.*',
}, },
}, },