| OLD | NEW |
| 1 jialiul@chromium.org | 1 jialiul@chromium.org |
| 2 nparker@chromium.org | 2 nparker@chromium.org |
| 3 vakh@chromium.org | 3 vakh@chromium.org |
| 4 | 4 |
| 5 # This is for the common case of adding or renaming files. If you're doing |
| 6 # structural changes, use usual OWNERS rules. |
| 7 per-file BUILD.gn=* |
| 8 |
| 5 per-file *_messages*.h=set noparent | 9 per-file *_messages*.h=set noparent |
| 6 per-file *_messages*.h=file://ipc/SECURITY_OWNERS | 10 per-file *_messages*.h=file://ipc/SECURITY_OWNERS |
| 7 | 11 |
| 8 # For security review of IPC-to-protobuf bridge. | 12 # For security review of IPC-to-protobuf bridge. |
| 9 per-file *protobuf_message*.h=set noparent | 13 per-file *protobuf_message*.h=set noparent |
| 10 per-file *protobuf_message*.h=file://ipc/SECURITY_OWNERS | 14 per-file *protobuf_message*.h=file://ipc/SECURITY_OWNERS |
| OLD | NEW |