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

Side by Side Diff: content/content_common.gypi

Issue 1832123002: Revert of Introduce GpuVideoDecodeAcceleratorFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/vt_video_decode_accelerator_mac.cc ('k') | content/content_gpu.gypi » ('j') | 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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'common/gpu/media/create_video_encoder_params.cc', 400 'common/gpu/media/create_video_encoder_params.cc',
401 'common/gpu/media/create_video_encoder_params.h', 401 'common/gpu/media/create_video_encoder_params.h',
402 'common/gpu/media/fake_video_decode_accelerator.cc', 402 'common/gpu/media/fake_video_decode_accelerator.cc',
403 'common/gpu/media/fake_video_decode_accelerator.h', 403 'common/gpu/media/fake_video_decode_accelerator.h',
404 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', 404 'common/gpu/media/gpu_jpeg_decode_accelerator.cc',
405 'common/gpu/media/gpu_jpeg_decode_accelerator.h', 405 'common/gpu/media/gpu_jpeg_decode_accelerator.h',
406 'common/gpu/media/gpu_video_accelerator_util.cc', 406 'common/gpu/media/gpu_video_accelerator_util.cc',
407 'common/gpu/media/gpu_video_accelerator_util.h', 407 'common/gpu/media/gpu_video_accelerator_util.h',
408 'common/gpu/media/gpu_video_decode_accelerator.cc', 408 'common/gpu/media/gpu_video_decode_accelerator.cc',
409 'common/gpu/media/gpu_video_decode_accelerator.h', 409 'common/gpu/media/gpu_video_decode_accelerator.h',
410 'common/gpu/media/gpu_video_decode_accelerator_factory_impl.cc',
411 'common/gpu/media/gpu_video_decode_accelerator_factory_impl.h',
412 'common/gpu/media/gpu_video_decode_accelerator_helpers.h',
413 'common/gpu/media/gpu_video_encode_accelerator.cc', 410 'common/gpu/media/gpu_video_encode_accelerator.cc',
414 'common/gpu/media/gpu_video_encode_accelerator.h', 411 'common/gpu/media/gpu_video_encode_accelerator.h',
415 'common/gpu/media/media_channel.cc', 412 'common/gpu/media/media_channel.cc',
416 'common/gpu/media/media_channel.h', 413 'common/gpu/media/media_channel.h',
417 'common/gpu/media/media_messages.cc', 414 'common/gpu/media/media_messages.cc',
418 'common/gpu/media/media_messages.h', 415 'common/gpu/media/media_messages.h',
419 'common/gpu/media/media_service.cc', 416 'common/gpu/media/media_service.cc',
420 'common/gpu/media/media_service.h', 417 'common/gpu/media/media_service.h',
421 'common/gpu/media/shared_memory_region.cc', 418 'common/gpu/media/shared_memory_region.cc',
422 'common/gpu/media/shared_memory_region.h', 419 'common/gpu/media/shared_memory_region.h',
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1105 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1106 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1110 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1107 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1111 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1108 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1109 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1113 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1110 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1114 ], 1111 ],
1115 }], 1112 }],
1116 ], 1113 ],
1117 } 1114 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/vt_video_decode_accelerator_mac.cc ('k') | content/content_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698