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

Unified Diff: DEPS

Issue 2475001: ffmpeg delete source folder and use deps to pull in all content.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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 | « no previous file | third_party/ffmpeg/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 48686)
+++ DEPS (working copy)
@@ -2,7 +2,7 @@
"webkit_trunk":
"http://svn.webkit.org/repository/webkit/trunk",
"webkit_revision": "60469",
- "ffmpeg_revision": "47712",
+ "ffmpeg_revision": "48686",
"skia_revision": "562",
"chromium_git": "http://src.chromium.org/git",
"swig_revision": "40423",
@@ -139,8 +139,8 @@
"src/third_party/swig/Lib":
"/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
- "src/third_party/ffmpeg/source/patched-ffmpeg-mt":
- "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" +
+ "src/third_party/ffmpeg":
+ "/trunk/deps/third_party/ffmpeg/source@" +
Var("ffmpeg_revision"),
"src/third_party/libvpx/include":
« no previous file with comments | « no previous file | third_party/ffmpeg/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698