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 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 'sources': [ | 752 'sources': [ |
753 'common/gpu/media/android_video_encode_accelerator.cc', | 753 'common/gpu/media/android_video_encode_accelerator.cc', |
754 'common/gpu/media/android_video_encode_accelerator.h', | 754 'common/gpu/media/android_video_encode_accelerator.h', |
755 ], | 755 ], |
756 }], | 756 }], |
757 ['enable_webrtc==1', { | 757 ['enable_webrtc==1', { |
758 'dependencies': [ | 758 'dependencies': [ |
759 '../third_party/libjingle/libjingle.gyp:libjingle', | 759 '../third_party/libjingle/libjingle.gyp:libjingle', |
760 ], | 760 ], |
761 }], | 761 }], |
762 ['chromeos == 1 and (target_arch == "arm" or use_ozone == 1)', { | 762 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { |
763 'dependencies': [ | 763 'dependencies': [ |
764 '../media/media.gyp:media', | 764 '../media/media.gyp:media', |
765 ], | 765 ], |
766 'sources': [ | 766 'sources': [ |
767 'common/gpu/media/generic_v4l2_video_device.cc', | 767 'common/gpu/media/generic_v4l2_video_device.cc', |
768 'common/gpu/media/generic_v4l2_video_device.h', | 768 'common/gpu/media/generic_v4l2_video_device.h', |
| 769 'common/gpu/media/tegra_v4l2_video_device.cc', |
| 770 'common/gpu/media/tegra_v4l2_video_device.h', |
769 'common/gpu/media/v4l2_image_processor.cc', | 771 'common/gpu/media/v4l2_image_processor.cc', |
770 'common/gpu/media/v4l2_image_processor.h', | 772 'common/gpu/media/v4l2_image_processor.h', |
771 'common/gpu/media/v4l2_video_decode_accelerator.cc', | 773 'common/gpu/media/v4l2_video_decode_accelerator.cc', |
772 'common/gpu/media/v4l2_video_decode_accelerator.h', | 774 'common/gpu/media/v4l2_video_decode_accelerator.h', |
773 'common/gpu/media/v4l2_video_device.cc', | 775 'common/gpu/media/v4l2_video_device.cc', |
774 'common/gpu/media/v4l2_video_device.h', | 776 'common/gpu/media/v4l2_video_device.h', |
775 'common/gpu/media/v4l2_video_encode_accelerator.cc', | 777 'common/gpu/media/v4l2_video_encode_accelerator.cc', |
776 'common/gpu/media/v4l2_video_encode_accelerator.h', | 778 'common/gpu/media/v4l2_video_encode_accelerator.h', |
777 ], | 779 ], |
778 'include_dirs': [ | 780 'include_dirs': [ |
779 '<(DEPTH)/third_party/khronos', | 781 '<(DEPTH)/third_party/khronos', |
780 ], | 782 ], |
781 'conditions': [ | |
782 ['target_arch == "arm"', { | |
783 'sources': [ | |
784 'common/gpu/media/tegra_v4l2_video_device.cc', | |
785 'common/gpu/media/tegra_v4l2_video_device.h', | |
786 ], | |
787 }], | |
788 ], | |
789 }], | 783 }], |
790 ['target_arch != "arm" and chromeos == 1', { | 784 ['target_arch != "arm" and chromeos == 1', { |
791 'dependencies': [ | 785 'dependencies': [ |
792 '../media/media.gyp:media', | 786 '../media/media.gyp:media', |
793 '../third_party/libyuv/libyuv.gyp:libyuv', | 787 '../third_party/libyuv/libyuv.gyp:libyuv', |
794 ], | 788 ], |
795 'sources': [ | 789 'sources': [ |
796 'common/gpu/media/h264_dpb.cc', | 790 'common/gpu/media/h264_dpb.cc', |
797 'common/gpu/media/h264_dpb.h', | 791 'common/gpu/media/h264_dpb.h', |
798 'common/gpu/media/va_surface.h', | 792 'common/gpu/media/va_surface.h', |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
961 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 955 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
962 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 956 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
963 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 957 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
964 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 958 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
965 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 959 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
966 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 960 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
967 ], | 961 ], |
968 }], | 962 }], |
969 ], | 963 ], |
970 } | 964 } |
OLD | NEW |