diff options
author | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-23 09:37:05 +0000 |
---|---|---|
committer | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-23 09:37:05 +0000 |
commit | 7238802b9c33431d88821cc68abfc725596d4a77 (patch) | |
tree | 3be87ff741295ee6c9b7c25247fe771ab684d2a5 /DEPS | |
parent | 5175208bcd1429e9944ee58b12220cf66c5ba975 (diff) | |
download | chromium_src-7238802b9c33431d88821cc68abfc725596d4a77.zip chromium_src-7238802b9c33431d88821cc68abfc725596d4a77.tar.gz chromium_src-7238802b9c33431d88821cc68abfc725596d4a77.tar.bz2 |
Roll V8 DEPS for V 1.2.0.
This changes the V8 debugger API, and needs http://codereview.chromium.org/87022 and
http://codereview.chromium.org/93009 to land to build.
Review URL: http://codereview.chromium.org/92069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14293 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@436", "src/v8": - "http://v8.googlecode.com/svn/trunk@1768", + "http://v8.googlecode.com/svn/trunk@1781", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |