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

Unified Diff: DEPS

Issue 191553002: Switch FFmpeg from svn/git-svn translation to using git directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add deps2git roll. Created 6 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 | no next file » | 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 b4c8af22b27a9dd607505ecfae8959208ac586b7..e74f81f354c7dfd0e2be8583447dcba858b619be 100644
--- a/DEPS
+++ b/DEPS
@@ -42,12 +42,6 @@ vars = {
"libphonenumber_revision": "621",
"libvpx_revision": "269083",
"lss_revision": "26",
-
- # These two FFmpeg variables must be updated together. One is used for SVN
- # checkouts and the other for Git checkouts.
- "ffmpeg_revision": "270146",
- "ffmpeg_hash": "d3a060bd1d6a4f43e9bc7d07f193b0513df4f244",
-
"sfntly_revision": "228",
"lighttpd_revision": "33737",
"skia_revision": "14744",
@@ -218,8 +212,8 @@ deps = {
Var("libvpx_revision"),
"src/third_party/ffmpeg":
- "/trunk/deps/third_party/ffmpeg@" +
- Var("ffmpeg_revision"),
+ Var("chromium_git") +
+ "/chromium/third_party/ffmpeg.git@d3a060bd1d6a4f43e9bc7d07f193b0513df4f244",
borenet 2014/05/15 20:14:58 You might consider leaving the "ffmpeg_revision" v
"src/third_party/libjingle/source/talk":
(Var("googlecode_url") % "webrtc") + "/trunk/talk@" +
@@ -289,7 +283,7 @@ deps = {
Var("libphonenumber_revision"),
"src/tools/deps2git":
- "/trunk/tools/deps2git@262731",
+ "/trunk/tools/deps2git@270777",
"src/third_party/clang_format/script":
Var("llvm_url") + "/cfe/trunk/tools/clang-format@206068",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698