summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorgunsch@chromium.org <gunsch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-07 02:59:15 +0000
committergunsch@chromium.org <gunsch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-07 02:59:15 +0000
commit9f13b6093d42eccd89eceab39fc2ec525aa77304 (patch)
tree97ba55cc679b67b47c1a61dba17081d1be370c98 /PRESUBMIT.py
parent3462554f4ec6d67071ef1ddabd0396513c6ce8ea (diff)
downloadchromium_src-9f13b6093d42eccd89eceab39fc2ec525aa77304.zip
chromium_src-9f13b6093d42eccd89eceab39fc2ec525aa77304.tar.gz
chromium_src-9f13b6093d42eccd89eceab39fc2ec525aa77304.tar.bz2
Exempts chromecast/ directory from spam-logging presubmit check.
None of chromecast/ is part of chrome binary. R=lcwu@chromium.org,maruel@chromium.org 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
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 72aa248..8d86eecc 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[\\\/].*",