summaryrefslogtreecommitdiffstats
path: root/media/DEPS
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-06 01:29:23 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-06 01:29:23 +0000
commit939326688f766fd4a14af9df3beb613c302702a3 (patch)
tree1db54375dd08f9ac48d2b01e14bb5b323101e77e /media/DEPS
parentf093af6779204215d3eb99cc1c1fff5671798342 (diff)
downloadchromium_src-939326688f766fd4a14af9df3beb613c302702a3.zip
chromium_src-939326688f766fd4a14af9df3beb613c302702a3.tar.gz
chromium_src-939326688f766fd4a14af9df3beb613c302702a3.tar.bz2
Change ffmpeg.gyp over to use generate_stubs.py.
Also reimplement media_posix.cc to call into the generated stub functions instead of having its own hacked together version. Review URL: http://codereview.chromium.org/118046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/DEPS')
-rw-r--r--media/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/DEPS b/media/DEPS
index 2b2d7d8..3d2daa9 100644
--- a/media/DEPS
+++ b/media/DEPS
@@ -1,3 +1,3 @@
include_rules = [
- "+third_party/ffmpeg/include",
+ "+third_party/ffmpeg",
]