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

Side by Side Diff: content/content_common.gypi

Issue 1016773002: MJPEG acceleration for video capture using VAAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'common/gpu/client/gl_helper_scaling.h', 279 'common/gpu/client/gl_helper_scaling.h',
280 'common/gpu/client/gpu_channel_host.cc', 280 'common/gpu/client/gpu_channel_host.cc',
281 'common/gpu/client/gpu_channel_host.h', 281 'common/gpu/client/gpu_channel_host.h',
282 'common/gpu/client/gpu_memory_buffer_factory_host.h', 282 'common/gpu/client/gpu_memory_buffer_factory_host.h',
283 'common/gpu/client/gpu_memory_buffer_impl.cc', 283 'common/gpu/client/gpu_memory_buffer_impl.cc',
284 'common/gpu/client/gpu_memory_buffer_impl.h', 284 'common/gpu/client/gpu_memory_buffer_impl.h',
285 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 285 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
286 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 286 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
287 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', 287 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc',
288 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', 288 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h',
289 'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc',
290 'common/gpu/client/gpu_jpeg_decode_accelerator_host.h',
289 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 291 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
290 'common/gpu/client/gpu_video_decode_accelerator_host.h', 292 'common/gpu/client/gpu_video_decode_accelerator_host.h',
291 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 293 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
292 'common/gpu/client/gpu_video_encode_accelerator_host.h', 294 'common/gpu/client/gpu_video_encode_accelerator_host.h',
293 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc', 295 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc',
294 'common/gpu/client/grcontext_for_webgraphicscontext3d.h', 296 'common/gpu/client/grcontext_for_webgraphicscontext3d.h',
295 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 297 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
296 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 298 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
297 'common/gpu/gpu_channel.cc', 299 'common/gpu/gpu_channel.cc',
298 'common/gpu/gpu_channel.h', 300 'common/gpu/gpu_channel.h',
(...skipping 28 matching lines...) Expand all
327 'common/gpu/image_transport_surface_calayer_mac.mm', 329 'common/gpu/image_transport_surface_calayer_mac.mm',
328 'common/gpu/image_transport_surface_fbo_mac.h', 330 'common/gpu/image_transport_surface_fbo_mac.h',
329 'common/gpu/image_transport_surface_fbo_mac.mm', 331 'common/gpu/image_transport_surface_fbo_mac.mm',
330 'common/gpu/image_transport_surface_iosurface_mac.cc', 332 'common/gpu/image_transport_surface_iosurface_mac.cc',
331 'common/gpu/image_transport_surface_iosurface_mac.h', 333 'common/gpu/image_transport_surface_iosurface_mac.h',
332 'common/gpu/image_transport_surface_linux.cc', 334 'common/gpu/image_transport_surface_linux.cc',
333 'common/gpu/image_transport_surface_mac.mm', 335 'common/gpu/image_transport_surface_mac.mm',
334 'common/gpu/image_transport_surface_win.cc', 336 'common/gpu/image_transport_surface_win.cc',
335 'common/gpu/media/fake_video_decode_accelerator.cc', 337 'common/gpu/media/fake_video_decode_accelerator.cc',
336 'common/gpu/media/fake_video_decode_accelerator.h', 338 'common/gpu/media/fake_video_decode_accelerator.h',
339 'common/gpu/media/gpu_jpeg_decode_accelerator.cc',
340 'common/gpu/media/gpu_jpeg_decode_accelerator.h',
337 'common/gpu/media/gpu_video_accelerator_util.cc', 341 'common/gpu/media/gpu_video_accelerator_util.cc',
338 'common/gpu/media/gpu_video_accelerator_util.h', 342 'common/gpu/media/gpu_video_accelerator_util.h',
339 'common/gpu/media/gpu_video_decode_accelerator.cc', 343 'common/gpu/media/gpu_video_decode_accelerator.cc',
340 'common/gpu/media/gpu_video_decode_accelerator.h', 344 'common/gpu/media/gpu_video_decode_accelerator.h',
341 'common/gpu/media/gpu_video_encode_accelerator.cc', 345 'common/gpu/media/gpu_video_encode_accelerator.cc',
342 'common/gpu/media/gpu_video_encode_accelerator.h', 346 'common/gpu/media/gpu_video_encode_accelerator.h',
343 'common/gpu/null_transport_surface.cc', 347 'common/gpu/null_transport_surface.cc',
344 'common/gpu/null_transport_surface.h', 348 'common/gpu/null_transport_surface.h',
345 'common/gpu/stream_texture_android.cc', 349 'common/gpu/stream_texture_android.cc',
346 'common/gpu/stream_texture_android.h', 350 'common/gpu/stream_texture_android.h',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 'dependencies': [ 879 'dependencies': [
876 '../media/media.gyp:media', 880 '../media/media.gyp:media',
877 '../third_party/libyuv/libyuv.gyp:libyuv', 881 '../third_party/libyuv/libyuv.gyp:libyuv',
878 ], 882 ],
879 'sources': [ 883 'sources': [
880 'common/gpu/media/va_surface.h', 884 'common/gpu/media/va_surface.h',
881 'common/gpu/media/vaapi_jpeg_decoder.cc', 885 'common/gpu/media/vaapi_jpeg_decoder.cc',
882 'common/gpu/media/vaapi_jpeg_decoder.h', 886 'common/gpu/media/vaapi_jpeg_decoder.h',
883 'common/gpu/media/vaapi_picture.cc', 887 'common/gpu/media/vaapi_picture.cc',
884 'common/gpu/media/vaapi_picture.h', 888 'common/gpu/media/vaapi_picture.h',
889 'common/gpu/media/vaapi_jpeg_decode_accelerator.cc',
890 'common/gpu/media/vaapi_jpeg_decode_accelerator.h',
885 'common/gpu/media/vaapi_video_decode_accelerator.cc', 891 'common/gpu/media/vaapi_video_decode_accelerator.cc',
886 'common/gpu/media/vaapi_video_decode_accelerator.h', 892 'common/gpu/media/vaapi_video_decode_accelerator.h',
887 'common/gpu/media/vaapi_video_encode_accelerator.cc', 893 'common/gpu/media/vaapi_video_encode_accelerator.cc',
888 'common/gpu/media/vaapi_video_encode_accelerator.h', 894 'common/gpu/media/vaapi_video_encode_accelerator.h',
889 'common/gpu/media/vaapi_wrapper.cc', 895 'common/gpu/media/vaapi_wrapper.cc',
890 'common/gpu/media/vaapi_wrapper.h', 896 'common/gpu/media/vaapi_wrapper.h',
891 ], 897 ],
892 'conditions': [ 898 'conditions': [
893 ['use_x11 == 1', { 899 ['use_x11 == 1', {
894 'variables': { 900 'variables': {
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1057 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1052 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1058 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1053 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1059 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1054 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1060 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1055 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1061 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1056 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1062 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1057 ], 1063 ],
1058 }], 1064 }],
1059 ], 1065 ],
1060 } 1066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698