OLD | NEW |
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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 'common/gpu/client/gl_helper_scaling.h', | 278 'common/gpu/client/gl_helper_scaling.h', |
279 'common/gpu/client/gpu_channel_host.cc', | 279 'common/gpu/client/gpu_channel_host.cc', |
280 'common/gpu/client/gpu_channel_host.h', | 280 'common/gpu/client/gpu_channel_host.h', |
281 'common/gpu/client/gpu_memory_buffer_factory_host.h', | 281 'common/gpu/client/gpu_memory_buffer_factory_host.h', |
282 'common/gpu/client/gpu_memory_buffer_impl.cc', | 282 'common/gpu/client/gpu_memory_buffer_impl.cc', |
283 'common/gpu/client/gpu_memory_buffer_impl.h', | 283 'common/gpu/client/gpu_memory_buffer_impl.h', |
284 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 284 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
285 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 285 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
286 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', | 286 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', |
287 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', | 287 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', |
| 288 'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc', |
| 289 'common/gpu/client/gpu_jpeg_decode_accelerator_host.h', |
288 'common/gpu/client/gpu_video_decode_accelerator_host.cc', | 290 'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
289 'common/gpu/client/gpu_video_decode_accelerator_host.h', | 291 'common/gpu/client/gpu_video_decode_accelerator_host.h', |
290 'common/gpu/client/gpu_video_encode_accelerator_host.cc', | 292 'common/gpu/client/gpu_video_encode_accelerator_host.cc', |
291 'common/gpu/client/gpu_video_encode_accelerator_host.h', | 293 'common/gpu/client/gpu_video_encode_accelerator_host.h', |
292 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', | 294 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', |
293 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', | 295 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', |
294 'common/gpu/gpu_channel.cc', | 296 'common/gpu/gpu_channel.cc', |
295 'common/gpu/gpu_channel.h', | 297 'common/gpu/gpu_channel.h', |
296 'common/gpu/gpu_channel_manager.cc', | 298 'common/gpu/gpu_channel_manager.cc', |
297 'common/gpu/gpu_channel_manager.h', | 299 'common/gpu/gpu_channel_manager.h', |
(...skipping 26 matching lines...) Expand all Loading... |
324 'common/gpu/image_transport_surface_calayer_mac.mm', | 326 'common/gpu/image_transport_surface_calayer_mac.mm', |
325 'common/gpu/image_transport_surface_fbo_mac.h', | 327 'common/gpu/image_transport_surface_fbo_mac.h', |
326 'common/gpu/image_transport_surface_fbo_mac.mm', | 328 'common/gpu/image_transport_surface_fbo_mac.mm', |
327 'common/gpu/image_transport_surface_iosurface_mac.cc', | 329 'common/gpu/image_transport_surface_iosurface_mac.cc', |
328 'common/gpu/image_transport_surface_iosurface_mac.h', | 330 'common/gpu/image_transport_surface_iosurface_mac.h', |
329 'common/gpu/image_transport_surface_linux.cc', | 331 'common/gpu/image_transport_surface_linux.cc', |
330 'common/gpu/image_transport_surface_mac.mm', | 332 'common/gpu/image_transport_surface_mac.mm', |
331 'common/gpu/image_transport_surface_win.cc', | 333 'common/gpu/image_transport_surface_win.cc', |
332 'common/gpu/media/fake_video_decode_accelerator.cc', | 334 'common/gpu/media/fake_video_decode_accelerator.cc', |
333 'common/gpu/media/fake_video_decode_accelerator.h', | 335 'common/gpu/media/fake_video_decode_accelerator.h', |
| 336 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', |
| 337 'common/gpu/media/gpu_jpeg_decode_accelerator.h', |
334 'common/gpu/media/gpu_video_accelerator_util.cc', | 338 'common/gpu/media/gpu_video_accelerator_util.cc', |
335 'common/gpu/media/gpu_video_accelerator_util.h', | 339 'common/gpu/media/gpu_video_accelerator_util.h', |
336 'common/gpu/media/gpu_video_decode_accelerator.cc', | 340 'common/gpu/media/gpu_video_decode_accelerator.cc', |
337 'common/gpu/media/gpu_video_decode_accelerator.h', | 341 'common/gpu/media/gpu_video_decode_accelerator.h', |
338 'common/gpu/media/gpu_video_encode_accelerator.cc', | 342 'common/gpu/media/gpu_video_encode_accelerator.cc', |
339 'common/gpu/media/gpu_video_encode_accelerator.h', | 343 'common/gpu/media/gpu_video_encode_accelerator.h', |
340 'common/gpu/null_transport_surface.cc', | 344 'common/gpu/null_transport_surface.cc', |
341 'common/gpu/null_transport_surface.h', | 345 'common/gpu/null_transport_surface.h', |
342 'common/gpu/stream_texture_android.cc', | 346 'common/gpu/stream_texture_android.cc', |
343 'common/gpu/stream_texture_android.h', | 347 'common/gpu/stream_texture_android.h', |
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 'dependencies': [ | 877 'dependencies': [ |
874 '../media/media.gyp:media', | 878 '../media/media.gyp:media', |
875 '../third_party/libyuv/libyuv.gyp:libyuv', | 879 '../third_party/libyuv/libyuv.gyp:libyuv', |
876 ], | 880 ], |
877 'sources': [ | 881 'sources': [ |
878 'common/gpu/media/va_surface.h', | 882 'common/gpu/media/va_surface.h', |
879 'common/gpu/media/vaapi_jpeg_decoder.cc', | 883 'common/gpu/media/vaapi_jpeg_decoder.cc', |
880 'common/gpu/media/vaapi_jpeg_decoder.h', | 884 'common/gpu/media/vaapi_jpeg_decoder.h', |
881 'common/gpu/media/vaapi_picture.cc', | 885 'common/gpu/media/vaapi_picture.cc', |
882 'common/gpu/media/vaapi_picture.h', | 886 'common/gpu/media/vaapi_picture.h', |
| 887 'common/gpu/media/vaapi_jpeg_decode_accelerator.cc', |
| 888 'common/gpu/media/vaapi_jpeg_decode_accelerator.h', |
883 'common/gpu/media/vaapi_video_decode_accelerator.cc', | 889 'common/gpu/media/vaapi_video_decode_accelerator.cc', |
884 'common/gpu/media/vaapi_video_decode_accelerator.h', | 890 'common/gpu/media/vaapi_video_decode_accelerator.h', |
885 'common/gpu/media/vaapi_video_encode_accelerator.cc', | 891 'common/gpu/media/vaapi_video_encode_accelerator.cc', |
886 'common/gpu/media/vaapi_video_encode_accelerator.h', | 892 'common/gpu/media/vaapi_video_encode_accelerator.h', |
887 'common/gpu/media/vaapi_wrapper.cc', | 893 'common/gpu/media/vaapi_wrapper.cc', |
888 'common/gpu/media/vaapi_wrapper.h', | 894 'common/gpu/media/vaapi_wrapper.h', |
889 ], | 895 ], |
890 'conditions': [ | 896 'conditions': [ |
891 ['use_x11 == 1', { | 897 ['use_x11 == 1', { |
892 'variables': { | 898 'variables': { |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1049 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1055 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1050 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1056 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
1051 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1057 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
1052 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1058 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1053 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1059 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
1054 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1060 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
1055 ], | 1061 ], |
1056 }], | 1062 }], |
1057 ], | 1063 ], |
1058 } | 1064 } |
OLD | NEW |