| Index: media/media_gpu.gypi
|
| diff --git a/media/media_gpu.gypi b/media/media_gpu.gypi
|
| index e507201f1c8cbf2a51f35f9997e0e4eff7396cfc..3485d684982bef372c22af08e2067c8948b214a4 100644
|
| --- a/media/media_gpu.gypi
|
| +++ b/media/media_gpu.gypi
|
| @@ -22,8 +22,8 @@
|
| 'gpu/fake_video_decode_accelerator.h',
|
| 'gpu/gpu_video_accelerator_util.cc',
|
| 'gpu/gpu_video_accelerator_util.h',
|
| - 'gpu/gpu_video_decode_accelerator_factory_impl.cc',
|
| - 'gpu/gpu_video_decode_accelerator_factory_impl.h',
|
| + 'gpu/gpu_video_decode_accelerator_factory.cc',
|
| + 'gpu/gpu_video_decode_accelerator_factory.h',
|
| 'gpu/gpu_video_decode_accelerator_helpers.h',
|
| 'gpu/shared_memory_region.cc',
|
| 'gpu/shared_memory_region.h',
|
| @@ -113,8 +113,8 @@
|
| 'gpu/avda_shared_state.cc',
|
| 'gpu/avda_shared_state.h',
|
| 'gpu/avda_state_provider.h',
|
| - 'gpu/avda_surface_tracker.h',
|
| 'gpu/avda_surface_tracker.cc',
|
| + 'gpu/avda_surface_tracker.h',
|
| ],
|
| }],
|
| ['OS=="android" and enable_webrtc==1', {
|
|
|