OLD | NEW |
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 Loading... |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |