summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/PRESUBMIT.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Presubmit API is built into depot_tools.tfarina2015-01-311-3/+3
| | | | | | | | | | | | | Not in gcl, which probably these days nobody working on Chromium uses. BUG=None R=maruel@chromium.org TBR=maruel@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/887033002 Cr-Commit-Position: refs/heads/master@{#314039}
* [NaCl SDK] Disable relative import python presubmit warnings.binji2014-12-181-0/+1
| | | | | | | | | | | The CQ fails otherwise. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/813143002 Cr-Commit-Position: refs/heads/master@{#309102}
* Update masters after the tryserver split.sergeyberezin@chromium.org2014-07-261-1/+5
| | | | | | | | | | | Also replace deprecated linux_chromium_rel with linux_chromium_rel_swarming, while I'm at it. R=agable@chromium.org, maruel@chromium.org BUG=395196 Review URL: https://codereview.chromium.org/415323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285752 0039d316-1c4b-4281-b951-d872f2087c98
* Convert most Chromium presubmit files to use new ↵phajdan.jr@chromium.org2014-03-111-9/+11
| | | | | | | | | | | multiple-tryserver-compatible protocol BUG=334892 R=maruel@chromium.org Review URL: https://codereview.chromium.org/194903007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256318 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCL SDK] Roll naclports revision.sbc@chromium.org2013-10-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* [NaCl SDK] Add the new build-only SDK bots to the default set.sbc@chromium.org2013-10-091-1/+8
| | | | | | | | | | | | | This will allow us to get some metrics on their timings and flakiness before trying the move them onto the main waterfall. BUG=302579 R=noelallen@chromium.org Review URL: https://codereview.chromium.org/26692003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227788 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl docs] Initial commit of the new docs infrastructure into Chromium.eliben@chromium.org2013-08-301-0/+1
| | | | | | | | | | | | This reflects the current state of master in https://github.com/eliben/nacl-docs-rst BUG=None R=binji@chromium.org Review URL: https://codereview.chromium.org/23835002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220672 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Refactor sdk_update*.binji@chromium.org2012-10-301-1/+4
| | | | | | | | | | | | Still need to add tests and documentation, but this CL is getting large already. BUG=156766 R=sbc@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/11228013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164998 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Fix PRESUBMIT.py on Windows.binji@chromium.org2012-10-031-3/+1
| | | | | | | | | | | | | | The blacklist on the test directory didn't check for Windows paths. BUG=none R=sbc@chromium.org TBR=binji@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11048024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159965 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Use chromium trybots when making changes to native_client_sdk.binji@chromium.org2012-09-191-0/+4
| | | | | | | | | | | | | Also made change to top-level PRESUBMIT.py to prevent testing default bots when change is only in native_client_sdk. BUG=none R=noelallen@chromium.org Review URL: https://chromiumcodereview.appspot.com/10919303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157653 0039d316-1c4b-4281-b951-d872f2087c98
* fix pylint warningssbc@chromium.org2012-09-101-16/+5
| | | | | | | | | BUG= Review URL: https://chromiumcodereview.appspot.com/10910101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155820 0039d316-1c4b-4281-b951-d872f2087c98
* add PRESUBMIT for native_client_sdk.sbc@chromium.org2012-09-041-0/+46
Currently just does pylint. Fix many obvious lint errors (but not all by any means). BUG= Review URL: https://chromiumcodereview.appspot.com/10868089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154856 0039d316-1c4b-4281-b951-d872f2087c98