Commit 98ab6683 authored by kolos's avatar kolos Committed by Commit bot

[Autofill] Include pattern for *.typemap in OWNERS

The pattern for *.typemap is missing in OWNERS. It causes warnings for CLs that change autofill_types.typemap

Review-Url: https://codereview.chromium.org/2755913002
Cr-Commit-Position: refs/heads/master@{#457420}
parent f53a41b2
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# new sandbox escapes. # new sandbox escapes.
per-file *.mojom=set noparent per-file *.mojom=set noparent
per-file *.mojom=file://ipc/SECURITY_OWNERS per-file *.mojom=file://ipc/SECURITY_OWNERS
per-file *.typemap=set noparent
per-file *.typemap=file://ipc/SECURITY_OWNERS
per-file *_struct_traits*.*=set noparent per-file *_struct_traits*.*=set noparent
per-file *_struct_traits*.*=file://ipc/SECURITY_OWNERS per-file *_struct_traits*.*=file://ipc/SECURITY_OWNERS
per-file *_message*.*=set noparent per-file *_message*.*=set noparent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment