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

Unified Diff: content/content_common.gypi

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 | « content/common/sandbox_mac.mm ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 8af61239906b0469e2219b2da749c1133bde23f5..b809c351124b00d4af903037e4c3167ebb2800e1 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -676,9 +676,9 @@
'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
'common/gpu/gpu_memory_buffer_factory_io_surface.cc',
'common/gpu/gpu_memory_buffer_factory_io_surface.h',
- 'common/gpu/media/vt.h',
- 'common/gpu/media/vt_video_decode_accelerator.cc',
- 'common/gpu/media/vt_video_decode_accelerator.h',
+ 'common/gpu/media/vt_mac.h',
+ 'common/gpu/media/vt_video_decode_accelerator_mac.cc',
+ 'common/gpu/media/vt_video_decode_accelerator_mac.h',
],
'sources!': [
'common/plugin_list_posix.cc',
@@ -1039,8 +1039,8 @@
},
},
'sources': [
- 'common/gpu/media/dxva_video_decode_accelerator.cc',
- 'common/gpu/media/dxva_video_decode_accelerator.h',
+ 'common/gpu/media/dxva_video_decode_accelerator_win.cc',
+ 'common/gpu/media/dxva_video_decode_accelerator_win.h',
],
'include_dirs': [
'<(DEPTH)/third_party/khronos',
« no previous file with comments | « content/common/sandbox_mac.mm ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698