Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index 04de7c8def9392b87b16347e19f00ca00a85aeb1..5101f27e940dea609c20ebbe87d4b45af08127b4 100755 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -499,6 +499,7 @@ def _CommonChecks(input_api, output_api): |
| # they do not follow C++ lint rules. |
| black_list = input_api.DEFAULT_BLACK_LIST + ( |
| r".*\bobjc[\\\/].*", |
|
tkchin_webrtc
2016/09/28 09:21:06
probably don't need the first rule anymore then?
|
| + r".*objc\.[hcm]+$", |
| r"webrtc\/build\/ios\/SDK\/.*", |
| ) |
| source_file_filter = lambda x: input_api.FilterSourceFile(x, None, black_list) |