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

Unified Diff: PRESUBMIT.py

Issue 2642973006: Include AIDL files in the presubmit check for IPC security. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 5fca8c1ad302868ca796ffc0fa652cd1b1f64fa8..6d1506d1fd31c9c95fdfc8600a9eb08117555b3f 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1462,6 +1462,7 @@ def _CheckIpcOwners(input_api, output_api):
'*.mojom',
'*_struct_traits*.*',
'*_type_converter*.*',
+ '*.aidl',
dcheng 2017/01/19 22:15:04 Nit: I probably should have done this, but mind gr
# Blink uses a different file naming convention
'*StructTraits*.*',
'*TypeConverter*.*',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698