summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorqinmin@chromium.org <qinmin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-26 02:04:19 +0000
committerqinmin@chromium.org <qinmin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-26 02:04:19 +0000
commit31203376861a403af9e92810d03c453ad01b8f57 (patch)
tree49a81216b8f47c689479538984ae4b4c822c3786 /build
parent20c8b942168996a3f0345c9341dc4fa6e99f3a36 (diff)
downloadchromium_src-31203376861a403af9e92810d03c453ad01b8f57.zip
chromium_src-31203376861a403af9e92810d03c453ad01b8f57.tar.gz
chromium_src-31203376861a403af9e92810d03c453ad01b8f57.tar.bz2
Add Create() function to AudioCodecBridge and VideoCodecBridge to allow return of null pointers
If codec is not supported, we should allow null pointers to be returned when trying to create a MediaCodecBridge. BUG=233420 Review URL: https://chromiumcodereview.appspot.com/14932020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all_android.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all_android.gyp b/build/all_android.gyp
index bf0d477..79bbcdd 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -100,6 +100,7 @@
'../components/components.gyp:components_unittests_apk',
'../content/content.gyp:content_browsertests_apk',
'../content/content.gyp:content_unittests_apk',
+ '../content/content.gyp:video_decode_accelerator_unittest_apk',
'../gpu/gpu.gyp:gl_tests_apk',
'../gpu/gpu.gyp:gpu_unittests_apk',
'../ipc/ipc.gyp:ipc_tests_apk',