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