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

Unified Diff: media/gpu/BUILD.gn

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 | « chrome/gpu/arc_gpu_video_decode_accelerator.cc ('k') | media/gpu/gpu_video_decode_accelerator_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index ca4d383056b94a440d701f2f7d8c3da86ceae9c5..648f7f4c40810074a29736adf18c4e751d25bc9c 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -162,8 +162,8 @@ component("gpu") {
"fake_video_decode_accelerator.h",
"gpu_video_accelerator_util.cc",
"gpu_video_accelerator_util.h",
- "gpu_video_decode_accelerator_factory_impl.cc",
- "gpu_video_decode_accelerator_factory_impl.h",
+ "gpu_video_decode_accelerator_factory.cc",
+ "gpu_video_decode_accelerator_factory.h",
"gpu_video_decode_accelerator_helpers.h",
"shared_memory_region.cc",
"shared_memory_region.h",
« no previous file with comments | « chrome/gpu/arc_gpu_video_decode_accelerator.cc ('k') | media/gpu/gpu_video_decode_accelerator_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698