| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 845051299931a1edbddbf55eec1d17107f5396b0..187881ece3e3ea6dc570ee9a2d446031e138f79a 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -141,6 +141,13 @@ deps_os = {
|
| "src/third_party/xdg-utils":
|
| "/trunk/deps/third_party/xdg-utils@29103",
|
|
|
| + "src/third_party/yasm/source/patched-yasm":
|
| + "/trunk/deps/third_party/yasm/patched-yasm@29937",
|
| +
|
| + "src/third_party/ffmpeg/source/patched-ffmpeg-mt":
|
| + "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" +
|
| + Var("ffmpeg_revision"),
|
| +
|
| "src/third_party/ffmpeg/binaries/chromium/linux/ia32":
|
| "/trunk/deps/third_party/ffmpeg/binaries/linux@" +
|
| Var("ffmpeg_revision"),
|
|
|