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

Unified Diff: DEPS

Issue 107503004: Add initial dependencies on the w3c test repos (no tests yet). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix trailing whitespace Created 7 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index bd32a48bb9ebb10076ecb814135e703bd2ae3bc1..f89d279eae0d09228b7bd7457a79a0a659cc46d1 100644
--- a/DEPS
+++ b/DEPS
@@ -89,6 +89,14 @@ deps = {
"src/third_party/WebKit":
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":
"/trunk/deps/third_party/icu46@241739",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698