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

Unified Diff: DEPS

Issue 2093007: Chromium side changes for enabling VP8 and WebM support. (Closed)
Patch Set: Final fixes Created 10 years, 7 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 | « .gitignore ('k') | media/filters/ffmpeg_demuxer.cc » ('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 ebda7505814f0dd28c519a4e171404a19cb0860c..3c08c4e38ae3d9db3eb21d91eebc94dc18eb5346 100644
--- a/DEPS
+++ b/DEPS
@@ -2,11 +2,12 @@ vars = {
"webkit_trunk":
"http://svn.webkit.org/repository/webkit/trunk",
"webkit_revision": "59762",
- "ffmpeg_revision": "46128",
+ "ffmpeg_revision": "47712",
"skia_revision": "562",
"chromium_git": "http://src.chromium.org/git",
"swig_revision": "40423",
"nacl_revision": "2235",
+ "libvpx_revision": "47701",
}
deps = {
@@ -142,6 +143,10 @@ deps = {
"/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" +
Var("ffmpeg_revision"),
+ "src/third_party/libvpx":
+ "/trunk/deps/third_party/libvpx@" +
+ Var("libvpx_revision"),
+
"src/third_party/ppapi":
"http://ppapi.googlecode.com/svn/trunk@44",
}
« no previous file with comments | « .gitignore ('k') | media/filters/ffmpeg_demuxer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698