Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index a7c70c4099649313a0f2874575c20acfb75cbfd8..34eb0179bcd83eecf8bf15185c0f669421888fbe 100644 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -642,6 +642,7 @@ def _CheckSpamLogging(input_api, output_api): |
| (r"^base/logging\.h$", |
| r"^base/logging\.cc$", |
| r"^examples/wget/wget\.cc$", |
| + r"^mojo/nacl/sfi/nacl_bindings/mojo_syscall\.cc$", |
| r"^shell/application_manager/network_fetcher\.cc$", |
| r"^shell/tracer\.cc$", |
| r"^sandbox/linux/.*", |