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

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: Use callback function for decoders 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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
Pawel Osciak 2014/12/31 07:56:00 Hm I think we may want to get this out to an arm c
henryhsu 2014/12/31 08:47:53 Done.
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',
770 'common/gpu/media/v4l2_video_decode_accelerator.cc', 770 'common/gpu/media/v4l2_video_decode_accelerator.cc',
771 'common/gpu/media/v4l2_video_decode_accelerator.h', 771 'common/gpu/media/v4l2_video_decode_accelerator.h',
772 'common/gpu/media/v4l2_video_device.cc', 772 'common/gpu/media/v4l2_video_device.cc',
773 'common/gpu/media/v4l2_video_device.h', 773 'common/gpu/media/v4l2_video_device.h',
774 'common/gpu/media/v4l2_video_encode_accelerator.cc', 774 'common/gpu/media/v4l2_video_encode_accelerator.cc',
775 'common/gpu/media/v4l2_video_encode_accelerator.h', 775 'common/gpu/media/v4l2_video_encode_accelerator.h',
776 ], 776 ],
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698