summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS13
1 files changed, 10 insertions, 3 deletions
diff --git a/DEPS b/DEPS
index f6c0f38..f59bef7 100644
--- a/DEPS
+++ b/DEPS
@@ -1,3 +1,10 @@
+vars = {
+ "webkit_trunk":
+ "http://svn.webkit.org/repository/webkit/trunk",
+ "webkit_revision": "40364",
+}
+
+
deps = {
"src/breakpad/src":
"http://google-breakpad.googlecode.com/svn/trunk/src@285",
@@ -21,13 +28,13 @@ deps = {
"http://v8.googlecode.com/svn/trunk@1181",
"src/webkit/data/layout_tests/LayoutTests":
- "http://svn.webkit.org/repository/webkit/trunk/LayoutTests@40364",
+ Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
"src/third_party/WebKit/WebKit":
- "http://svn.webkit.org/repository/webkit/trunk/WebKit@40364",
+ Var("webkit_trunk") + "/WebKit@" + Var("webkit_revision"),
"src/third_party/WebKit/WebKitLibraries":
- "http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries@40364",
+ Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
}