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

Side by Side Diff: Tools/Scripts/webkitpy/thirdparty/README.chromium

Issue 467133003: Remove webkitpy.thirdparty.mock, webkitpy.common.webkitunittest. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
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
(...skipping 18 matching lines...) Expand all
29 Name: ircbot 29 Name: ircbot
30 Short 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 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 32 Version: 0.4.8
33 License: LGPLv2 33 License: LGPLv2
34 License File: NOT_SHIPPED 34 License File: NOT_SHIPPED
35 Security Critical: no 35 Security Critical: no
36 Description: Used to implement a simple IRC bot to check for updates 36 Description: Used to implement a simple IRC bot to check for updates
37 Local Modifications: None 37 Local Modifications: None
38 38
39 Name: mock.py
40 Short Name: mock
41 URL: http://www.voidspace.org.uk/python/mock/
42 Version: 0.6.0
43 License: BSD
44 License File: NOT_SHIPPED
45 Security Critical: no
46 Description: used during testing for mock objects
47 Local Modifications: None
48
49 Name: mod_pywebsocket 39 Name: mod_pywebsocket
50 Short Name: mod_pywebsocket 40 Short Name: mod_pywebsocket
51 URL: https://code.google.com/p/pywebsocket/ 41 URL: https://code.google.com/p/pywebsocket/
52 Version: 0.7.9 (?) 42 Version: 0.7.9 (?)
53 License: BSD 43 License: BSD
54 License File: NOT_SHIPPED 44 License File: NOT_SHIPPED
55 Security Critical: no 45 Security Critical: no
56 Description: used by run-webkit-tests and run-webkit-httpd to test web sockets 46 Description: used by run-webkit-tests and run-webkit-httpd to test web sockets
57 Local Modifications: None 47 Local Modifications: None
58 48
59 Name: pep8 - A Python style guide checker 49 Name: pep8 - A Python style guide checker
60 Short Name: pep8 50 Short Name: pep8
61 URL: http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818 af9979290cd619cce8e9c2e2b 51 URL: http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818 af9979290cd619cce8e9c2e2b
62 Version: 0.5.0 52 Version: 0.5.0
63 License: MIT 53 License: MIT
64 License File: NOT_SHIPPED 54 License File: NOT_SHIPPED
65 Security Critical: no 55 Security Critical: no
66 Description: Used during presubmit checks and via lint-webkitpy. There is 56 Description: Used during presubmit checks and via lint-webkitpy. There is
67 overlap between pep8 and pylint, but pep8 catches a bunch of stylistic 57 overlap between pep8 and pylint, but pep8 catches a bunch of stylistic
68 issues that pylint doesn't (e.g., warning about blank lines, various whi tespace issues, etc.). 58 issues that pylint doesn't (e.g., warning about blank lines, various whi tespace issues, etc.).
69 Local Modifications: None 59 Local Modifications: None
OLDNEW
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/base_unittest.py ('k') | Tools/Scripts/webkitpy/thirdparty/mock.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698