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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 'public/common/url_fetcher.h', | 209 'public/common/url_fetcher.h', |
210 'public/common/url_utils.cc', | 210 'public/common/url_utils.cc', |
211 'public/common/url_utils.h', | 211 'public/common/url_utils.h', |
212 'public/common/user_agent.h', | 212 'public/common/user_agent.h', |
213 'public/common/web_preferences.cc', | 213 'public/common/web_preferences.cc', |
214 'public/common/web_preferences.h', | 214 'public/common/web_preferences.h', |
215 'public/common/webplugininfo.cc', | 215 'public/common/webplugininfo.cc', |
216 'public/common/webplugininfo.h', | 216 'public/common/webplugininfo.h', |
217 'public/common/window_container_type.cc', | 217 'public/common/window_container_type.cc', |
218 'public/common/window_container_type.h', | 218 'public/common/window_container_type.h', |
| 219 'public/common/zygote_fork_delegate_linux.h', |
219 'public/common/zygote_handle.h', | 220 'public/common/zygote_handle.h', |
220 'public/common/zygote_fork_delegate_linux.h', | |
221 ], | 221 ], |
222 'private_common_sources': [ | 222 'private_common_sources': [ |
223 'common/accessibility_messages.h', | 223 'common/accessibility_messages.h', |
224 'common/all_messages.h', | 224 'common/all_messages.h', |
225 'common/android/address_parser.cc', | 225 'common/android/address_parser.cc', |
226 'common/android/address_parser.h', | 226 'common/android/address_parser.h', |
227 'common/android/address_parser_internal.cc', | 227 'common/android/address_parser_internal.cc', |
228 'common/android/address_parser_internal.h', | 228 'common/android/address_parser_internal.h', |
229 'common/android/common_jni_registrar.cc', | 229 'common/android/common_jni_registrar.cc', |
230 'common/android/common_jni_registrar.h', | 230 'common/android/common_jni_registrar.h', |
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
671 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid
get_mac' | 671 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid
get_mac' |
672 ], | 672 ], |
673 'sources': [ | 673 'sources': [ |
674 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', | 674 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', |
675 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', | 675 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', |
676 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', | 676 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', |
677 'common/gpu/gpu_memory_buffer_factory_io_surface.h', | 677 'common/gpu/gpu_memory_buffer_factory_io_surface.h', |
678 'common/gpu/media/vt_mac.h', | 678 'common/gpu/media/vt_mac.h', |
679 'common/gpu/media/vt_video_decode_accelerator_mac.cc', | 679 'common/gpu/media/vt_video_decode_accelerator_mac.cc', |
680 'common/gpu/media/vt_video_decode_accelerator_mac.h', | 680 'common/gpu/media/vt_video_decode_accelerator_mac.h', |
| 681 'common/gpu/media/vt_video_encode_accelerator_mac.cc', |
| 682 'common/gpu/media/vt_video_encode_accelerator_mac.h', |
681 ], | 683 ], |
682 'sources!': [ | 684 'sources!': [ |
683 'common/plugin_list_posix.cc', | 685 'common/plugin_list_posix.cc', |
684 ], | 686 ], |
685 'link_settings': { | 687 'link_settings': { |
686 'libraries': [ | 688 'libraries': [ |
687 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', | 689 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', |
688 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 690 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
689 '$(SDKROOT)/usr/lib/libsandbox.dylib', | 691 '$(SDKROOT)/usr/lib/libsandbox.dylib', |
690 ], | 692 ], |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
871 }], | 873 }], |
872 ['chromeos==1', { | 874 ['chromeos==1', { |
873 'sources': [ | 875 'sources': [ |
874 'common/gpu/media/accelerated_video_decoder.h', | 876 'common/gpu/media/accelerated_video_decoder.h', |
875 'common/gpu/media/h264_decoder.cc', | 877 'common/gpu/media/h264_decoder.cc', |
876 'common/gpu/media/h264_decoder.h', | 878 'common/gpu/media/h264_decoder.h', |
877 'common/gpu/media/h264_dpb.cc', | 879 'common/gpu/media/h264_dpb.cc', |
878 'common/gpu/media/h264_dpb.h', | 880 'common/gpu/media/h264_dpb.h', |
879 'common/gpu/media/vp8_decoder.cc', | 881 'common/gpu/media/vp8_decoder.cc', |
880 'common/gpu/media/vp8_decoder.h', | 882 'common/gpu/media/vp8_decoder.h', |
| 883 'common/gpu/media/vp8_picture.cc', |
| 884 'common/gpu/media/vp8_picture.h', |
881 'common/gpu/media/vp9_decoder.cc', | 885 'common/gpu/media/vp9_decoder.cc', |
882 'common/gpu/media/vp9_decoder.h', | 886 'common/gpu/media/vp9_decoder.h', |
883 'common/gpu/media/vp8_picture.cc', | |
884 'common/gpu/media/vp8_picture.h', | |
885 'common/gpu/media/vp9_picture.cc', | 887 'common/gpu/media/vp9_picture.cc', |
886 'common/gpu/media/vp9_picture.h', | 888 'common/gpu/media/vp9_picture.h', |
887 ], | 889 ], |
888 }], | 890 }], |
889 ['chromeos==1 and use_v4l2_codec==1', { | 891 ['chromeos==1 and use_v4l2_codec==1', { |
890 'direct_dependent_settings': { | 892 'direct_dependent_settings': { |
891 'defines': [ | 893 'defines': [ |
892 'USE_V4L2_CODEC' | 894 'USE_V4L2_CODEC' |
893 ], | 895 ], |
894 }, | 896 }, |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1107 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1109 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1108 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1110 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1111 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
1110 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1112 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1111 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1113 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1114 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
1113 ], | 1115 ], |
1114 }], | 1116 }], |
1115 ], | 1117 ], |
1116 } | 1118 } |
OLD | NEW |