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

Unified Diff: chrome/common/OWNERS

Issue 2642973006: Include AIDL files in the presubmit check for IPC security. (Closed)
Patch Set: Fix build/finish migrating an _enum_traits; fix OWNERS files. Created 3 years, 11 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: chrome/common/OWNERS
diff --git a/chrome/common/OWNERS b/chrome/common/OWNERS
index 0154a2488e18d1a9476e7df7e633675512a020f7..e02099cf6cf5e9f44e888fbb7cfe1a4638d9c63f 100644
--- a/chrome/common/OWNERS
+++ b/chrome/common/OWNERS
@@ -24,6 +24,12 @@ per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS
per-file *_type_converter*.*=set noparent
per-file *_type_converter*.*=file://ipc/SECURITY_OWNERS
+per-file *_struct_traits*.*=set noparent
+per-file *_struct_traits*.*=file://ipc/SECURITY_OWNERS
+
+per-file *.typemap=set noparent
+per-file *.typemap=file://ipc/SECURITY_OWNERS
+
# Changes to Mojo interfaces require a security review to avoid
# introducing new sandbox escapes.
per-file *.mojom=set noparent

Powered by Google App Engine
This is Rietveld 408576698