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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « content/common/sandbox_mac.mm ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 'dependencies': [ 669 'dependencies': [
670 '../media/media.gyp:media', 670 '../media/media.gyp:media',
671 'app/resources/content_resources.gyp:content_resources', 671 'app/resources/content_resources.gyp:content_resources',
672 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid get_mac' 672 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid get_mac'
673 ], 673 ],
674 'sources': [ 674 'sources': [
675 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 675 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
676 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 676 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
677 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', 677 'common/gpu/gpu_memory_buffer_factory_io_surface.cc',
678 'common/gpu/gpu_memory_buffer_factory_io_surface.h', 678 'common/gpu/gpu_memory_buffer_factory_io_surface.h',
679 'common/gpu/media/vt.h', 679 'common/gpu/media/vt_mac.h',
680 'common/gpu/media/vt_video_decode_accelerator.cc', 680 'common/gpu/media/vt_video_decode_accelerator_mac.cc',
681 'common/gpu/media/vt_video_decode_accelerator.h', 681 'common/gpu/media/vt_video_decode_accelerator_mac.h',
682 ], 682 ],
683 'sources!': [ 683 'sources!': [
684 'common/plugin_list_posix.cc', 684 'common/plugin_list_posix.cc',
685 ], 685 ],
686 'link_settings': { 686 'link_settings': {
687 'libraries': [ 687 'libraries': [
688 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', 688 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
689 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 689 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
690 '$(SDKROOT)/usr/lib/libsandbox.dylib', 690 '$(SDKROOT)/usr/lib/libsandbox.dylib',
691 ], 691 ],
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 'd3d9.dll', 1032 'd3d9.dll',
1033 'd3d11.dll', 1033 'd3d11.dll',
1034 'dxva2.dll', 1034 'dxva2.dll',
1035 'mf.dll', 1035 'mf.dll',
1036 'mfplat.dll', 1036 'mfplat.dll',
1037 ], 1037 ],
1038 }, 1038 },
1039 }, 1039 },
1040 }, 1040 },
1041 'sources': [ 1041 'sources': [
1042 'common/gpu/media/dxva_video_decode_accelerator.cc', 1042 'common/gpu/media/dxva_video_decode_accelerator_win.cc',
1043 'common/gpu/media/dxva_video_decode_accelerator.h', 1043 'common/gpu/media/dxva_video_decode_accelerator_win.h',
1044 ], 1044 ],
1045 'include_dirs': [ 1045 'include_dirs': [
1046 '<(DEPTH)/third_party/khronos', 1046 '<(DEPTH)/third_party/khronos',
1047 ], 1047 ],
1048 }], 1048 }],
1049 ['OS=="win" and directxsdk_exists=="True"', { 1049 ['OS=="win" and directxsdk_exists=="True"', {
1050 'actions': [ 1050 'actions': [
1051 { 1051 {
1052 'action_name': 'extract_xinput', 1052 'action_name': 'extract_xinput',
1053 'variables': { 1053 'variables': {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1107 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1108 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1108 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1110 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1110 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1111 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1111 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1113 ], 1113 ],
1114 }], 1114 }],
1115 ], 1115 ],
1116 } 1116 }
OLDNEW
« 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