Index: base/PRESUBMIT.py |
diff --git a/base/PRESUBMIT.py b/base/PRESUBMIT.py |
index 4b366d9322a45005a38c09202d301da77ed5d051..46ab02e3264c56860637bc251e2d14f66b147d68 100644 |
--- a/base/PRESUBMIT.py |
+++ b/base/PRESUBMIT.py |
@@ -14,6 +14,7 @@ def _CheckNoInterfacesInBase(input_api, output_api): |
files = [] |
for f in input_api.AffectedSourceFiles(input_api.FilterSourceFile): |
if (f.LocalPath().startswith('base/') and |
+ not "/ios/" in f.LocalPath() and |
not "/test/" in f.LocalPath() and |
not f.LocalPath().endswith('_unittest.mm') and |
not f.LocalPath().endswith('mac/sdk_forward_declarations.h')): |