Exempts chromecast/ directory from spam-logging presubmit check.
None of chromecast/ is part of chrome binary.
[email protected],[email protected]
BUG=None
NOTRY=true
Review URL: https://codereview.chromium.org/448903002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287946 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 72aa2484..8d86eecc 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -915,16 +915,17 @@
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[\\\/].*",