Commit 01470cc1 authored by dpranke@chromium.org's avatar dpranke@chromium.org

Add initial dependencies on the w3c test repos (no tests yet).

This change pulls in the w3c's test repos so that we can start running
the tests in Blink. The initial change just pulls in versions that
are empty, so we will clone the repos but not actually run any tests;
this can be used for local testing and development and is a minor
incremental step as the process for importing tests is worked out and
polished. A subsequent change will start pulling in revisions
with selected subdirectories populated.

R=ojan@chromium.org, abarth@chromium.org
BUG=242329

Review URL: https://codereview.chromium.org/107503004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242145 0039d316-1c4b-4281-b951-d872f2087c98
parent 6de6d7fe
...@@ -89,6 +89,14 @@ deps = { ...@@ -89,6 +89,14 @@ deps = {
"src/third_party/WebKit": "src/third_party/WebKit":
Var("webkit_trunk") + "@" + Var("webkit_revision"), Var("webkit_trunk") + "@" + Var("webkit_revision"),
"src/third_party/WebKit/LayoutTests/w3c/web-platform-tests":
Var("chromium_git") +
"/external/w3c/web-platform-tests.git@35a9c0f1348052303a03523781c26ca98572ffa7",
"src/third_party/WebKit/LayoutTests/w3c/csswg-test":
Var("chromium_git") +
"/external/w3c/csswg-test.git@8c415e3215a203fa3a22dbdd1799279fdf44c81e",
"src/third_party/icu": "src/third_party/icu":
"/trunk/deps/third_party/icu46@241739", "/trunk/deps/third_party/icu46@241739",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment