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

Side by Side Diff: media/media.gyp

Issue 1673383002: Add allocator interface for use by cdm_adapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simple classes 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'capture/video/win/video_capture_device_mf_win.cc', 512 'capture/video/win/video_capture_device_mf_win.cc',
513 'capture/video/win/video_capture_device_mf_win.h', 513 'capture/video/win/video_capture_device_mf_win.h',
514 'capture/video/win/video_capture_device_win.cc', 514 'capture/video/win/video_capture_device_win.cc',
515 'capture/video/win/video_capture_device_win.h', 515 'capture/video/win/video_capture_device_win.h',
516 'capture/webm_muxer.cc', 516 'capture/webm_muxer.cc',
517 'capture/webm_muxer.h', 517 'capture/webm_muxer.h',
518 'cdm/aes_decryptor.cc', 518 'cdm/aes_decryptor.cc',
519 'cdm/aes_decryptor.h', 519 'cdm/aes_decryptor.h',
520 'cdm/cdm_adapter.cc', 520 'cdm/cdm_adapter.cc',
521 'cdm/cdm_adapter.h', 521 'cdm/cdm_adapter.h',
522 'cdm/cdm_buffer_impl.cc', 522 'cdm/cdm_buffer.cc',
523 'cdm/cdm_buffer_impl.h', 523 'cdm/cdm_buffer.h',
524 'cdm/cdm_buffer_allocator.cc',
525 'cdm/cdm_buffer_allocator.h',
524 'cdm/cdm_helpers.cc', 526 'cdm/cdm_helpers.cc',
525 'cdm/cdm_helpers.h', 527 'cdm/cdm_helpers.h',
528 'cdm/cdm_video_frame.cc',
529 'cdm/cdm_video_frame.h',
526 'cdm/default_cdm_factory.cc', 530 'cdm/default_cdm_factory.cc',
527 'cdm/default_cdm_factory.h', 531 'cdm/default_cdm_factory.h',
528 'cdm/json_web_key.cc', 532 'cdm/json_web_key.cc',
529 'cdm/json_web_key.h', 533 'cdm/json_web_key.h',
530 'cdm/key_system_names.cc', 534 'cdm/key_system_names.cc',
531 'cdm/key_system_names.h', 535 'cdm/key_system_names.h',
532 'cdm/player_tracker_impl.cc', 536 'cdm/player_tracker_impl.cc',
533 'cdm/player_tracker_impl.h', 537 'cdm/player_tracker_impl.h',
534 'cdm/proxy_decryptor.cc', 538 'cdm/proxy_decryptor.cc',
535 'cdm/proxy_decryptor.h', 539 'cdm/proxy_decryptor.h',
540 'cdm/simple_cdm_buffer.cc',
541 'cdm/simple_cdm_buffer.h',
542 'cdm/simple_cdm_buffer_allocator.cc',
543 'cdm/simple_cdm_buffer_allocator.h',
536 'cdm/supported_cdm_versions.cc', 544 'cdm/supported_cdm_versions.cc',
537 'cdm/supported_cdm_versions.h', 545 'cdm/supported_cdm_versions.h',
538 'ffmpeg/ffmpeg_common.cc', 546 'ffmpeg/ffmpeg_common.cc',
539 'ffmpeg/ffmpeg_common.h', 547 'ffmpeg/ffmpeg_common.h',
540 'ffmpeg/ffmpeg_deleters.h', 548 'ffmpeg/ffmpeg_deleters.h',
541 'filters/audio_clock.cc', 549 'filters/audio_clock.cc',
542 'filters/audio_clock.h', 550 'filters/audio_clock.h',
543 'filters/audio_file_reader.cc', 551 'filters/audio_file_reader.cc',
544 'filters/audio_file_reader.h', 552 'filters/audio_file_reader.h',
545 'filters/audio_renderer_algorithm.cc', 553 'filters/audio_renderer_algorithm.cc',
(...skipping 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after
2143 'dependencies': [ 2151 'dependencies': [
2144 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2152 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2145 ], 2153 ],
2146 }], 2154 }],
2147 ], 2155 ],
2148 }, 2156 },
2149 ], 2157 ],
2150 }], 2158 }],
2151 ], 2159 ],
2152 } 2160 }
OLDNEW
« media/cdm/simple_cdm_buffer.cc ('K') | « media/cdm/simple_cdm_buffer_allocator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698