Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index df2a1a79e810f383c7dc1cee1fbd6465cbf354e1..a91f1dc4ebd9258fe588e606a0cfe75896ab71d9 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -511,6 +511,16 @@ |
'common/gpu/media/android_video_decode_accelerator.h', |
], |
}], |
+ ['OS=="android" and android_webview_build==0', { |
+ 'dependencies': [ |
+ '../media/media.gyp:media', |
+ '../third_party/libyuv/libyuv.gyp:libyuv', |
+ ], |
+ 'sources': [ |
+ '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', { |
'dependencies': [ |
'../media/media.gyp:media', |