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

Unified Diff: Tools/Scripts/webkitpy/thirdparty/README.chromium

Issue 18418010: Check in the thirdparty libs needed for webkitpy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/Scripts/webkitpy/test/skip_unittest.py ('k') | Tools/Scripts/webkitpy/thirdparty/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/thirdparty/README.chromium
diff --git a/Tools/Scripts/webkitpy/thirdparty/README.chromium b/Tools/Scripts/webkitpy/thirdparty/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..6d4424f4b4fed3f66b4104aad30c8988ce9d8ab3
--- /dev/null
+++ b/Tools/Scripts/webkitpy/thirdparty/README.chromium
@@ -0,0 +1,138 @@
+This directory contains sources from other projects.
+
+Code in this directory must document the license under which the source is being
+used. If the source itself does not include a license header or file, create
+an entry in this file that refers to reliable documentation of the project's
+license terms on the web (and add a note pointing here in the README file in
+that directory).
+
+Name: BeautifulSoup - HTML parser
+Short Name: BeautifulSoup
+URL: http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2.1.tar.gz (?)
+Version: 3.2
+License: MIT
+License File: NOT_SHIPPED
+Security Critical: no
+Description: Used during the w3c import , other places
+Local Modifications: None
+
+Name: coverage - code coverage metrics for python
+Short Name: coverage
+URL: http://pypi.python.org/packages/source/c/coverage/coverage-3.5.1.tar.gz#md5=410d4c8155a4dab222f2bc51212d4a24
+Version: 3.5.1
+License: BSD
+License File: NOT_SHIPPED
+Security Critical: no
+Description: code coverage metrics gathering for test-webkitpy.
+Local Modifications: None
+
+Name: ircbot
+Short Name: ircbot
+URL: http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip
+Version: 0.4.8
+License: LGPLv2
+License File: NOT_SHIPPED
+Security Critical: no
+Description: Used to implement a simple IRC bot to check for updates
+Local Modifications: None
+
+Name: logilab/astng
+Short Name: logilab/astng
+URL: http://pypi.python.org/packages/source/l/logilab-astng/logilab-astng-0.24.1.tar.gz#md5=ddaf66e4d85714d9c47a46d4bed406de
+Version: 0.24.1
+License: GPL
+License File: NOT_SHIPPED
+Security Critical: no
+Description: Python parsing code required by pylint.
+Local Modifications: Deleted logilab/astng/test/ to save space.
+
+Name: logilab/common
+Short Name: logilab/common
+URL: http://pypi.python.org/packages/source/l/logilab-common/logilab-common-0.58.1.tar.gz#md5=77298ab2d8bb8b4af9219791e7cee8ce
+Version: 0.58.1
+License: GPL
+License File: NOT_SHIPPED
+Security Critical: no
+Description: Utility code required by pylint.
+Local Modifications: Deleted logilab/common/test/, *.bak to save space.
+
+Name: mechanize - web page browser / form manipulator
+Short Name: mechanize
+URL: http://pypi.python.org/packages/source/m/mechanize/mechanize-0.2.5.tar.gz
+Version: 0.2.5
+License: BSD
+License File: NOT_SHIPPED
+Security Critical: no
+Description: Used to update bug entries, etc.
+Local Modifications: None
+
+Name: mock.py
+Short Name: mock
+URL: http://www.voidspace.org.uk/python/mock/
+Version: 0.6.0
+License: BSD
+License File: NOT_SHIPPED
+Security Critical: no
+Description: used during testing for mock objects
+Local Modifications: None
+
+Name: mod_pywebsocket
+Short Name: mod_pywebsocket
+URL: https://code.google.com/p/pywebsocket/
+Version: 0.7.9 (?)
+License: BSD
+License File: NOT_SHIPPED
+Security Critical: no
+Description: used by run-webkit-tests and run-webkit-httpd to test web sockets
+Local Modifications: None
+
+Name: ordereddict
+Short Name: ordereddict
+URL: http://code.activestate.com/recipes/576669/
+Version: ?
+Date Modified: 2012-06-07
+License: BSD (?)
+License File: NOT_SHIPPED
+Security Critical: no
+Description: A backport of the OrderedDict implementation from Python 2.7
+Local Modifications: None (?)
+
+Name: pep8 - A Python style guide checker
+Short Name: pep8
+URL: http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b
+Version: 0.5.0
+License: MIT
+License File: NOT_SHIPPED
+Security Critical: no
+Description: Used during presubmit checks and via lint-webkitpy
+Local Modifications: None
+
+Name: pylint - python style guide and coding practices checker
+Short Name: pylint
+URL: http://pypi.python.org/packages/source/p/pylint/pylint-0.25.1.tar.gz#md5=728bbc2b339bc3749af013709a7f87a5
+Version: 0.25.1
+License: GPL
+License File: NOT_SHIPPED
+Security Critical: no
+Description: Used during presubmit checks and via lint-webkitpy. Requires logilab/common and logilab/astng as well.
+Local Modifications: Deleted pylint/test/ to save space.
+
+Name: unittest2 - A backport of python 2.7 unittest module for Python 2.6.
+Short Name: unittest2
+URL: http://pypi.python.org/packages/source/u/unittest2/unittest2-0.5.1.tar.gz#md5=a0af5cac92bbbfa0c3b0e99571390e0f
+Version: 0.5.1
+License: ASL
+License File: NOT_SHIPPED
+Security Critical: no
+Description: Used for all of the unit tests for webkitpy.
+Local Modifications: Deleted unittest2/test/ to save space.
+
+Name: webpagereplay - A system for capturing web pages for playback
+Short Name: webpagereplay
+URL: http://web-page-replay.googlecode.com/files/webpagereplay-1.1.2.tar.gz
+Version: 1.1.2
+License: ASL
+License File: NOT_SHIPPED
+Security Critical: no
+Description: Used for the perf tests for webkitpy and blink
+Local Modifications: None
« no previous file with comments | « Tools/Scripts/webkitpy/test/skip_unittest.py ('k') | Tools/Scripts/webkitpy/thirdparty/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698