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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 'sources': [ | 749 'sources': [ |
750 'common/gpu/media/android_video_encode_accelerator.cc', | 750 'common/gpu/media/android_video_encode_accelerator.cc', |
751 'common/gpu/media/android_video_encode_accelerator.h', | 751 'common/gpu/media/android_video_encode_accelerator.h', |
752 ], | 752 ], |
753 }], | 753 }], |
754 ['enable_webrtc==1', { | 754 ['enable_webrtc==1', { |
755 'dependencies': [ | 755 'dependencies': [ |
756 '../third_party/libjingle/libjingle.gyp:libjingle', | 756 '../third_party/libjingle/libjingle.gyp:libjingle', |
757 ], | 757 ], |
758 }], | 758 }], |
759 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { | 759 ['chromeos == 1 and use_x11 == 1', { |
760 'dependencies': [ | 760 'dependencies': [ |
761 '../media/media.gyp:media', | 761 '../media/media.gyp:media', |
762 ], | 762 ], |
763 'sources': [ | 763 'sources': [ |
764 'common/gpu/media/generic_v4l2_video_device.cc', | 764 'common/gpu/media/generic_v4l2_video_device.cc', |
765 'common/gpu/media/generic_v4l2_video_device.h', | 765 'common/gpu/media/generic_v4l2_video_device.h', |
766 'common/gpu/media/tegra_v4l2_video_device.cc', | |
767 'common/gpu/media/tegra_v4l2_video_device.h', | |
768 'common/gpu/media/v4l2_image_processor.cc', | 766 'common/gpu/media/v4l2_image_processor.cc', |
769 'common/gpu/media/v4l2_image_processor.h', | 767 'common/gpu/media/v4l2_image_processor.h', |
770 'common/gpu/media/v4l2_video_decode_accelerator.cc', | 768 'common/gpu/media/v4l2_video_decode_accelerator.cc', |
771 'common/gpu/media/v4l2_video_decode_accelerator.h', | 769 'common/gpu/media/v4l2_video_decode_accelerator.h', |
772 'common/gpu/media/v4l2_video_device.cc', | 770 'common/gpu/media/v4l2_video_device.cc', |
773 'common/gpu/media/v4l2_video_device.h', | 771 'common/gpu/media/v4l2_video_device.h', |
774 'common/gpu/media/v4l2_video_encode_accelerator.cc', | 772 'common/gpu/media/v4l2_video_encode_accelerator.cc', |
775 'common/gpu/media/v4l2_video_encode_accelerator.h', | 773 'common/gpu/media/v4l2_video_encode_accelerator.h', |
776 ], | 774 ], |
777 'include_dirs': [ | 775 'include_dirs': [ |
778 '<(DEPTH)/third_party/khronos', | 776 '<(DEPTH)/third_party/khronos', |
779 ], | 777 ], |
780 }], | 778 }], |
| 779 ['target_arch == "arm" and chromeos == 1 and use_x11 == 1', { |
| 780 'dependencies': [ |
| 781 '../media/media.gyp:media', |
| 782 ], |
| 783 'sources': [ |
| 784 'common/gpu/media/tegra_v4l2_video_device.cc', |
| 785 'common/gpu/media/tegra_v4l2_video_device.h', |
| 786 ], |
| 787 'include_dirs': [ |
| 788 '<(DEPTH)/third_party/khronos', |
| 789 ], |
| 790 }], |
781 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { | 791 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { |
782 'dependencies': [ | 792 'dependencies': [ |
783 '../media/media.gyp:media', | 793 '../media/media.gyp:media', |
784 '../third_party/libyuv/libyuv.gyp:libyuv', | 794 '../third_party/libyuv/libyuv.gyp:libyuv', |
785 ], | 795 ], |
786 'sources': [ | 796 'sources': [ |
787 'common/gpu/media/h264_dpb.cc', | 797 'common/gpu/media/h264_dpb.cc', |
788 'common/gpu/media/h264_dpb.h', | 798 'common/gpu/media/h264_dpb.h', |
789 'common/gpu/media/va_surface.h', | 799 'common/gpu/media/va_surface.h', |
790 'common/gpu/media/vaapi_h264_decoder.cc', | 800 'common/gpu/media/vaapi_h264_decoder.cc', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
931 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 941 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
932 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 942 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
933 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 943 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
934 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 944 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
935 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 945 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
936 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 946 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
937 ], | 947 ], |
938 }], | 948 }], |
939 ], | 949 ], |
940 } | 950 } |
OLD | NEW |