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

Side by Side Diff: content/content_common.gypi

Issue 1541353002: Add offset support to BitstreamBuffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments and rebase 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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 'common/gpu/media/gpu_video_decode_accelerator.cc', 425 'common/gpu/media/gpu_video_decode_accelerator.cc',
426 'common/gpu/media/gpu_video_decode_accelerator.h', 426 'common/gpu/media/gpu_video_decode_accelerator.h',
427 'common/gpu/media/gpu_video_encode_accelerator.cc', 427 'common/gpu/media/gpu_video_encode_accelerator.cc',
428 'common/gpu/media/gpu_video_encode_accelerator.h', 428 'common/gpu/media/gpu_video_encode_accelerator.h',
429 'common/gpu/media/media_channel.cc', 429 'common/gpu/media/media_channel.cc',
430 'common/gpu/media/media_channel.h', 430 'common/gpu/media/media_channel.h',
431 'common/gpu/media/media_messages.cc', 431 'common/gpu/media/media_messages.cc',
432 'common/gpu/media/media_messages.h', 432 'common/gpu/media/media_messages.h',
433 'common/gpu/media/media_service.cc', 433 'common/gpu/media/media_service.cc',
434 'common/gpu/media/media_service.h', 434 'common/gpu/media/media_service.h',
435 'common/gpu/media/shared_memory_region.cc',
436 'common/gpu/media/shared_memory_region.h',
435 'common/gpu/stream_texture_android.cc', 437 'common/gpu/stream_texture_android.cc',
436 'common/gpu/stream_texture_android.h', 438 'common/gpu/stream_texture_android.h',
437 'common/host_discardable_shared_memory_manager.cc', 439 'common/host_discardable_shared_memory_manager.cc',
438 'common/host_discardable_shared_memory_manager.h', 440 'common/host_discardable_shared_memory_manager.h',
439 'common/host_shared_bitmap_manager.cc', 441 'common/host_shared_bitmap_manager.cc',
440 'common/host_shared_bitmap_manager.h', 442 'common/host_shared_bitmap_manager.h',
441 'common/in_process_child_thread_params.cc', 443 'common/in_process_child_thread_params.cc',
442 'common/in_process_child_thread_params.h', 444 'common/in_process_child_thread_params.h',
443 'common/indexed_db/indexed_db_constants.h', 445 'common/indexed_db/indexed_db_constants.h',
444 'common/indexed_db/indexed_db_key.cc', 446 'common/indexed_db/indexed_db_key.cc',
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1106 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1105 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1107 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1106 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1108 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1107 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1109 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1108 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1110 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1109 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1111 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1110 ], 1112 ],
1111 }], 1113 }],
1112 ], 1114 ],
1113 } 1115 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/vaapi_video_encode_accelerator.cc ('k') | content/renderer/media/rtc_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698