| Index: PRESUBMIT.py
|
| ===================================================================
|
| --- PRESUBMIT.py (revision 238465)
|
| +++ PRESUBMIT.py (working copy)
|
| @@ -866,8 +866,9 @@
|
| _TEST_CODE_EXCLUDED_PATHS +
|
| input_api.DEFAULT_BLACK_LIST +
|
| (r"^base[\\\/]logging\.h$",
|
| + r"^chrome[\\\/]browser[\\\/]chrome_browser_main\.cc$",
|
| r"^chrome[\\\/]renderer[\\\/]extensions[\\\/]"
|
| - r"logging_native_handler\.cc",
|
| + r"logging_native_handler\.cc$",
|
| r"^remoting[\\\/]base[\\\/]logging\.h$",
|
| r"^sandbox[\\\/]linux[\\\/].*",))
|
| source_file_filter = lambda x: input_api.FilterSourceFile(
|
|
|