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

Side by Side Diff: content/content_common.gypi

Issue 1745903002: 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
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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'public/common/file_chooser_file_info.cc', 127 'public/common/file_chooser_file_info.cc',
128 'public/common/file_chooser_file_info.h', 128 'public/common/file_chooser_file_info.h',
129 'public/common/file_chooser_params.cc', 129 'public/common/file_chooser_params.cc',
130 'public/common/file_chooser_params.h', 130 'public/common/file_chooser_params.h',
131 'public/common/frame_navigate_params.cc', 131 'public/common/frame_navigate_params.cc',
132 'public/common/frame_navigate_params.h', 132 'public/common/frame_navigate_params.h',
133 'public/common/geoposition.cc', 133 'public/common/geoposition.cc',
134 'public/common/geoposition.h', 134 'public/common/geoposition.h',
135 'public/common/gpu_memory_stats.cc', 135 'public/common/gpu_memory_stats.cc',
136 'public/common/gpu_memory_stats.h', 136 'public/common/gpu_memory_stats.h',
137 'public/common/gpu_video_decode_accelerator_factory.h',
138 'public/common/gpu_video_decode_accelerator_helpers.h',
137 'public/common/injection_test_mac.h', 139 'public/common/injection_test_mac.h',
138 'public/common/injection_test_win.h', 140 'public/common/injection_test_win.h',
139 'public/common/javascript_message_type.h', 141 'public/common/javascript_message_type.h',
140 'public/common/main_function_params.h', 142 'public/common/main_function_params.h',
141 'public/common/manifest.cc', 143 'public/common/manifest.cc',
142 'public/common/manifest.h', 144 'public/common/manifest.h',
143 'public/common/media_metadata.cc', 145 'public/common/media_metadata.cc',
144 'public/common/media_metadata.h', 146 'public/common/media_metadata.h',
145 'public/common/media_stream_request.cc', 147 'public/common/media_stream_request.cc',
146 'public/common/media_stream_request.h', 148 'public/common/media_stream_request.h',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'common/gpu/media_messages.cc', 420 'common/gpu/media_messages.cc',
419 'common/gpu/media_messages.h', 421 'common/gpu/media_messages.h',
420 'common/gpu/media/fake_video_decode_accelerator.cc', 422 'common/gpu/media/fake_video_decode_accelerator.cc',
421 'common/gpu/media/fake_video_decode_accelerator.h', 423 'common/gpu/media/fake_video_decode_accelerator.h',
422 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', 424 'common/gpu/media/gpu_jpeg_decode_accelerator.cc',
423 'common/gpu/media/gpu_jpeg_decode_accelerator.h', 425 'common/gpu/media/gpu_jpeg_decode_accelerator.h',
424 'common/gpu/media/gpu_video_accelerator_util.cc', 426 'common/gpu/media/gpu_video_accelerator_util.cc',
425 'common/gpu/media/gpu_video_accelerator_util.h', 427 'common/gpu/media/gpu_video_accelerator_util.h',
426 'common/gpu/media/gpu_video_decode_accelerator.cc', 428 'common/gpu/media/gpu_video_decode_accelerator.cc',
427 'common/gpu/media/gpu_video_decode_accelerator.h', 429 'common/gpu/media/gpu_video_decode_accelerator.h',
430 'common/gpu/media/gpu_video_decode_accelerator_factory.cc',
428 'common/gpu/media/gpu_video_encode_accelerator.cc', 431 'common/gpu/media/gpu_video_encode_accelerator.cc',
429 'common/gpu/media/gpu_video_encode_accelerator.h', 432 'common/gpu/media/gpu_video_encode_accelerator.h',
430 'common/gpu/stream_texture_android.cc', 433 'common/gpu/stream_texture_android.cc',
431 'common/gpu/stream_texture_android.h', 434 'common/gpu/stream_texture_android.h',
432 'common/host_discardable_shared_memory_manager.cc', 435 'common/host_discardable_shared_memory_manager.cc',
433 'common/host_discardable_shared_memory_manager.h', 436 'common/host_discardable_shared_memory_manager.h',
434 'common/host_shared_bitmap_manager.cc', 437 'common/host_shared_bitmap_manager.cc',
435 'common/host_shared_bitmap_manager.h', 438 'common/host_shared_bitmap_manager.h',
436 'common/in_process_child_thread_params.cc', 439 'common/in_process_child_thread_params.cc',
437 'common/in_process_child_thread_params.h', 440 'common/in_process_child_thread_params.h',
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1102 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1100 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1103 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1101 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1104 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1102 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1105 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1103 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1106 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1104 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1107 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1105 ], 1108 ],
1106 }], 1109 }],
1107 ], 1110 ],
1108 } 1111 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698