From 2e6323e153881566125cdb1d21a280e94f113d5c Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 30 Jul 2021 14:26:43 +0200 Subject: [PATCH] Fix OWNERS according to recent changes to path expressions. See https://crbug.com/1231999#c7 and https://chromium-review.googlesource.com/plugins/code-owners/Documentation/path-expressions.html#simplePathExpressions. Bug: chromium:1231999 Change-Id: I8bce4f6e6bf53bf56b53b5bad54145727fd32389 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227090 Commit-Queue: Mirko Bonadei Reviewed-by: Harald Alvestrand Cr-Commit-Position: refs/heads/master@{#34602} --- OWNERS | 6 ++++-- sdk/android/OWNERS | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/OWNERS b/OWNERS index 587c130ed7..cb05b5b113 100644 --- a/OWNERS +++ b/OWNERS @@ -6,12 +6,14 @@ stefan@webrtc.org tommi@webrtc.org per-file .gitignore=* per-file .gn=mbonadei@webrtc.org -per-file *.gn=mbonadei@webrtc.org +per-file BUILD.gn=mbonadei@webrtc.org +per-file .../BUILD.gn=mbonadei@webrtc.org per-file *.gni=mbonadei@webrtc.org +per-file .../*.gni=mbonadei@webrtc.org per-file .vpython=mbonadei@webrtc.org per-file AUTHORS=* per-file DEPS=* per-file pylintrc=mbonadei@webrtc.org per-file WATCHLISTS=* per-file native-api.md=mbonadei@webrtc.org -per-file *.lua=titovartem@webrtc.org +per-file ....lua=titovartem@webrtc.org diff --git a/sdk/android/OWNERS b/sdk/android/OWNERS index 41ca7b1f3e..890f642341 100644 --- a/sdk/android/OWNERS +++ b/sdk/android/OWNERS @@ -6,4 +6,4 @@ ssilkin@webrtc.org # Legacy owners magjed@webrtc.org xalep@webrtc.org -per-file *Audio*.java=henrika@webrtc.org +per-file ...Audio*.java=henrika@webrtc.org