| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index f2a42f8581a423963dc475c01b2c1cfba7da96f1..6bfddabc25404693805537d5c21ae16561576e18 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -1075,6 +1075,8 @@
|
| 'type': '<(gtest_target_type)',
|
| 'dependencies': [
|
| 'audio_test_config',
|
| + # TODO(mcasas): Remove this entry after https://crbug.com/618718.
|
| + 'capture/capture.gyp:unittests',
|
| 'cdm_paths',
|
| 'media',
|
| 'media_features',
|
| @@ -1498,6 +1500,8 @@
|
| 'type': '<(gtest_target_type)',
|
| 'dependencies': [
|
| 'audio_test_config',
|
| + # TODO(mcasas): Remove this entry after https://crbug.com/618718.
|
| + 'capture/capture.gyp:unittests',
|
| 'media_test_support',
|
| '../base/base.gyp:test_support_base',
|
| '../testing/gmock.gyp:gmock',
|
| @@ -1853,6 +1857,8 @@
|
| 'base/android/video_decoder_job.h',
|
| 'base/android/video_media_codec_decoder.cc',
|
| 'base/android/video_media_codec_decoder.h',
|
| + 'capture/video/android/capture_jni_registrar.cc',
|
| + 'capture/video/android/capture_jni_registrar.h',
|
| ],
|
| 'conditions': [
|
| # Only 64 bit builds are using android-21 NDK library, check common.gypi
|
|
|