diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 06:26:11 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 06:26:11 +0000 |
commit | 81058d3e2276e5f490660f55e185b46ab1b1f21b (patch) | |
tree | ea5b8d7bfae644d9b24fc04b765925a512165dfc /DEPS | |
parent | d02c41a8c1ddb5f7791e926c702485e8ea90c382 (diff) | |
download | chromium_src-81058d3e2276e5f490660f55e185b46ab1b1f21b.zip chromium_src-81058d3e2276e5f490660f55e185b46ab1b1f21b.tar.gz chromium_src-81058d3e2276e5f490660f55e185b46ab1b1f21b.tar.bz2 |
Update DEPS to pull V8 from V8 trunk. There was an accidental update
of DEPS to pull from bleeding_edge.
TBR=christian.plesner.hansen@gmail.com
Review URL: http://codereview.chromium.org/40212
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11099 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk", "src/v8": - "http://v8.googlecode.com/svn/branches/bleeding_edge", + "http://v8.googlecode.com/svn/trunk@1423", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |