diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-09 23:02:18 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-09 23:02:18 +0000 |
commit | 858df77725dd21cd8e2a970c49a8570a86eda09c (patch) | |
tree | 7f769f51d800278ee662c7b12a7316c9b1a328fb /media/DEPS | |
parent | 729f4f485be2a7a4797073ce6ae594c56dde01c8 (diff) | |
download | chromium_src-858df77725dd21cd8e2a970c49a8570a86eda09c.zip chromium_src-858df77725dd21cd8e2a970c49a8570a86eda09c.tar.gz chromium_src-858df77725dd21cd8e2a970c49a8570a86eda09c.tar.bz2 |
Reapply ffmpeg changes. The original review is at http://codereview.chromium.org/118046.
Review URL: http://codereview.chromium.org/118444
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17987 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/DEPS')
-rw-r--r-- | media/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ include_rules = [ - "+third_party/ffmpeg/include", + "+third_party/ffmpeg", ] |