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

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: rebase over crrev.com/1645873002 Created 4 years, 10 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 'common/gpu/media/fake_video_decode_accelerator.cc', 409 'common/gpu/media/fake_video_decode_accelerator.cc',
410 'common/gpu/media/fake_video_decode_accelerator.h', 410 'common/gpu/media/fake_video_decode_accelerator.h',
411 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', 411 'common/gpu/media/gpu_jpeg_decode_accelerator.cc',
412 'common/gpu/media/gpu_jpeg_decode_accelerator.h', 412 'common/gpu/media/gpu_jpeg_decode_accelerator.h',
413 'common/gpu/media/gpu_video_accelerator_util.cc', 413 'common/gpu/media/gpu_video_accelerator_util.cc',
414 'common/gpu/media/gpu_video_accelerator_util.h', 414 'common/gpu/media/gpu_video_accelerator_util.h',
415 'common/gpu/media/gpu_video_decode_accelerator.cc', 415 'common/gpu/media/gpu_video_decode_accelerator.cc',
416 'common/gpu/media/gpu_video_decode_accelerator.h', 416 'common/gpu/media/gpu_video_decode_accelerator.h',
417 'common/gpu/media/gpu_video_encode_accelerator.cc', 417 'common/gpu/media/gpu_video_encode_accelerator.cc',
418 'common/gpu/media/gpu_video_encode_accelerator.h', 418 'common/gpu/media/gpu_video_encode_accelerator.h',
419 'common/gpu/media/shared_memory_region.cc',
420 'common/gpu/media/shared_memory_region.h',
419 'common/gpu/stream_texture_android.cc', 421 'common/gpu/stream_texture_android.cc',
420 'common/gpu/stream_texture_android.h', 422 'common/gpu/stream_texture_android.h',
421 'common/host_discardable_shared_memory_manager.cc', 423 'common/host_discardable_shared_memory_manager.cc',
422 'common/host_discardable_shared_memory_manager.h', 424 'common/host_discardable_shared_memory_manager.h',
423 'common/host_shared_bitmap_manager.cc', 425 'common/host_shared_bitmap_manager.cc',
424 'common/host_shared_bitmap_manager.h', 426 'common/host_shared_bitmap_manager.h',
425 'common/in_process_child_thread_params.cc', 427 'common/in_process_child_thread_params.cc',
426 'common/in_process_child_thread_params.h', 428 'common/in_process_child_thread_params.h',
427 'common/indexed_db/indexed_db_constants.h', 429 'common/indexed_db/indexed_db_constants.h',
428 'common/indexed_db/indexed_db_key.cc', 430 'common/indexed_db/indexed_db_key.cc',
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1088 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1087 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1089 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1088 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1090 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1089 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1091 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1090 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1092 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1091 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1093 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1092 ], 1094 ],
1093 }], 1095 }],
1094 ], 1096 ],
1095 } 1097 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698