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

Side by Side Diff: media/media.gyp

Issue 523283002: media: Introduce DemuxerStreamProvider interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'base/decoder_buffer_queue.cc', 270 'base/decoder_buffer_queue.cc',
271 'base/decoder_buffer_queue.h', 271 'base/decoder_buffer_queue.h',
272 'base/decrypt_config.cc', 272 'base/decrypt_config.cc',
273 'base/decrypt_config.h', 273 'base/decrypt_config.h',
274 'base/decryptor.cc', 274 'base/decryptor.cc',
275 'base/decryptor.h', 275 'base/decryptor.h',
276 'base/demuxer.cc', 276 'base/demuxer.cc',
277 'base/demuxer.h', 277 'base/demuxer.h',
278 'base/demuxer_stream.cc', 278 'base/demuxer_stream.cc',
279 'base/demuxer_stream.h', 279 'base/demuxer_stream.h',
280 'base/demuxer_stream_provider.cc',
281 'base/demuxer_stream_provider.h',
280 'base/djb2.cc', 282 'base/djb2.cc',
281 'base/djb2.h', 283 'base/djb2.h',
282 'base/keyboard_event_counter.cc', 284 'base/keyboard_event_counter.cc',
283 'base/keyboard_event_counter.h', 285 'base/keyboard_event_counter.h',
284 'base/media.cc', 286 'base/media.cc',
285 'base/media.h', 287 'base/media.h',
286 'base/media_file_checker.cc', 288 'base/media_file_checker.cc',
287 'base/media_file_checker.h', 289 'base/media_file_checker.h',
288 'base/media_keys.cc', 290 'base/media_keys.cc',
289 'base/media_keys.h', 291 'base/media_keys.h',
(...skipping 1436 matching lines...) Expand 10 before | Expand all | Expand 10 after
1726 ], 1728 ],
1727 }], 1729 }],
1728 ], 1730 ],
1729 }], 1731 }],
1730 ], 1732 ],
1731 }, 1733 },
1732 ], 1734 ],
1733 }], 1735 }],
1734 ], 1736 ],
1735 } 1737 }
OLDNEW
« media/base/demuxer_stream_provider.h ('K') | « media/filters/renderer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698