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

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: 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
« media/cdm/cdm_buffer_impl.cc ('K') | « media/cdm/cdm_buffer_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.cc',
523 'cdm/cdm_buffer.h',
524 'cdm/cdm_buffer_allocator.cc',
525 'cdm/cdm_buffer_allocator.h',
526 'cdm/cdm_buffer_allocator_impl.cc',
527 'cdm/cdm_buffer_allocator_impl.h',
522 'cdm/cdm_buffer_impl.cc', 528 'cdm/cdm_buffer_impl.cc',
523 'cdm/cdm_buffer_impl.h', 529 'cdm/cdm_buffer_impl.h',
524 'cdm/cdm_helpers.cc', 530 'cdm/cdm_helpers.cc',
525 'cdm/cdm_helpers.h', 531 'cdm/cdm_helpers.h',
526 'cdm/default_cdm_factory.cc', 532 'cdm/default_cdm_factory.cc',
527 'cdm/default_cdm_factory.h', 533 'cdm/default_cdm_factory.h',
528 'cdm/json_web_key.cc', 534 'cdm/json_web_key.cc',
529 'cdm/json_web_key.h', 535 'cdm/json_web_key.h',
530 'cdm/key_system_names.cc', 536 'cdm/key_system_names.cc',
531 'cdm/key_system_names.h', 537 'cdm/key_system_names.h',
(...skipping 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after
2143 'dependencies': [ 2149 'dependencies': [
2144 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2150 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2145 ], 2151 ],
2146 }], 2152 }],
2147 ], 2153 ],
2148 }, 2154 },
2149 ], 2155 ],
2150 }], 2156 }],
2151 ], 2157 ],
2152 } 2158 }
OLDNEW
« media/cdm/cdm_buffer_impl.cc ('K') | « media/cdm/cdm_buffer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698