diff options
author | fischman@google.com <fischman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-06 00:27:13 +0000 |
---|---|---|
committer | fischman@google.com <fischman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-06 00:27:13 +0000 |
commit | ec07c04b4627c7490207dbe2c48ae9a3793386b7 (patch) | |
tree | 5fc726bbed177367092545794213569c77e46c64 /content/gpu | |
parent | abd2ba8736f2f07ba3de0fe5a2c842f09294149f (diff) | |
download | chromium_src-ec07c04b4627c7490207dbe2c48ae9a3793386b7.zip chromium_src-ec07c04b4627c7490207dbe2c48ae9a3793386b7.tar.gz chromium_src-ec07c04b4627c7490207dbe2c48ae9a3793386b7.tar.bz2 |
Add third_party/openmax to content/gpu/DEPS.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6930053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84366 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/gpu')
-rw-r--r-- | content/gpu/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/gpu/DEPS b/content/gpu/DEPS index 11b3d3d..15603d8 100644 --- a/content/gpu/DEPS +++ b/content/gpu/DEPS @@ -8,4 +8,5 @@ include_rules = [ "+media/video",
"+sandbox",
"+skia",
+ "+third_party/openmax",
]
|