diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 21:38:01 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 21:38:01 +0000 |
commit | e659adc7bbe990292a2be1b5e7cf283b4bd7e162 (patch) | |
tree | c5bfc070acb3238383641d98ebefaf382f568078 /media/DEPS | |
parent | 501887fdc181ddfce88c60f075551538136c7546 (diff) | |
download | chromium_src-e659adc7bbe990292a2be1b5e7cf283b4bd7e162.zip chromium_src-e659adc7bbe990292a2be1b5e7cf283b4bd7e162.tar.gz chromium_src-e659adc7bbe990292a2be1b5e7cf283b4bd7e162.tar.bz2 |
Fix check_deps failure in my last commit
Added "gfx/" to media/DEPS
TBR=pinkerton
Review URL: http://codereview.chromium.org/2861068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53104 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/DEPS')
-rw-r--r-- | media/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ include_rules = [ "+third_party/ffmpeg", "+third_party/openmax", + "+third_party/gfx", ] |