| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index cd8956c4068138f5c35030969b7af81ce2d09209..5623f605ed468589f63db9bf63ee30dafda6d7c3 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -931,6 +931,7 @@ def _CheckSpamLogging(input_api, output_api):
|
| r"^cloud_print[\\\/]",
|
| r"^content[\\\/]common[\\\/]gpu[\\\/]client[\\\/]"
|
| r"gl_helper_benchmark\.cc$",
|
| + r"^courgette[\\\/]courgette_tool\.cc$",
|
| r"^extensions[\\\/]renderer[\\\/]logging_native_handler\.cc$",
|
| r"^native_client_sdk[\\\/]",
|
| r"^remoting[\\\/]base[\\\/]logging\.h$",
|
|
|