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

Side by Side Diff: content/content_common.gypi

Issue 1839193003: Reland: Introduce GpuVideoDecodeAcceleratorFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 '../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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'common/gpu/image_transport_surface_overlay_mac.mm', 385 'common/gpu/image_transport_surface_overlay_mac.mm',
386 'common/gpu/image_transport_surface_win.cc', 386 'common/gpu/image_transport_surface_win.cc',
387 'common/gpu/media/fake_video_decode_accelerator.cc', 387 'common/gpu/media/fake_video_decode_accelerator.cc',
388 'common/gpu/media/fake_video_decode_accelerator.h', 388 'common/gpu/media/fake_video_decode_accelerator.h',
389 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', 389 'common/gpu/media/gpu_jpeg_decode_accelerator.cc',
390 'common/gpu/media/gpu_jpeg_decode_accelerator.h', 390 'common/gpu/media/gpu_jpeg_decode_accelerator.h',
391 'common/gpu/media/gpu_video_accelerator_util.cc', 391 'common/gpu/media/gpu_video_accelerator_util.cc',
392 'common/gpu/media/gpu_video_accelerator_util.h', 392 'common/gpu/media/gpu_video_accelerator_util.h',
393 'common/gpu/media/gpu_video_decode_accelerator.cc', 393 'common/gpu/media/gpu_video_decode_accelerator.cc',
394 'common/gpu/media/gpu_video_decode_accelerator.h', 394 'common/gpu/media/gpu_video_decode_accelerator.h',
395 'common/gpu/media/gpu_video_decode_accelerator_factory_impl.cc',
396 'common/gpu/media/gpu_video_decode_accelerator_factory_impl.h',
397 'common/gpu/media/gpu_video_decode_accelerator_helpers.h',
395 'common/gpu/media/gpu_video_encode_accelerator.cc', 398 'common/gpu/media/gpu_video_encode_accelerator.cc',
396 'common/gpu/media/gpu_video_encode_accelerator.h', 399 'common/gpu/media/gpu_video_encode_accelerator.h',
397 'common/gpu/media/media_channel.cc', 400 'common/gpu/media/media_channel.cc',
398 'common/gpu/media/media_channel.h', 401 'common/gpu/media/media_channel.h',
399 'common/gpu/media/media_service.cc', 402 'common/gpu/media/media_service.cc',
400 'common/gpu/media/media_service.h', 403 'common/gpu/media/media_service.h',
401 'common/gpu/media/shared_memory_region.cc', 404 'common/gpu/media/shared_memory_region.cc',
402 'common/gpu/media/shared_memory_region.h', 405 'common/gpu/media/shared_memory_region.h',
403 'common/gpu/pass_through_image_transport_surface.cc', 406 'common/gpu/pass_through_image_transport_surface.cc',
404 'common/gpu/pass_through_image_transport_surface.h', 407 'common/gpu/pass_through_image_transport_surface.h',
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 'sources!': [ 1058 'sources!': [
1056 'common/cursors/webcursor_ozone.cc', 1059 'common/cursors/webcursor_ozone.cc',
1057 'common/font_list_ozone.cc', 1060 'common/font_list_ozone.cc',
1058 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1061 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1059 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1062 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1060 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1063 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1061 ], 1064 ],
1062 }], 1065 }],
1063 ], 1066 ],
1064 } 1067 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698