Chromium Code Reviews| Index: DEPS |
| =================================================================== |
| --- DEPS (revision 71070) |
| +++ DEPS (working copy) |
| @@ -1,14 +1,14 @@ |
| vars = { |
| # Use this googlecode_url variable only if there is an internal mirror for it. |
| # If you do not know, use the full path while defining your new deps entry. |
| - "googlecode_url": "http://%s.googlecode.com/svn", |
| + "googlecode_url": "https://%s.googlecode.com/svn", |
|
M-A Ruel
2011/01/12 01:48:28
why https?
|
| "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
| "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
| "webkit_revision": "75509", |
| "skia_revision": "673", |
| "chromium_git": "http://git.chromium.org/git", |
| "swig_revision": "69281", |
| - "nacl_revision": "4085", |
| + "nacl_revision": "4113", |
| "libjingle_revision": "50", |
| "libvpx_revision": "65287", |
| "ffmpeg_revision": "70984", |
| @@ -16,7 +16,7 @@ |
| deps = { |
| "src/breakpad/src": |
| - (Var("googlecode_url") % "google-breakpad") + "/trunk/src@734", |
| + (Var("googlecode_url") % "google-breakpad") + "/trunk/src@750", |
| "src/build/util/support": |
| "/trunk/deps/support@20411", |
| @@ -55,7 +55,7 @@ |
| (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@67", |
| "src/tools/gyp": |
| - (Var("googlecode_url") % "gyp") + "/trunk@857", |
| + (Var("googlecode_url") % "gyp") + "/trunk@874", |
| "src/v8": |
| (Var("googlecode_url") % "v8") + "/trunk@6238", |