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 ['enable_webrtc==1', { | 749 ['enable_webrtc==1', { |
750 'dependencies': [ | 750 'dependencies': [ |
751 '../third_party/libjingle/libjingle.gyp:libjingle', | 751 '../third_party/libjingle/libjingle.gyp:libjingle', |
752 ], | 752 ], |
753 }], | 753 }], |
754 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { | 754 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { |
755 'dependencies': [ | 755 'dependencies': [ |
756 '../media/media.gyp:media', | 756 '../media/media.gyp:media', |
757 ], | 757 ], |
758 'sources': [ | 758 'sources': [ |
759 'common/gpu/media/generic_v4l2_video_device.cc', | 759 'common/gpu/media/exynos_v4l2_video_device.cc', |
760 'common/gpu/media/generic_v4l2_video_device.h', | 760 'common/gpu/media/exynos_v4l2_video_device.h', |
761 'common/gpu/media/tegra_v4l2_video_device.cc', | 761 'common/gpu/media/tegra_v4l2_video_device.cc', |
762 'common/gpu/media/tegra_v4l2_video_device.h', | 762 'common/gpu/media/tegra_v4l2_video_device.h', |
763 'common/gpu/media/v4l2_image_processor.cc', | 763 'common/gpu/media/v4l2_image_processor.cc', |
764 'common/gpu/media/v4l2_image_processor.h', | 764 'common/gpu/media/v4l2_image_processor.h', |
765 'common/gpu/media/v4l2_video_decode_accelerator.cc', | 765 'common/gpu/media/v4l2_video_decode_accelerator.cc', |
766 'common/gpu/media/v4l2_video_decode_accelerator.h', | 766 'common/gpu/media/v4l2_video_decode_accelerator.h', |
767 'common/gpu/media/v4l2_video_device.cc', | 767 'common/gpu/media/v4l2_video_device.cc', |
768 'common/gpu/media/v4l2_video_device.h', | 768 'common/gpu/media/v4l2_video_device.h', |
769 'common/gpu/media/v4l2_video_encode_accelerator.cc', | 769 'common/gpu/media/v4l2_video_encode_accelerator.cc', |
770 'common/gpu/media/v4l2_video_encode_accelerator.h', | 770 'common/gpu/media/v4l2_video_encode_accelerator.h', |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
926 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 926 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
927 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 927 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
928 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 928 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
929 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 929 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
930 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 930 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
931 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 931 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
932 ], | 932 ], |
933 }], | 933 }], |
934 ], | 934 ], |
935 } | 935 } |
OLD | NEW |