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

Unified Diff: DEPS

Issue 7621013: Roll in ffmpeg, libvpx and gyp to build libvpx on ARM (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | remoting/remoting.gyp » ('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 113c636f572941e15165bf389675a43e7c24b9f6..b3dbc46f329d453f71efa4447f566b0080ca7975 100644
--- a/DEPS
+++ b/DEPS
@@ -19,8 +19,8 @@ vars = {
"nacl_chrome_ppapi_revision": "93797", # native_client/DEPS: chrome_ppapi_rev
"nacl_tools_revision": "5360", # native_client/DEPS: tools_rev
"libjingle_revision": "77",
- "libvpx_revision": "90416",
- "ffmpeg_revision": "96257",
+ "libvpx_revision": "96377",
+ "ffmpeg_revision": "96373",
"sfntly_revision": "43",
"skia_revision": "2088",
"v8_revision": "8765",
@@ -86,7 +86,7 @@ deps = {
(Var("googlecode_url") % "snappy") + "/trunk@37",
"src/tools/gyp":
- (Var("googlecode_url") % "gyp") + "/trunk@989",
+ (Var("googlecode_url") % "gyp") + "/trunk@990",
"src/v8":
(Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
« no previous file with comments | « no previous file | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698