From e92d6624e8669b48b56c23281735e263bb6caea1 Mon Sep 17 00:00:00 2001 From: Steve Anton Date: Thu, 31 Jan 2019 09:50:30 -0800 Subject: [PATCH] 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 Reviewed-by: Seth Hampson Commit-Queue: Seth Hampson Cr-Commit-Position: refs/heads/master@{#26500} --- WATCHLISTS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WATCHLISTS b/WATCHLISTS index 4260bf91bb..c56a69def4 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -95,7 +95,7 @@ 'filepath': 'system_wrappers/.*', }, 'pc': { - 'filepath': 'pc/.*', + 'filepath': '^pc/.*', }, },