Index: media/gpu/ipc/common/OWNERS |
diff --git a/media/gpu/ipc/common/OWNERS b/media/gpu/ipc/common/OWNERS |
index 107c4012ed90dedbf337edbe5d97bd9b3e4ee7ac..ee83c52a7bc262260a39237a890d8c007c697c64 100644 |
--- a/media/gpu/ipc/common/OWNERS |
+++ b/media/gpu/ipc/common/OWNERS |
@@ -1,13 +1,15 @@ |
# Changes to IPCs require a security review to avoid introducing |
# new sandbox escapes. |
set noparent |
-dcheng@chromium.org |
-inferno@chromium.org |
-jln@chromium.org |
-jschuh@chromium.org |
-kenrb@chromium.org |
-mkwst@chromium.org |
-nasko@chromium.org |
-palmer@chromium.org |
-tsepez@chromium.org |
-wfh@chromium.org |
+file://ipc/SECURITY_OWNERS |
sandersd (OOO until July 31)
2016/09/16 21:54:13
I don't see any mention of these changes in the CL
hubbe
2016/09/21 22:04:26
presubmit complained about this, so I fixed it the
sandersd (OOO until July 31)
2016/09/23 00:33:50
Is your version more correct than the current cont
|
+ |
+# The following lines are redundant, they're just to silence the presubmit |
+per-file *_messages*.h=set noparent |
+per-file *_messages*.h=file://ipc/SECURITY_OWNERS |
+per-file *.mojom=set noparent |
+per-file *.mojom=file://ipc/SECURITY_OWNERS |
+per-file *_param_traits*.*=set noparent |
+per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS |
+per-file *_struct_traits*.*=set noparent |
+per-file *_struct_traits*.*=file://ipc/SECURITY_OWNERS |
+ |