summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-20 22:18:37 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-20 22:18:37 +0000
commit7f109a7efb3bbd765a7798a055e0c6579ca230c9 (patch)
tree2d38f1555fac20f9de26c59aaa71294ec637b768
parent9ea3284ed7128875e04ec71585676e1433b85614 (diff)
downloadchromium_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/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/DEPS b/media/DEPS
index 29d570d..daf3256 100644
--- a/media/DEPS
+++ b/media/DEPS
@@ -1,5 +1,5 @@
include_rules = [
+ "+gfx",
"+third_party/ffmpeg",
"+third_party/openmax",
- "+third_party/gfx",
]