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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid
get_mac' | 681 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid
get_mac' |
682 ], | 682 ], |
683 'sources': [ | 683 'sources': [ |
684 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', | 684 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', |
685 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', | 685 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', |
686 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', | 686 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', |
687 'common/gpu/gpu_memory_buffer_factory_io_surface.h', | 687 'common/gpu/gpu_memory_buffer_factory_io_surface.h', |
688 'common/gpu/media/vt_mac.h', | 688 'common/gpu/media/vt_mac.h', |
689 'common/gpu/media/vt_video_decode_accelerator_mac.cc', | 689 'common/gpu/media/vt_video_decode_accelerator_mac.cc', |
690 'common/gpu/media/vt_video_decode_accelerator_mac.h', | 690 'common/gpu/media/vt_video_decode_accelerator_mac.h', |
| 691 'common/gpu/media/vt_video_encode_accelerator.cc', |
| 692 'common/gpu/media/vt_video_encode_accelerator.h', |
691 ], | 693 ], |
692 'sources!': [ | 694 'sources!': [ |
693 'common/plugin_list_posix.cc', | 695 'common/plugin_list_posix.cc', |
694 ], | 696 ], |
695 'link_settings': { | 697 'link_settings': { |
696 'libraries': [ | 698 'libraries': [ |
697 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', | 699 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', |
698 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 700 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
699 '$(SDKROOT)/usr/lib/libsandbox.dylib', | 701 '$(SDKROOT)/usr/lib/libsandbox.dylib', |
700 ], | 702 ], |
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1119 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1121 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1120 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1122 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
1121 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1123 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
1122 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1124 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1123 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1125 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
1124 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1126 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
1125 ], | 1127 ], |
1126 }], | 1128 }], |
1127 ], | 1129 ], |
1128 } | 1130 } |
OLD | NEW |