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

Side by Side Diff: content/content_common.gypi

Issue 1451353002: Implement GpuArcVideoService for arc video accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'common/gpu/client/command_buffer_proxy_impl.cc', 288 'common/gpu/client/command_buffer_proxy_impl.cc',
289 'common/gpu/client/command_buffer_proxy_impl.h', 289 'common/gpu/client/command_buffer_proxy_impl.h',
290 'common/gpu/client/context_provider_command_buffer.cc', 290 'common/gpu/client/context_provider_command_buffer.cc',
291 'common/gpu/client/context_provider_command_buffer.h', 291 'common/gpu/client/context_provider_command_buffer.h',
292 'common/gpu/client/gl_helper.cc', 292 'common/gpu/client/gl_helper.cc',
293 'common/gpu/client/gl_helper.h', 293 'common/gpu/client/gl_helper.h',
294 'common/gpu/client/gl_helper_readback_support.cc', 294 'common/gpu/client/gl_helper_readback_support.cc',
295 'common/gpu/client/gl_helper_readback_support.h', 295 'common/gpu/client/gl_helper_readback_support.h',
296 'common/gpu/client/gl_helper_scaling.cc', 296 'common/gpu/client/gl_helper_scaling.cc',
297 'common/gpu/client/gl_helper_scaling.h', 297 'common/gpu/client/gl_helper_scaling.h',
298 'common/gpu/client/gpu_arc_accelerator_host.cc',
299 'common/gpu/client/gpu_arc_accelerator_host.h',
298 'common/gpu/client/gpu_channel_host.cc', 300 'common/gpu/client/gpu_channel_host.cc',
299 'common/gpu/client/gpu_channel_host.h', 301 'common/gpu/client/gpu_channel_host.h',
300 'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc', 302 'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc',
301 'common/gpu/client/gpu_jpeg_decode_accelerator_host.h', 303 'common/gpu/client/gpu_jpeg_decode_accelerator_host.h',
302 'common/gpu/client/gpu_memory_buffer_impl.cc', 304 'common/gpu/client/gpu_memory_buffer_impl.cc',
303 'common/gpu/client/gpu_memory_buffer_impl.h', 305 'common/gpu/client/gpu_memory_buffer_impl.h',
304 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 306 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
305 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 307 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
306 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', 308 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc',
307 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', 309 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'common/gpu/image_transport_surface.cc', 341 'common/gpu/image_transport_surface.cc',
340 'common/gpu/image_transport_surface.h', 342 'common/gpu/image_transport_surface.h',
341 'common/gpu/image_transport_surface_android.cc', 343 'common/gpu/image_transport_surface_android.cc',
342 'common/gpu/image_transport_surface_linux.cc', 344 'common/gpu/image_transport_surface_linux.cc',
343 'common/gpu/image_transport_surface_overlay_mac.h', 345 'common/gpu/image_transport_surface_overlay_mac.h',
344 'common/gpu/image_transport_surface_overlay_mac.mm', 346 'common/gpu/image_transport_surface_overlay_mac.mm',
345 'common/gpu/image_transport_surface_mac.mm', 347 'common/gpu/image_transport_surface_mac.mm',
346 'common/gpu/image_transport_surface_win.cc', 348 'common/gpu/image_transport_surface_win.cc',
347 'common/gpu/media/fake_video_decode_accelerator.cc', 349 'common/gpu/media/fake_video_decode_accelerator.cc',
348 'common/gpu/media/fake_video_decode_accelerator.h', 350 'common/gpu/media/fake_video_decode_accelerator.h',
351 'common/gpu/media/gpu_arc_accelerator.cc',
352 'common/gpu/media/gpu_arc_accelerator.h',
349 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', 353 'common/gpu/media/gpu_jpeg_decode_accelerator.cc',
350 'common/gpu/media/gpu_jpeg_decode_accelerator.h', 354 'common/gpu/media/gpu_jpeg_decode_accelerator.h',
351 'common/gpu/media/gpu_video_accelerator_util.cc', 355 'common/gpu/media/gpu_video_accelerator_util.cc',
352 'common/gpu/media/gpu_video_accelerator_util.h', 356 'common/gpu/media/gpu_video_accelerator_util.h',
353 'common/gpu/media/gpu_video_decode_accelerator.cc', 357 'common/gpu/media/gpu_video_decode_accelerator.cc',
354 'common/gpu/media/gpu_video_decode_accelerator.h', 358 'common/gpu/media/gpu_video_decode_accelerator.h',
355 'common/gpu/media/gpu_video_encode_accelerator.cc', 359 'common/gpu/media/gpu_video_encode_accelerator.cc',
356 'common/gpu/media/gpu_video_encode_accelerator.h', 360 'common/gpu/media/gpu_video_encode_accelerator.h',
357 'common/gpu/stream_texture_android.cc', 361 'common/gpu/stream_texture_android.cc',
358 'common/gpu/stream_texture_android.h', 362 'common/gpu/stream_texture_android.h',
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1106 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1103 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1107 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1104 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1108 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1105 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1109 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1106 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1110 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1107 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1111 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1108 ], 1112 ],
1109 }], 1113 }],
1110 ], 1114 ],
1111 } 1115 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698