diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 22:18:37 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-20 22:18:37 +0000 |
commit | 7f109a7efb3bbd765a7798a055e0c6579ca230c9 (patch) | |
tree | 2d38f1555fac20f9de26c59aaa71294ec637b768 | |
parent | 9ea3284ed7128875e04ec71585676e1433b85614 (diff) | |
download | chromium_src-7f109a7efb3bbd765a7798a055e0c6579ca230c9.zip chromium_src-7f109a7efb3bbd765a7798a055e0c6579ca230c9.tar.gz chromium_src-7f109a7efb3bbd765a7798a055e0c6579ca230c9.tar.bz2 |
Fix check_deps problem in my last commit
Ouch I typed in the wrong path. Now it is correct.
TBR=awong
Review URL: http://codereview.chromium.org/3035013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53110 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | media/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ include_rules = [ + "+gfx", "+third_party/ffmpeg", "+third_party/openmax", - "+third_party/gfx", ] |