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

Unified Diff: media/media_gpu.gypi

Issue 2178603002: Rename media::GpuVideoDecodeAcceleratorFactoryImpl to media::GpuVideoDecodeAcceleratorFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@explicit_gpu_preferences
Patch Set: rebase Created 4 years, 5 months 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
« no previous file with comments | « media/gpu/video_decode_accelerator_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', {
« no previous file with comments | « media/gpu/video_decode_accelerator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698