Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 59ddb957d7772ca6620e6219e0ded92052da847a..96c79c4bdab7e878be116ae13008a7bb6529c51b 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -487,6 +487,15 @@ |
'../gpu/gpu.gyp:command_buffer_service', |
], |
}], |
+ ['OS=="android"', { |
+ 'dependencies': [ |
+ '../media/media.gyp:media', |
+ ], |
+ 'sources': [ |
+ 'common/gpu/media/android_video_decode_accelerator.cc', |
+ 'common/gpu/media/android_video_decode_accelerator.h', |
+ ], |
+ }], |
['target_arch=="arm" and chromeos == 1', { |
'dependencies': [ |
'../media/media.gyp:media', |