diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 17:06:39 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-13 17:06:39 +0000 |
commit | 44df75248693160a9e677690f0a51e9ba3ce3b32 (patch) | |
tree | d26c819608aff3fc005983b150e92c4c8fdd0653 /DEPS | |
parent | d8d173b710f77e333a8b944c7cb16acd994f303c (diff) | |
download | chromium_src-44df75248693160a9e677690f0a51e9ba3ce3b32.zip chromium_src-44df75248693160a9e677690f0a51e9ba3ce3b32.tar.gz chromium_src-44df75248693160a9e677690f0a51e9ba3ce3b32.tar.bz2 |
Update V8 dependency to pull V8 from the 1.2 branch.
This just switches V8 to the 1.2 branch. All the code is identical.
TBR=kasperl@chromium.org
Review URL: http://codereview.chromium.org/149543
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20498 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@546", "src/v8": - "http://v8.googlecode.com/svn/trunk@2445", + "http://v8.googlecode.com/svn/branches/1.2@2446", "src/third_party/skia": "http://skia.googlecode.com/svn/trunk@250", |