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

Unified Diff: DEPS

Issue 4365002: Revert 64923 - pull in full libvpx tree from deps to include license... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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
===================================================================
--- DEPS (revision 64926)
+++ DEPS (working copy)
@@ -163,14 +163,17 @@
"src/third_party/swig/Lib":
"/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
- "src/third_party/libvpx":
- "/trunk/deps/third_party/libvpx@" +
- Var("libvpx_revision"),
-
"src/third_party/ffmpeg":
"/trunk/deps/third_party/ffmpeg/source@" +
Var("ffmpeg_revision"),
+ "src/third_party/libvpx/include":
+ "/trunk/deps/third_party/libvpx/include@" +
+ Var("libvpx_revision"),
+ "src/third_party/libvpx/lib":
+ "/trunk/deps/third_party/libvpx/lib@" +
+ Var("libvpx_revision"),
+
"src/third_party/libjingle/source":
(Var("googlecode_url") % "libjingle") + "/trunk@" +
Var("libjingle_revision"),
« 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