| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 34eb0179bcd83eecf8bf15185c0f669421888fbe..4351edaa7b3e61b20a70c654ce3760df8b0fb634 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -643,6 +643,7 @@ def _CheckSpamLogging(input_api, output_api):
|
| r"^base/logging\.cc$",
|
| r"^examples/wget/wget\.cc$",
|
| r"^mojo/nacl/sfi/nacl_bindings/mojo_syscall\.cc$",
|
| + r"^services/ui/launcher/launcher_app\.cc$",
|
| r"^shell/application_manager/network_fetcher\.cc$",
|
| r"^shell/tracer\.cc$",
|
| r"^sandbox/linux/.*",
|
|
|