From 460793842ff5ab6e620fcc0c169a3b386aaa0740 Mon Sep 17 00:00:00 2001
From: "rafaelw@chromium.org"
 <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Wed, 3 Nov 2010 16:58:24 +0000
Subject: 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
---
 DEPS | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

(limited to 'DEPS')

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"),
-- 
cgit v1.1