Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1326)

Unified Diff: content/content_common.gypi

Issue 74563002: AndroidVideoEncodeAccelerator is born! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added blacklist-based disabling Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 888a1dea0494198bdb57bc9507c387af469243bb..cfa8e54d132c585c2645c247503fa4de3f6cd704 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -496,10 +496,13 @@
['OS=="android"', {
'dependencies': [
'../media/media.gyp:media',
+ '../third_party/libyuv/libyuv.gyp:libyuv',
],
'sources': [
'common/gpu/media/android_video_decode_accelerator.cc',
'common/gpu/media/android_video_decode_accelerator.h',
+ 'common/gpu/media/android_video_encode_accelerator.cc',
+ 'common/gpu/media/android_video_encode_accelerator.h',
],
}],
['target_arch=="arm" and chromeos == 1 and use_x11 == 1', {

Powered by Google App Engine
This is Rietveld 408576698