| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 5cf0c222e5c9d127fb502121219c1d0fce6107cd..2ca85536d80d3430d89a199fc58ea5586b1179c7 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -5,7 +5,7 @@ vars = {
|
| "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
|
| "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
|
| "nacl_trunk": "http://src.chromium.org/native_client/trunk",
|
| - "webkit_revision": "101748",
|
| + "webkit_revision": "101778",
|
| "chromium_git": "http://git.chromium.org/git",
|
| "swig_revision": "69281",
|
| "nacl_revision": "7300",
|
| @@ -34,11 +34,11 @@ vars = {
|
| "libvpx_revision": "109236",
|
| "ffmpeg_revision": "112050",
|
| "sfntly_revision": "98",
|
| - "skia_revision": "2765",
|
| + "skia_revision": "2785",
|
| # Three lines of non-changing comments so that
|
| # the commit queue can handle CLs rolling Skia
|
| # and V8 without interference from each other.
|
| - "v8_revision": "10089",
|
| + "v8_revision": "10136",
|
| "webrtc_revision": "1027",
|
| "jsoncpp_revision": "246",
|
| }
|
| @@ -104,7 +104,7 @@ deps = {
|
| (Var("googlecode_url") % "gyp") + "/trunk@1101",
|
|
|
| "src/v8":
|
| - (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
|
| + (Var("googlecode_url") % "v8") + "/branches/3.7@" + Var("v8_revision"),
|
|
|
| "src/native_client":
|
| Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
|
|
|