summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-03 16:45:13 +0000
committerfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-03 16:45:13 +0000
commita1161f1fc8110bbf434253d5790f306e74027f8d (patch)
tree86d38fc2cb062b7e433b959efc7780dcc9b5306d /DEPS
parent5f4b0da9e623ee9fab3eb75458a064b1c355ba0d (diff)
downloadchromium_src-a1161f1fc8110bbf434253d5790f306e74027f8d.zip
chromium_src-a1161f1fc8110bbf434253d5790f306e74027f8d.tar.gz
chromium_src-a1161f1fc8110bbf434253d5790f306e74027f8d.tar.bz2
pull in full libvpx tree from deps to include license
BUG=55165 TEST=tools/licenses.py Review URL: http://codereview.chromium.org/4345001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64923 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS11
1 files changed, 4 insertions, 7 deletions
diff --git a/DEPS b/DEPS
index e815cb3..b21b31a 100644
--- a/DEPS
+++ b/DEPS
@@ -163,17 +163,14 @@ deps = {
"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"),