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