| OLD | NEW |
| 1 per-file chrome_features.cc=* | 1 per-file chrome_features.cc=* |
| 2 per-file chrome_features.h=* | 2 per-file chrome_features.h=* |
| 3 per-file chrome_switches.cc=* | 3 per-file chrome_switches.cc=* |
| 4 per-file chrome_switches.h=* | 4 per-file chrome_switches.h=* |
| 5 per-file pref_names.cc=* | 5 per-file pref_names.cc=* |
| 6 per-file pref_names.h=* | 6 per-file pref_names.h=* |
| 7 per-file url_constants.cc=* | 7 per-file url_constants.cc=* |
| 8 per-file url_constants.h=* | 8 per-file url_constants.h=* |
| 9 | 9 |
| 10 # This is for the common case of adding or renaming files. If you're doing | 10 # This is for the common case of adding or renaming files. If you're doing |
| 11 # structural changes, use usual OWNERS rules. | 11 # structural changes, use usual OWNERS rules. |
| 12 per-file BUILD.gn=* | 12 per-file BUILD.gn=* |
| 13 | 13 |
| 14 # Mac Sandbox profiles. | 14 # Mac Sandbox profiles. |
| 15 per-file nacl_loader.sb=set noparent | 15 per-file nacl_loader.sb=set noparent |
| 16 per-file nacl_loader.sb=rsesek@chromium.org | 16 per-file nacl_loader.sb=rsesek@chromium.org |
| 17 | 17 |
| 18 per-file *_messages*.h=set noparent | 18 per-file *_messages*.h=set noparent |
| 19 per-file *_messages*.h=file://ipc/SECURITY_OWNERS | 19 per-file *_messages*.h=file://ipc/SECURITY_OWNERS |
| 20 | 20 |
| 21 per-file *_param_traits*.*=set noparent | 21 per-file *_param_traits*.*=set noparent |
| 22 per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS | 22 per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS |
| 23 | 23 |
| 24 per-file *_type_converter*.*=set noparent |
| 25 per-file *_type_converter*.*=file://ipc/SECURITY_OWNERS |
| 26 |
| 24 # Changes to Mojo interfaces require a security review to avoid | 27 # Changes to Mojo interfaces require a security review to avoid |
| 25 # introducing new sandbox escapes. | 28 # introducing new sandbox escapes. |
| 26 per-file *.mojom=set noparent | 29 per-file *.mojom=set noparent |
| 27 per-file *.mojom=file://ipc/SECURITY_OWNERS | 30 per-file *.mojom=file://ipc/SECURITY_OWNERS |
| 28 | 31 |
| 29 #Content settings | 32 #Content settings |
| 30 per-file content_settings*=markusheintz@chromium.org | 33 per-file content_settings*=markusheintz@chromium.org |
| 31 | 34 |
| 32 # Pepper files. | 35 # Pepper files. |
| 33 per-file pepper_*=bbudge@chromium.org | 36 per-file pepper_*=bbudge@chromium.org |
| 34 per-file pepper_*=raymes@chromium.org | 37 per-file pepper_*=raymes@chromium.org |
| 35 | 38 |
| 36 # Other stuff. | 39 # Other stuff. |
| 37 per-file autocomplete_match_type.*=mpearson@chromium.org | 40 per-file autocomplete_match_type.*=mpearson@chromium.org |
| 38 per-file autocomplete_match_type.*=pkasting@chromium.org | 41 per-file autocomplete_match_type.*=pkasting@chromium.org |
| 39 per-file autocomplete_match_type.*=sky@chromium.org | 42 per-file autocomplete_match_type.*=sky@chromium.org |
| 40 per-file crash_keys*=rsesek@chromium.org | 43 per-file crash_keys*=rsesek@chromium.org |
| 41 | 44 |
| 42 # Tracing | 45 # Tracing |
| 43 per-file trace_event_args_whitelist*=nduca@chromium.org | 46 per-file trace_event_args_whitelist*=nduca@chromium.org |
| 44 per-file trace_event_args_whitelist*=dsinclair@chromium.org | 47 per-file trace_event_args_whitelist*=dsinclair@chromium.org |
| 45 per-file trace_event_args_whitelist*=oysteine@chromium.org | 48 per-file trace_event_args_whitelist*=oysteine@chromium.org |
| OLD | NEW |