diff options
author | piman@google.com <piman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 01:25:10 +0000 |
---|---|---|
committer | piman@google.com <piman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 01:25:10 +0000 |
commit | 002e57de08c7d0a1106145f2ff9de66ce65cefb0 (patch) | |
tree | 477dba8a2ee44e7cff8868465ede7e62f69fe8ac /o3d | |
parent | 542f5d87839b13a547337d84611641641cab55d6 (diff) | |
download | chromium_src-002e57de08c7d0a1106145f2ff9de66ce65cefb0.zip chromium_src-002e57de08c7d0a1106145f2ff9de66ce65cefb0.tar.gz chromium_src-002e57de08c7d0a1106145f2ff9de66ce65cefb0.tar.bz2 |
Update v8 to 1.3.2, same as chrome. That version has a fix for Linux.
Review URL: http://codereview.chromium.org/164035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/DEPS | 4 | ||||
-rw-r--r-- | o3d/DEPS_gyp | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -8,7 +8,7 @@ vars = { "gtest_rev": "267", "gflags_rev": "30", "breakpad_rev": "346", - "v8_rev": "2507", + "v8_rev": "2624", } deps = { @@ -70,7 +70,7 @@ deps = { "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/zlib@" + Var("o3d_code_rev"), "o3d/third_party/v8": - "http://v8.googlecode.com/svn/branches/1.2@" + Var("v8_rev"), + "http://v8.googlecode.com/svn/trunk@" + Var("v8_rev"), # NACL has to be in this weird directory because it looks for # googleclient two levels above it. diff --git a/o3d/DEPS_gyp b/o3d/DEPS_gyp index 404768b..a68b921 100644 --- a/o3d/DEPS_gyp +++ b/o3d/DEPS_gyp @@ -8,7 +8,7 @@ vars = { "gtest_rev": "267", "gflags_rev": "30", "breakpad_rev": "346", - "v8_rev": "2507", + "v8_rev": "2624", "icu38_rev": "20192", } @@ -76,7 +76,7 @@ deps = { Var("chromium_trunk") + "/src/third_party/zlib@" + Var("chromium_rev"), "v8": - "http://v8.googlecode.com/svn/branches/1.2@" + Var("v8_rev"), + "http://v8.googlecode.com/svn/trunk@" + Var("v8_rev"), "testing": Var("chromium_trunk") + "/src/testing@" + Var("chromium_rev"), |