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

Unified Diff: DEPS

Issue 410803002: Add a DEPS file to Blink to control the revisions of the w3c test repos. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add .gitignore entries for the new locations Created 6 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 | « .gitignore ('k') | 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
new file mode 100644
index 0000000000000000000000000000000000000000..b18853b4b2fd95c8e342e8ebbbf44b1e59005a95
--- /dev/null
+++ b/DEPS
@@ -0,0 +1,17 @@
+vars = {
+ "chromium_git": "https://chromium.googlesource.com",
+}
+
+deps = {
+ # FIXME, for now we checkout out these repos at empty revisions so that
+ # we don't run any tests in them.
+ # Once we can drop the repos pulled in directly through Chromium's src/DEPS,
+ # we can move to r6bed4516fe8522d65512c76ef02e4f0ae8234395.
+ "src/third_party/WebKit/LayoutTests/third_party/web-platform-tests":
+ Var("chromium_git") +
+ "/external/w3c/web-platform-tests.git@35a9c0f1348052303a03523781c26ca98572ffa7",
+
+ "src/third_party/WebKit/LayoutTests/third_party/csswg-test":
+ Var("chromium_git") +
+ "/external/w3c/csswg-test.git@bacbb4a8dca702cd86646761fde96793db13d4f1",
+}
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698