summaryrefslogtreecommitdiffstats
path: root/third_party/ply
Commit message (Collapse)AuthorAgeFilesLines
* Add a license for third_party/ply/__init__.py.thestig2014-12-163-1/+74
| | | | | | Review URL: https://codereview.chromium.org/810633002 Cr-Commit-Position: refs/heads/master@{#308674}
* Undo r175006rlarocque@chromium.org2013-01-033-0/+0
| | | | | | | | | | | | | | Setting the executable bits on these files causes the check_perms script to fail. We need to either add a shebang line to these files or add an exception to the script before setting +x. Review URL for r175006: https://codereview.chromium.org/11748021 TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/11737023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175022 0039d316-1c4b-4281-b951-d872f2087c98
* .py files need to have svn:executable set for proper operation on cygwin.pkasting@chromium.org2013-01-033-0/+0
| | | | | | | | | BUG=none TEST=none TBR=steveblock Review URL: https://codereview.chromium.org/11748021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175006 0039d316-1c4b-4281-b951-d872f2087c98
* Make 'License' field in third-party metadata requiredsteveblock@chromium.org2012-08-011-0/+3
| | | | | | | | | | | | | | | | This will simplify the addition of a tool to check licenses for the purpose of the Android WebView build. See also http://codereview.chromium.org/10827099 Also adds other missing fields to these README.chromium files as required by presubmit checks and fixes a regex used to enforce this. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10821103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149423 0039d316-1c4b-4281-b951-d872f2087c98
* Add PLY (Python Lex Yacc)noelallen@google.com2011-03-146-0/+4657
Add third party python library PLY. This CL contains unmodified soruces for lex.py, yacc.py, __init__.py and README. LICENSE is a copy of the license from the README and README.chromium describes the changes. BUG=74978 TEST=none Review URL: http://codereview.chromium.org/6673006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78122 0039d316-1c4b-4281-b951-d872f2087c98