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

Side by Side Diff: media/media.gyp

Issue 8399023: Fire canplaythrough event at the proper time for audio/video (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « media/filters/ffmpeg_demuxer.h ('k') | webkit/media/buffered_data_source.cc » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 }, 10 },
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'base/composite_filter.cc', 109 'base/composite_filter.cc',
110 'base/composite_filter.h', 110 'base/composite_filter.h',
111 'base/data_buffer.cc', 111 'base/data_buffer.cc',
112 'base/data_buffer.h', 112 'base/data_buffer.h',
113 'base/demuxer.cc', 113 'base/demuxer.cc',
114 'base/demuxer.h', 114 'base/demuxer.h',
115 'base/demuxer_stream.cc', 115 'base/demuxer_stream.cc',
116 'base/demuxer_stream.h', 116 'base/demuxer_stream.h',
117 'base/djb2.cc', 117 'base/djb2.cc',
118 'base/djb2.h', 118 'base/djb2.h',
119 'base/download_rate_monitor.cc',
120 'base/download_rate_monitor.h',
119 'base/filter_collection.cc', 121 'base/filter_collection.cc',
120 'base/filter_collection.h', 122 'base/filter_collection.h',
121 'base/filter_factories.cc', 123 'base/filter_factories.cc',
122 'base/filter_factories.h', 124 'base/filter_factories.h',
123 'base/filter_host.h', 125 'base/filter_host.h',
124 'base/filters.cc', 126 'base/filters.cc',
125 'base/filters.h', 127 'base/filters.h',
126 'base/h264_bitstream_converter.cc', 128 'base/h264_bitstream_converter.cc',
127 'base/h264_bitstream_converter.h', 129 'base/h264_bitstream_converter.h',
128 'base/media.h', 130 'base/media.h',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 'audio/mac/audio_low_latency_input_mac_unittest.cc', 568 'audio/mac/audio_low_latency_input_mac_unittest.cc',
567 'audio/mac/audio_output_mac_unittest.cc', 569 'audio/mac/audio_output_mac_unittest.cc',
568 'audio/simple_sources_unittest.cc', 570 'audio/simple_sources_unittest.cc',
569 'audio/win/audio_low_latency_input_win_unittest.cc', 571 'audio/win/audio_low_latency_input_win_unittest.cc',
570 'audio/win/audio_low_latency_output_win_unittest.cc', 572 'audio/win/audio_low_latency_output_win_unittest.cc',
571 'audio/win/audio_output_win_unittest.cc', 573 'audio/win/audio_output_win_unittest.cc',
572 'base/clock_unittest.cc', 574 'base/clock_unittest.cc',
573 'base/composite_filter_unittest.cc', 575 'base/composite_filter_unittest.cc',
574 'base/data_buffer_unittest.cc', 576 'base/data_buffer_unittest.cc',
575 'base/djb2_unittest.cc', 577 'base/djb2_unittest.cc',
578 'base/download_rate_monitor_unittest.cc',
576 'base/filter_collection_unittest.cc', 579 'base/filter_collection_unittest.cc',
577 'base/h264_bitstream_converter_unittest.cc', 580 'base/h264_bitstream_converter_unittest.cc',
578 'base/mock_reader.h', 581 'base/mock_reader.h',
579 'base/pipeline_impl_unittest.cc', 582 'base/pipeline_impl_unittest.cc',
580 'base/pts_heap_unittest.cc', 583 'base/pts_heap_unittest.cc',
581 'base/pts_stream_unittest.cc', 584 'base/pts_stream_unittest.cc',
582 'base/run_all_unittests.cc', 585 'base/run_all_unittests.cc',
583 'base/seekable_buffer_unittest.cc', 586 'base/seekable_buffer_unittest.cc',
584 'base/state_matrix_unittest.cc', 587 'base/state_matrix_unittest.cc',
585 'base/test_data_util.cc', 588 'base/test_data_util.cc',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 886 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
884 ], 887 ],
885 'sources': [ 888 'sources': [
886 'tools/media_bench/media_bench.cc', 889 'tools/media_bench/media_bench.cc',
887 ], 890 ],
888 }, 891 },
889 ], 892 ],
890 }] 893 }]
891 ], 894 ],
892 } 895 }
OLDNEW
« no previous file with comments | « media/filters/ffmpeg_demuxer.h ('k') | webkit/media/buffered_data_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698