From 6f7ebd03857bed07b8594a15e9b606e801f08ac4 Mon Sep 17 00:00:00 2001 From: Michael Achenbach Date: Tue, 18 Jun 2019 14:32:01 +0200 Subject: [PATCH] Make nested DEPS files commonly owned NOTRY=true Change-Id: Ic57b26b9a2732a43dcac4445be4f57d3bb5e7396 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1664071 Reviewed-by: Tamer Tas Reviewed-by: Yang Guo Commit-Queue: Michael Achenbach Cr-Commit-Position: refs/heads/master@{#62247} --- OWNERS | 2 +- include/OWNERS | 1 + src/OWNERS | 1 + tools/OWNERS | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/OWNERS b/OWNERS index c49ea526bc..32905d65a5 100644 --- a/OWNERS +++ b/OWNERS @@ -12,7 +12,7 @@ per-file .gn=file://INFRA_OWNERS per-file .vpython=file://INFRA_OWNERS per-file .ycm_extra_conf.py=file://INFRA_OWNERS per-file BUILD.gn=file://COMMON_OWNERS -per-file *DEPS=file://INFRA_OWNERS +per-file DEPS=file://INFRA_OWNERS per-file PRESUBMIT=file://INFRA_OWNERS per-file codereview.settings=file://INFRA_OWNERS diff --git a/include/OWNERS b/include/OWNERS index 6fccfcc786..7630a96510 100644 --- a/include/OWNERS +++ b/include/OWNERS @@ -3,6 +3,7 @@ danno@chromium.org ulan@chromium.org yangguo@chromium.org +per-file *DEPS=file://COMMON_OWNERS per-file v8-internal.h=file://COMMON_OWNERS per-file v8-inspector.h=dgozman@chromium.org per-file v8-inspector.h=pfeldman@chromium.org diff --git a/src/OWNERS b/src/OWNERS index 5c37230b89..c6881f2321 100644 --- a/src/OWNERS +++ b/src/OWNERS @@ -1,3 +1,4 @@ +per-file *DEPS=file://COMMON_OWNERS per-file intl-*=file://INTL_OWNERS per-file *-intl*=file://INTL_OWNERS diff --git a/tools/OWNERS b/tools/OWNERS index 31d74cc2db..fb64e405a1 100644 --- a/tools/OWNERS +++ b/tools/OWNERS @@ -1,5 +1,6 @@ file://INFRA_OWNERS +per-file *DEPS=file://COMMON_OWNERS per-file gen-postmortem-metadata.py=file://COMMON_OWNERS per-file v8heapconst.py=file://COMMON_OWNERS per-file whitespace.txt=file://COMMON_OWNERS