Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index e1cae8946783e48919f4ee29dbdfe4d5844d054d..da752118d37c15f824fb48ee95c7e2efe6d785ba 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -230,9 +230,9 @@ source_set("common") { |
"gpu/client/gpu_memory_buffer_impl_io_surface.h", |
"gpu/gpu_memory_buffer_factory_io_surface.cc", |
"gpu/gpu_memory_buffer_factory_io_surface.h", |
- "gpu/media/vt.h", |
- "gpu/media/vt_video_decode_accelerator.cc", |
- "gpu/media/vt_video_decode_accelerator.h", |
+ "gpu/media/vt_mac.h", |
+ "gpu/media/vt_video_decode_accelerator_mac.cc", |
+ "gpu/media/vt_video_decode_accelerator_mac.h", |
] + get_target_outputs(":libvt_generate_stubs") |
sources -= [ "plugin_list_posix.cc" ] |
@@ -468,8 +468,8 @@ source_set("common") { |
if (is_win) { |
sources += [ |
- "gpu/media/dxva_video_decode_accelerator.cc", |
- "gpu/media/dxva_video_decode_accelerator.h", |
+ "gpu/media/dxva_video_decode_accelerator_win.cc", |
+ "gpu/media/dxva_video_decode_accelerator_win.h", |
] |
configs += [ "//third_party/khronos:khronos_headers" ] |
deps += [ "//ui/gl" ] |