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

Side by Side Diff: content/content_common.gypi

Issue 317083003: Merge VideoDecodeAcceleratorImpl with VideoDecodeAccelerator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add logging include Created 6 years, 6 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 | Annotate | Revision Log
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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'common/gpu/image_transport_surface.cc', 277 'common/gpu/image_transport_surface.cc',
278 'common/gpu/image_transport_surface.h', 278 'common/gpu/image_transport_surface.h',
279 'common/gpu/image_transport_surface_android.cc', 279 'common/gpu/image_transport_surface_android.cc',
280 'common/gpu/image_transport_surface_linux.cc', 280 'common/gpu/image_transport_surface_linux.cc',
281 'common/gpu/image_transport_surface_mac.cc', 281 'common/gpu/image_transport_surface_mac.cc',
282 'common/gpu/image_transport_surface_win.cc', 282 'common/gpu/image_transport_surface_win.cc',
283 'common/gpu/media/gpu_video_decode_accelerator.cc', 283 'common/gpu/media/gpu_video_decode_accelerator.cc',
284 'common/gpu/media/gpu_video_decode_accelerator.h', 284 'common/gpu/media/gpu_video_decode_accelerator.h',
285 'common/gpu/media/gpu_video_encode_accelerator.cc', 285 'common/gpu/media/gpu_video_encode_accelerator.cc',
286 'common/gpu/media/gpu_video_encode_accelerator.h', 286 'common/gpu/media/gpu_video_encode_accelerator.h',
287 'common/gpu/media/video_decode_accelerator_impl.cc',
288 'common/gpu/media/video_decode_accelerator_impl.h',
289 'common/gpu/stream_texture_android.cc', 287 'common/gpu/stream_texture_android.cc',
290 'common/gpu/stream_texture_android.h', 288 'common/gpu/stream_texture_android.h',
291 'common/gpu/sync_point_manager.cc', 289 'common/gpu/sync_point_manager.cc',
292 'common/gpu/sync_point_manager.h', 290 'common/gpu/sync_point_manager.h',
293 'common/gpu/texture_image_transport_surface.cc', 291 'common/gpu/texture_image_transport_surface.cc',
294 'common/gpu/texture_image_transport_surface.h', 292 'common/gpu/texture_image_transport_surface.h',
295 'common/handle_enumerator_win.cc', 293 'common/handle_enumerator_win.cc',
296 'common/handle_enumerator_win.h', 294 'common/handle_enumerator_win.h',
297 'common/host_shared_bitmap_manager.cc', 295 'common/host_shared_bitmap_manager.cc',
298 'common/host_shared_bitmap_manager.h', 296 'common/host_shared_bitmap_manager.h',
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 792 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
795 'common/sandbox_linux/bpf_renderer_policy_linux.h', 793 'common/sandbox_linux/bpf_renderer_policy_linux.h',
796 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 794 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
797 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 795 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
798 ], 796 ],
799 }, { 797 }, {
800 'defines': ['USE_SECCOMP_BPF'], 798 'defines': ['USE_SECCOMP_BPF'],
801 }], 799 }],
802 ], 800 ],
803 } 801 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/video_decode_accelerator_impl.cc ('k') | media/video/mock_video_decode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698