Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1304)

Unified Diff: media/gpu/ipc/common/OWNERS

Issue 2345123002: Attach color space information to hardware decoded NV12 video frames. (Closed)
Patch Set: compile fix Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/gpu/ipc/common/OWNERS
diff --git a/media/gpu/ipc/common/OWNERS b/media/gpu/ipc/common/OWNERS
index 3a0ba0dcc2459e578cd57c0fc36e66b918521fcb..ee83c52a7bc262260a39237a890d8c007c697c64 100644
--- a/media/gpu/ipc/common/OWNERS
+++ b/media/gpu/ipc/common/OWNERS
@@ -1,4 +1,15 @@
# Changes to IPCs require a security review to avoid introducing
# new sandbox escapes.
+set noparent
+file://ipc/SECURITY_OWNERS
+
+# 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
+

Powered by Google App Engine
This is Rietveld 408576698