Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index f861ab5ab6c8fcfa4ca78cc96103de38df1660e7..79f37bd64c22a6b112367f9402fd2ec2532a7823 100644 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -835,6 +835,8 @@ def _CheckSpamLogging(input_api, output_api): |
| _TEST_CODE_EXCLUDED_PATHS + |
| input_api.DEFAULT_BLACK_LIST + |
| (r"^base[\\\/]logging\.h$", |
| + r"^chrome[\\\/]renderer[\\\\/]extensions[\\\/]" |
|
marja
2013/12/02 13:36:21
What's this, and why?
jochen (gone - plz use gerrit)
2013/12/02 13:45:12
the logging handler uses LOG(INFO), so I'm adding
Jói
2013/12/02 13:48:33
\\\\ -> \\\ (middle one)
|
| + r"logging_native_handler\.cc", |
| r"^remoting[\\\/]base[\\\/]logging\.h$", |
| r"^sandbox[\\\/]linux[\\\/].*",)) |
| source_file_filter = lambda x: input_api.FilterSourceFile( |