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', | 766 'common/gpu/media/tegra_v4l2_video_device.cc', |
767 'common/gpu/media/tegra_v4l2_video_device.h', | 767 'common/gpu/media/tegra_v4l2_video_device.h', |
768 'common/gpu/media/v4l2_image_processor.cc', | 768 'common/gpu/media/v4l2_image_processor.cc', |
769 'common/gpu/media/v4l2_image_processor.h', | 769 'common/gpu/media/v4l2_image_processor.h', |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
931 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 931 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
932 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 932 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
933 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 933 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
934 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 934 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
935 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 935 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
936 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 936 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
937 ], | 937 ], |
938 }], | 938 }], |
939 ], | 939 ], |
940 } | 940 } |
OLD | NEW |