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

Unified Diff: content/common/BUILD.gn

Issue 1474823002: content/common/gpu/media add platform suffix to some files (cleanup) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted naming video_encode_accelerator_unittest.cc; A few content/content_tests.gypi alphabetical… Created 5 years 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 | « no previous file | content/common/gpu/media/dxva_video_decode_accelerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « no previous file | content/common/gpu/media/dxva_video_decode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698