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