summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorsbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-24 16:47:52 +0000
committersbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-24 16:47:52 +0000
commit9c36d9274a3cb29ddd56636a6cbfec08ef4c0fba (patch)
tree5418849645b61b399dbac0088a8d2d0c1140432d /PRESUBMIT.py
parent777021dad3d2be28d25421052378cda74fd4b51f (diff)
downloadchromium_src-9c36d9274a3cb29ddd56636a6cbfec08ef4c0fba.zip
chromium_src-9c36d9274a3cb29ddd56636a6cbfec08ef4c0fba.tar.gz
chromium_src-9c36d9274a3cb29ddd56636a6cbfec08ef4c0fba.tar.bz2
[NaCl SDK] nacl_io: Add support for JavaScript handshake on exit
Without this _exit() can lose messages that are still in transit to JavaScript. Also, fix using_ppapi_simple example. Exclude native_client_sdk from PRESUBMIT check on stdout/stderr. The code here doesn't get built into chrome itself. BUG=337584 R=binji@chromium.org, maruel@chromium.org Review URL: https://codereview.chromium.org/152743004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258953 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index ced5de4..3e18813 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -906,6 +906,7 @@ def _CheckSpamLogging(input_api, output_api):
r"logging_native_handler\.cc$",
r"^content[\\\/]common[\\\/]gpu[\\\/]client[\\\/]"
r"gl_helper_benchmark\.cc$",
+ r"^native_client_sdk[\\\/]",
r"^remoting[\\\/]base[\\\/]logging\.h$",
r"^remoting[\\\/]host[\\\/].*",
r"^sandbox[\\\/]linux[\\\/].*",