Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: DEPS

Issue 6128009: Pulling in newer gyp, nacl, and breakpad to bring together stronger gyp warni... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698