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

Unified Diff: DEPS

Issue 8772041: Remove deprecated TabContentsDelegate::OpenURLFromTab variant (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years 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 | base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"),
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698