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

Unified Diff: DEPS

Issue 9864005: Pull WebCore IDL via DEPS into all.deps checkout. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/deps/all.deps/
Patch Set: Created 8 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 5854)
+++ DEPS (working copy)
@@ -7,6 +7,8 @@
"co19_rev": "@164",
"co19_repo": "http://co19.googlecode.com/svn/trunk/co19/",
"chromium_url": "http://src.chromium.org/svn",
+ "webkit_url": "http://src.chromium.org/multivm/trunk/webkit",
Anton Muhin 2012/03/27 15:06:40 should we checkout from our fork or from main WebC
+ "webkit_rev": "@313",
}
deps = {
@@ -22,6 +24,9 @@
"dart/tests/co19/src":
Var("co19_repo") + "tests/co19/src" + Var("co19_rev"),
+
+ "dart/third_party/WebCore":
+ Var("webkit_url") + "/Source/WebCore" + Var("webkit_rev"),
}
deps_os = {
« 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