diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 07:24:14 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 07:24:14 +0000 |
commit | 000527f01885912581e737c880121b12fe315c30 (patch) | |
tree | 5a88e5c04926887519a7b57980b1191522f3a021 /DEPS | |
parent | 97c42bcfb8716844d3e3cf048cc7ae52e3b38fc9 (diff) | |
download | chromium_src-000527f01885912581e737c880121b12fe315c30.zip chromium_src-000527f01885912581e737c880121b12fe315c30.tar.gz chromium_src-000527f01885912581e737c880121b12fe315c30.tar.bz2 |
Update V8 to version 1.0.2.
This removes JSCRE from V8 and I have made the corresponding changes
to the xcode project.
Review URL: http://codereview.chromium.org/27199
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10594 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/trunk@1266", + "http://v8.googlecode.com/svn/trunk@1370", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |