Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: PRESUBMIT.py

Issue 448903002: Exempts chromecast/ directory from spam-logging presubmit check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: alphabetization Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 72aa2484806a446c78d142089b436148c76ae705..8d86eecca3f06525ae2be802c6eb09a9f474b5ff 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -915,16 +915,17 @@ def _CheckSpamLogging(input_api, output_api):
input_api.DEFAULT_BLACK_LIST +
(r"^base[\\\/]logging\.h$",
r"^base[\\\/]logging\.cc$",
- r"^cloud_print[\\\/]",
- r"^chrome_elf[\\\/]dll_hash[\\\/]dll_hash_main\.cc$",
r"^chrome[\\\/]app[\\\/]chrome_main_delegate\.cc$",
r"^chrome[\\\/]browser[\\\/]chrome_browser_main\.cc$",
r"^chrome[\\\/]browser[\\\/]ui[\\\/]startup[\\\/]"
r"startup_browser_creator\.cc$",
r"^chrome[\\\/]installer[\\\/]setup[\\\/].*",
- r"^extensions[\\\/]renderer[\\\/]logging_native_handler\.cc$",
+ r"^chrome_elf[\\\/]dll_hash[\\\/]dll_hash_main\.cc$",
+ r"^chromecast[\\\/]",
+ r"^cloud_print[\\\/]",
r"^content[\\\/]common[\\\/]gpu[\\\/]client[\\\/]"
r"gl_helper_benchmark\.cc$",
+ r"^extensions[\\\/]renderer[\\\/]logging_native_handler\.cc$",
r"^native_client_sdk[\\\/]",
r"^remoting[\\\/]base[\\\/]logging\.h$",
r"^remoting[\\\/]host[\\\/].*",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698