Chromium Code Reviews| 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*.*', |