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

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

Issue 1154373005: Introduce WPTServe for running W3C Blink Layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: USE 127.0.0.1 as WPT host. Skip checking subdomains. Created 5 years, 6 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
Index: Tools/Scripts/webkitpy/thirdparty/README.chromium
diff --git a/Tools/Scripts/webkitpy/thirdparty/README.chromium b/Tools/Scripts/webkitpy/thirdparty/README.chromium
index 77c7bb4923f9d613aaadfd5c86d29ce06a51c060..7a6086f9366c66122255c8aefa5b993c265cc9aa 100644
--- a/Tools/Scripts/webkitpy/thirdparty/README.chromium
+++ b/Tools/Scripts/webkitpy/thirdparty/README.chromium
@@ -1,9 +1,9 @@
This directory contains sources from other projects.
-Code in this directory must document the license under which the source is being
+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
+license terms on the web (and add a note pointing here in the README file in
that directory).
Name: autopep8
@@ -67,3 +67,33 @@ Description: Used during presubmit checks and via lint-webkitpy and format-webki
overlap between pep8 and pylint, but pep8 catches a bunch of stylistic
issues that pylint doesn't (e.g., warning about blank lines, various whitespace issues, etc.).
Local Modifications: None
+
+Name: web-platform-tests - Test Suites for Web Platform specifications
+Short Name: wpt
+URL: https://github.com/w3c/web-platform-tests/
+Version: ?
+License: LICENSES FOR W3C TEST SUITES (http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html)
+License File: wpt/wpt/LICENSE
+Security Critical: no
+Description: Used to run all supported web-platform-tests as part of blink layout tests.
+Local Modifications: Removed all files except listed in wpt/WPTWhiteList
+
+Name: wpt-tools - Tools for Web Platform Tests
+Short Name: wpt-tools
+URL: https://github.com/w3c/wpt-tools
+Version: ?
+License: LICENSES FOR W3C TEST SUITES (http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html)
+License File: NOT_SHIPPED
+Security Critical: no
+Description: Used to run all supported web-platform-tests as part of blink layout tests.
+Local Modifications: Removed all files except listed in wpt/WPTWhiteList
+
+Name: wptserve - Web server designed for use with web-platform-tests
+Short Name: wptserve
+URL: https://github.com/w3c/wptserve
+Version: ?
+License: LICENSES FOR W3C TEST SUITES (http://www.w3.org/Consortium/Legal/2008/04-testsuite-copyright.html)
+License File: NOT_SHIPPED
+Security Critical: no
+Description: Used to run all supported web-platform-tests as part of blink layout tests.
+Local Modifications: Removed all files except listed in wpt/WPTWhiteList

Powered by Google App Engine
This is Rietveld 408576698