diff options
author | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-06 18:11:42 +0000 |
---|---|---|
committer | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-06 18:11:42 +0000 |
commit | 3943be26092137b7a00507007671fd01e92a0a1b (patch) | |
tree | 5d39f81672fbd3a9c6aa58e46b80ed7ee7050f10 /content/content_gpu.gypi | |
parent | 6dc17931e0d0f98b731eb1295f39a16bf0c1cc24 (diff) | |
download | chromium_src-3943be26092137b7a00507007671fd01e92a0a1b.zip chromium_src-3943be26092137b7a00507007671fd01e92a0a1b.tar.gz chromium_src-3943be26092137b7a00507007671fd01e92a0a1b.tar.bz2 |
Delete dead code: OmxVideoDecodeAccelerator is unused.
OVDA has been dead code in the tree since 3/13 and m27
https://gerrit.chromium.org/gerrit/gitweb?p=chromiumos/platform/login_manager.git;a=commit;h=934e55cd90c2fd7a5b89fe201b251d542e896f46
BUG=223194
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/21584002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215933 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_gpu.gypi')
-rw-r--r-- | content/content_gpu.gypi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index 1afaa42..e1a28ba 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -72,11 +72,6 @@ }, ], }], - ['target_arch=="arm" and chromeos == 1', { - 'include_dirs': [ - '<(DEPTH)/third_party/openmax/il', - ], - }], ['target_arch!="arm" and chromeos == 1', { 'include_dirs': [ '<(DEPTH)/third_party/libva', |