diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-30 18:34:48 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-30 18:34:48 +0000 |
commit | e85f2fd2407c1c03c3647a8365e941e7df40b707 (patch) | |
tree | a4d3e061738a519387007b9450ef525a717a5727 /DEPS | |
parent | 3a00901d0029291c99b3dec9e452f75d6889d5f6 (diff) | |
download | chromium_src-e85f2fd2407c1c03c3647a8365e941e7df40b707.zip chromium_src-e85f2fd2407c1c03c3647a8365e941e7df40b707.tar.gz chromium_src-e85f2fd2407c1c03c3647a8365e941e7df40b707.tar.bz2 |
Reverting 8969.
Review URL: http://codereview.chromium.org/19507
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8970 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -1,10 +1,3 @@ -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", @@ -28,13 +21,13 @@ deps = { "http://v8.googlecode.com/svn/trunk@1181", "src/webkit/data/layout_tests/LayoutTests": - Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), + "http://svn.webkit.org/repository/webkit/trunk/LayoutTests@40364", "src/third_party/WebKit/WebKit": - Var("webkit_trunk") + "/WebKit@" + Var("webkit_revision"), + "http://svn.webkit.org/repository/webkit/trunk/WebKit@40364", "src/third_party/WebKit/WebKitLibraries": - Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), + "http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries@40364", } |