diff options
author | weitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-17 02:05:36 +0000 |
---|---|---|
committer | weitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-17 02:05:36 +0000 |
commit | 67c96ab4c4c289a18a631cf6208993908417110b (patch) | |
tree | 6e2a276d59319aa73909ff35a44212a0321f8d7b /PRESUBMIT.py | |
parent | 82055641d098cc8de3c23d1c4a5caf2437b3aa60 (diff) | |
download | chromium_src-67c96ab4c4c289a18a631cf6208993908417110b.zip chromium_src-67c96ab4c4c289a18a631cf6208993908417110b.tar.gz chromium_src-67c96ab4c4c289a18a631cf6208993908417110b.tar.bz2 |
Renamed NativeMessagingHost to Me2MeNativeMessagingHost.
Also excluded remoting/host from the _checkSpamLogging PRESUBMIT check.
BUG=
TBR=joi@chromium.org
Review URL: https://codereview.chromium.org/103053006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241100 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index e4db302..dc30cbc 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -872,6 +872,7 @@ def _CheckSpamLogging(input_api, output_api): r"^chrome[\\\/]renderer[\\\/]extensions[\\\/]" r"logging_native_handler\.cc$", r"^remoting[\\\/]base[\\\/]logging\.h$", + r"^remoting[\\\/]host[\\\/].*", r"^sandbox[\\\/]linux[\\\/].*", r"^ui[\\\/]aura[\\\/]bench[\\\/]bench_main\.cc$",)) source_file_filter = lambda x: input_api.FilterSourceFile( |