DescriptionMake per-file OWNERS rules for files involved in IPC consistent.
The new PRESUBMIT checks landed in https://codereview.chromium.org/2070483002
now expect that files involved in IPC are covered by the appropriate per-file
OWNERS rules that delegate to /ipc/SECURITY_OWNERS.
However, the PRESUBMIT script requires that, e.g., files matching the pattern
"*_messages*.h*" are covered by the rules:
per-file *_messages*.h=set noparent
per-file *_messages*.h=file://ipc/SECURITY_OWNERS,
and not, e.g., by rules containing the glob "*message*". There are a couple of
more predefined globs in the PRESUBMIT script.
This CL refactors existing per-file OWNERS rules referencing files involved in
IPC to consistently use the exact glob patterns as are defined in the PRESUBMIT
script.
This will avoid PRESUBMIT check failures when IPC messages are modified for the
first time in the affected components, and spare respective OWNERS the
headache.
BUG=611905
TBR=jam@chromium.org
Committed: https://crrev.com/520de0f3c981d36cc59acd3afbb8484d1c0ecff2
Cr-Commit-Position: refs/heads/master@{#400967}
Patch Set 1 #Patch Set 2 : More typos. #Patch Set 3 : Add messages.cc to data_reduction_proxy/OWNERS. #Patch Set 4 : Rebase. #
Messages
Total messages: 19 (11 generated)
|