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

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: add MEDIA_CDM_EXPORT for Windows 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
« no previous file with comments | « media/cdm/simple_cdm_buffer.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_impl.cc', 522 'cdm/cdm_allocator.cc',
523 'cdm/cdm_buffer_impl.h', 523 'cdm/cdm_allocator.h',
524 'cdm/cdm_helpers.cc', 524 'cdm/cdm_helpers.cc',
525 'cdm/cdm_helpers.h', 525 'cdm/cdm_helpers.h',
526 'cdm/default_cdm_factory.cc', 526 'cdm/default_cdm_factory.cc',
527 'cdm/default_cdm_factory.h', 527 'cdm/default_cdm_factory.h',
528 'cdm/json_web_key.cc', 528 'cdm/json_web_key.cc',
529 'cdm/json_web_key.h', 529 'cdm/json_web_key.h',
530 'cdm/key_system_names.cc', 530 'cdm/key_system_names.cc',
531 'cdm/key_system_names.h', 531 'cdm/key_system_names.h',
532 'cdm/player_tracker_impl.cc', 532 'cdm/player_tracker_impl.cc',
533 'cdm/player_tracker_impl.h', 533 'cdm/player_tracker_impl.h',
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 'capture/content/feedback_signal_accumulator_unittest.cc', 1279 'capture/content/feedback_signal_accumulator_unittest.cc',
1280 'capture/content/smooth_event_sampler_unittest.cc', 1280 'capture/content/smooth_event_sampler_unittest.cc',
1281 'capture/content/video_capture_oracle_unittest.cc', 1281 'capture/content/video_capture_oracle_unittest.cc',
1282 'capture/video/fake_video_capture_device_unittest.cc', 1282 'capture/video/fake_video_capture_device_unittest.cc',
1283 'capture/video/video_capture_device_unittest.cc', 1283 'capture/video/video_capture_device_unittest.cc',
1284 'capture/webm_muxer_unittest.cc', 1284 'capture/webm_muxer_unittest.cc',
1285 'cdm/aes_decryptor_unittest.cc', 1285 'cdm/aes_decryptor_unittest.cc',
1286 'cdm/external_clear_key_test_helper.cc', 1286 'cdm/external_clear_key_test_helper.cc',
1287 'cdm/external_clear_key_test_helper.h', 1287 'cdm/external_clear_key_test_helper.h',
1288 'cdm/json_web_key_unittest.cc', 1288 'cdm/json_web_key_unittest.cc',
1289 'cdm/simple_cdm_allocator.cc',
1290 'cdm/simple_cdm_allocator.h',
1291 'cdm/simple_cdm_allocator_unittest.cc',
1292 'cdm/simple_cdm_buffer.cc',
1293 'cdm/simple_cdm_buffer.h',
1289 'ffmpeg/ffmpeg_common_unittest.cc', 1294 'ffmpeg/ffmpeg_common_unittest.cc',
1290 'filters/audio_clock_unittest.cc', 1295 'filters/audio_clock_unittest.cc',
1291 'filters/audio_decoder_selector_unittest.cc', 1296 'filters/audio_decoder_selector_unittest.cc',
1292 'filters/audio_decoder_unittest.cc', 1297 'filters/audio_decoder_unittest.cc',
1293 'filters/audio_file_reader_unittest.cc', 1298 'filters/audio_file_reader_unittest.cc',
1294 'filters/audio_renderer_algorithm_unittest.cc', 1299 'filters/audio_renderer_algorithm_unittest.cc',
1295 'filters/blocking_url_protocol_unittest.cc', 1300 'filters/blocking_url_protocol_unittest.cc',
1296 'filters/chunk_demuxer_unittest.cc', 1301 'filters/chunk_demuxer_unittest.cc',
1297 'filters/decrypting_audio_decoder_unittest.cc', 1302 'filters/decrypting_audio_decoder_unittest.cc',
1298 'filters/decrypting_demuxer_stream_unittest.cc', 1303 'filters/decrypting_demuxer_stream_unittest.cc',
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after
2143 'dependencies': [ 2148 'dependencies': [
2144 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2149 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2145 ], 2150 ],
2146 }], 2151 }],
2147 ], 2152 ],
2148 }, 2153 },
2149 ], 2154 ],
2150 }], 2155 }],
2151 ], 2156 ],
2152 } 2157 }
OLDNEW
« no previous file with comments | « media/cdm/simple_cdm_buffer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698