Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: content/content_common.gypi

Issue 826663002: Support multiple video decoders and encoders (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 ['target_arch=="arm" and chromeos == 1 and use_x11 == 1', { 762 ['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',
771 'common/gpu/media/v4l2_image_processor.cc', 769 'common/gpu/media/v4l2_image_processor.cc',
772 'common/gpu/media/v4l2_image_processor.h', 770 'common/gpu/media/v4l2_image_processor.h',
773 'common/gpu/media/v4l2_video_decode_accelerator.cc', 771 'common/gpu/media/v4l2_video_decode_accelerator.cc',
774 'common/gpu/media/v4l2_video_decode_accelerator.h', 772 'common/gpu/media/v4l2_video_decode_accelerator.h',
775 'common/gpu/media/v4l2_video_device.cc', 773 'common/gpu/media/v4l2_video_device.cc',
776 'common/gpu/media/v4l2_video_device.h', 774 'common/gpu/media/v4l2_video_device.h',
777 'common/gpu/media/v4l2_video_encode_accelerator.cc', 775 'common/gpu/media/v4l2_video_encode_accelerator.cc',
778 'common/gpu/media/v4l2_video_encode_accelerator.h', 776 'common/gpu/media/v4l2_video_encode_accelerator.h',
779 ], 777 ],
780 'include_dirs': [ 778 'include_dirs': [
781 '<(DEPTH)/third_party/khronos', 779 '<(DEPTH)/third_party/khronos',
782 ], 780 ],
783 }], 781 }],
782 ['target_arch == "arm" and chromeos == 1 and use_x11 == 1', {
783 'dependencies': [
784 '../media/media.gyp:media',
785 ],
786 'sources': [
787 'common/gpu/media/tegra_v4l2_video_device.cc',
788 'common/gpu/media/tegra_v4l2_video_device.h',
789 ],
790 'include_dirs': [
791 '<(DEPTH)/third_party/khronos',
792 ],
793 }],
784 ['target_arch != "arm" and chromeos == 1', { 794 ['target_arch != "arm" and chromeos == 1', {
785 'dependencies': [ 795 'dependencies': [
786 '../media/media.gyp:media', 796 '../media/media.gyp:media',
787 '../third_party/libyuv/libyuv.gyp:libyuv', 797 '../third_party/libyuv/libyuv.gyp:libyuv',
788 ], 798 ],
789 'sources': [ 799 'sources': [
790 'common/gpu/media/h264_dpb.cc', 800 'common/gpu/media/h264_dpb.cc',
791 'common/gpu/media/h264_dpb.h', 801 'common/gpu/media/h264_dpb.h',
792 'common/gpu/media/va_surface.h', 802 'common/gpu/media/va_surface.h',
793 'common/gpu/media/vaapi_h264_decoder.cc', 803 'common/gpu/media/vaapi_h264_decoder.cc',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 965 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
956 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 966 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
957 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 967 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
958 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 968 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
959 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 969 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
960 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 970 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
961 ], 971 ],
962 }], 972 }],
963 ], 973 ],
964 } 974 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698