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

Side by Side Diff: content/content_common.gypi

Issue 1313913003: Begin refactor of AVDA to support zero-copy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cl feedback + rebased. Created 5 years, 3 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/gpu_video_decode_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 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 'common/sandbox_util.cc', 789 'common/sandbox_util.cc',
790 'public/common/pepper_plugin_info.cc', 790 'public/common/pepper_plugin_info.cc',
791 'public/common/pepper_plugin_info.h', 791 'public/common/pepper_plugin_info.h',
792 ], 792 ],
793 }], 793 }],
794 ['OS=="android"', { 794 ['OS=="android"', {
795 'dependencies': [ 795 'dependencies': [
796 '../media/media.gyp:media', 796 '../media/media.gyp:media',
797 ], 797 ],
798 'sources': [ 798 'sources': [
799 'common/gpu/media/android_copying_backing_strategy.cc',
800 'common/gpu/media/android_copying_backing_strategy.h',
799 'common/gpu/media/android_video_decode_accelerator.cc', 801 'common/gpu/media/android_video_decode_accelerator.cc',
800 'common/gpu/media/android_video_decode_accelerator.h', 802 'common/gpu/media/android_video_decode_accelerator.h',
803 'common/gpu/media/avda_return_on_failure.h',
801 ], 804 ],
802 }], 805 }],
803 ['OS=="android" and enable_webrtc==1', { 806 ['OS=="android" and enable_webrtc==1', {
804 'dependencies': [ 807 'dependencies': [
805 '../third_party/libyuv/libyuv.gyp:libyuv', 808 '../third_party/libyuv/libyuv.gyp:libyuv',
806 ], 809 ],
807 'sources': [ 810 'sources': [
808 'common/gpu/media/android_video_encode_accelerator.cc', 811 'common/gpu/media/android_video_encode_accelerator.cc',
809 'common/gpu/media/android_video_encode_accelerator.h', 812 'common/gpu/media/android_video_encode_accelerator.h',
810 ], 813 ],
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1094 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1092 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1095 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1093 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1096 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1094 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1097 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1095 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1098 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1096 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1099 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1097 ], 1100 ],
1098 }], 1101 }],
1099 ], 1102 ],
1100 } 1103 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/gpu_video_decode_accelerator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698