diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-03 16:45:13 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-03 16:45:13 +0000 |
commit | a1161f1fc8110bbf434253d5790f306e74027f8d (patch) | |
tree | 86d38fc2cb062b7e433b959efc7780dcc9b5306d /DEPS | |
parent | 5f4b0da9e623ee9fab3eb75458a064b1c355ba0d (diff) | |
download | chromium_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-- | DEPS | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -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"), |