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

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: Address piman's review comments 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
« no previous file with comments | « content/common/gpu/media/v4l2_video_encode_accelerator.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 (target_arch == "arm" or use_ozone == 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 ],
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 ],
783 }], 789 }],
784 ['target_arch != "arm" and chromeos == 1', { 790 ['target_arch != "arm" and chromeos == 1', {
785 'dependencies': [ 791 'dependencies': [
786 '../media/media.gyp:media', 792 '../media/media.gyp:media',
787 '../third_party/libyuv/libyuv.gyp:libyuv', 793 '../third_party/libyuv/libyuv.gyp:libyuv',
788 ], 794 ],
789 'sources': [ 795 'sources': [
790 'common/gpu/media/h264_dpb.cc', 796 'common/gpu/media/h264_dpb.cc',
791 'common/gpu/media/h264_dpb.h', 797 'common/gpu/media/h264_dpb.h',
792 'common/gpu/media/va_surface.h', 798 'common/gpu/media/va_surface.h',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 961 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
956 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 962 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
957 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 963 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
958 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 964 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
959 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 965 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
960 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 966 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
961 ], 967 ],
962 }], 968 }],
963 ], 969 ],
964 } 970 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/v4l2_video_encode_accelerator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698