summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/PRESUBMIT.py
diff options
context:
space:
mode:
authorsbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-31 18:11:52 +0000
committersbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-31 18:11:52 +0000
commitfe381f5b794ecfcea8129b09adc62be59d16af11 (patch)
tree344a77d45196eec997d11479908633db084a434f /native_client_sdk/PRESUBMIT.py
parent012205d7d6c9779431833dbd415d1ef46633ccbe (diff)
downloadchromium_src-fe381f5b794ecfcea8129b09adc62be59d16af11.zip
chromium_src-fe381f5b794ecfcea8129b09adc62be59d16af11.tar.gz
chromium_src-fe381f5b794ecfcea8129b09adc62be59d16af11.tar.bz2
[NaCL SDK] Roll naclports revision.
Roll naclports 850 -> 954. This fixes the accidental include of the supplemental newlib headers in the ports bundle. Most of the changes in the range we are pulling in are unrelated to the ports that we ship. A lot of them are build script related and adding of new ports. The revisions of interest are: 949 - Add port of lua 5.2 and use it in lua_ppapi example. 948 - Fix accidental modification of top level sdklibs target. The former changes the default lua version from 5.1 to 5.2 which means we will now be shipping liblua 5.2 in the SDK. The latter removes the accidentally included headers which actually fixes bug 313403. R=binji@chromium.org, binji BUG=313403 Review URL: https://codereview.chromium.org/52713007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232167 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/PRESUBMIT.py')
-rw-r--r--native_client_sdk/PRESUBMIT.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/native_client_sdk/PRESUBMIT.py b/native_client_sdk/PRESUBMIT.py
index 93e7ad7..d219be3 100644
--- a/native_client_sdk/PRESUBMIT.py
+++ b/native_client_sdk/PRESUBMIT.py
@@ -22,6 +22,7 @@ def CommonChecks(input_api, output_api):
r'src[\\\/]build_tools[\\\/]tests[\\\/].*',
r'src[\\\/]build_tools[\\\/]sdk_tools[\\\/]third_party[\\\/].*',
r'src[\\\/]doc[\\\/]*',
+ r'src[\\\/]gonacl_appengine[\\\/]*',
]
canned = input_api.canned_checks
output.extend(canned.RunPylint(input_api, output_api, black_list=black_list,