Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Side by Side Diff: sky/tools/webkitpy/thirdparty/README.chromium

Issue 946753002: Delete a bunch of dead python code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sky/tools/webkit-patch ('k') | sky/tools/webkitpy/thirdparty/coverage/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This directory contains sources from other projects. 1 This directory contains sources from other projects.
2 2
3 Code in this directory must document the license under which the source is being 3 Code in this directory must document the license under which the source is being
4 used. If the source itself does not include a license header or file, create 4 used. If the source itself does not include a license header or file, create
5 an entry in this file that refers to reliable documentation of the project's 5 an entry in this file that refers to reliable documentation of the project's
6 license terms on the web (and add a note pointing here in the README file in 6 license terms on the web (and add a note pointing here in the README file in
7 that directory). 7 that directory).
8 8
9 Name: BeautifulSoup - HTML parser 9 Name: BeautifulSoup - HTML parser
10 Short Name: BeautifulSoup 10 Short Name: BeautifulSoup
11 URL: http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2 .1.tar.gz (?) 11 URL: http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2 .1.tar.gz (?)
12 Version: 3.2 12 Version: 3.2
13 License: MIT 13 License: MIT
14 License File: NOT_SHIPPED 14 License File: NOT_SHIPPED
15 Security Critical: no 15 Security Critical: no
16 Description: Used during the w3c import, other places 16 Description: Used during the w3c import, other places
17 Local Modifications: None 17 Local Modifications: None
18 18
19 Name: coverage - code coverage metrics for python
20 Short Name: coverage
21 URL: http://pypi.python.org/packages/source/c/coverage/coverage-3.5.1.tar.gz#md5 =410d4c8155a4dab222f2bc51212d4a24
22 Version: 3.5.1
23 License: BSD
24 License File: NOT_SHIPPED
25 Security Critical: no
26 Description: code coverage metrics gathering for test-webkitpy.
27 Local Modifications: None
28
29 Name: ircbot
30 Short Name: ircbot
31 URL: http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/ python-irclib-0.4.8.zip
32 Version: 0.4.8
33 License: LGPLv2
34 License File: NOT_SHIPPED
35 Security Critical: no
36 Description: Used to implement a simple IRC bot to check for updates
37 Local Modifications: None
38
39 Name: mod_pywebsocket
40 Short Name: mod_pywebsocket
41 URL: https://code.google.com/p/pywebsocket/
42 Version: 0.7.9 (?)
43 License: BSD
44 License File: NOT_SHIPPED
45 Security Critical: no
46 Description: used by run-webkit-tests and run-webkit-httpd to test web sockets
47 Local Modifications: None
48
49 Name: pep8 - A Python style guide checker 19 Name: pep8 - A Python style guide checker
50 Short Name: pep8 20 Short Name: pep8
51 URL: http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818 af9979290cd619cce8e9c2e2b 21 URL: http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818 af9979290cd619cce8e9c2e2b
52 Version: 0.5.0 22 Version: 0.5.0
53 License: MIT 23 License: MIT
54 License File: NOT_SHIPPED 24 License File: NOT_SHIPPED
55 Security Critical: no 25 Security Critical: no
56 Description: Used during presubmit checks and via lint-webkitpy. There is 26 Description: Used during presubmit checks and via lint-webkitpy. There is
57 overlap between pep8 and pylint, but pep8 catches a bunch of stylistic 27 overlap between pep8 and pylint, but pep8 catches a bunch of stylistic
58 issues that pylint doesn't (e.g., warning about blank lines, various whi tespace issues, etc.). 28 issues that pylint doesn't (e.g., warning about blank lines, various whi tespace issues, etc.).
59 Local Modifications: None 29 Local Modifications: None
OLDNEW
« no previous file with comments | « sky/tools/webkit-patch ('k') | sky/tools/webkitpy/thirdparty/coverage/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698