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

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: Responses to CR 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
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'base/composite_data_source_factory.cc', 105 'base/composite_data_source_factory.cc',
106 'base/composite_data_source_factory.h', 106 'base/composite_data_source_factory.h',
107 'base/composite_filter.cc', 107 'base/composite_filter.cc',
108 'base/composite_filter.h', 108 'base/composite_filter.h',
109 'base/data_buffer.cc', 109 'base/data_buffer.cc',
110 'base/data_buffer.h', 110 'base/data_buffer.h',
111 'base/demuxer.cc', 111 'base/demuxer.cc',
112 'base/demuxer.h', 112 'base/demuxer.h',
113 'base/demuxer_stream.cc', 113 'base/demuxer_stream.cc',
114 'base/demuxer_stream.h', 114 'base/demuxer_stream.h',
115 'base/download_rate_monitor.cc',
116 'base/download_rate_monitor.h',
scherkus (not reviewing) 2011/11/16 02:15:17 djb2 comes before download*
115 'base/djb2.cc', 117 'base/djb2.cc',
116 'base/djb2.h', 118 'base/djb2.h',
117 'base/filter_collection.cc', 119 'base/filter_collection.cc',
118 'base/filter_collection.h', 120 'base/filter_collection.h',
119 'base/filter_factories.cc', 121 'base/filter_factories.cc',
120 'base/filter_factories.h', 122 'base/filter_factories.h',
121 'base/filter_host.h', 123 'base/filter_host.h',
122 'base/filters.cc', 124 'base/filters.cc',
123 'base/filters.h', 125 'base/filters.h',
124 'base/h264_bitstream_converter.cc', 126 'base/h264_bitstream_converter.cc',
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 'audio/linux/alsa_output_unittest.cc', 565 'audio/linux/alsa_output_unittest.cc',
564 'audio/mac/audio_low_latency_input_mac_unittest.cc', 566 'audio/mac/audio_low_latency_input_mac_unittest.cc',
565 'audio/mac/audio_output_mac_unittest.cc', 567 'audio/mac/audio_output_mac_unittest.cc',
566 'audio/simple_sources_unittest.cc', 568 'audio/simple_sources_unittest.cc',
567 'audio/win/audio_low_latency_input_win_unittest.cc', 569 'audio/win/audio_low_latency_input_win_unittest.cc',
568 'audio/win/audio_output_win_unittest.cc', 570 'audio/win/audio_output_win_unittest.cc',
569 'base/clock_unittest.cc', 571 'base/clock_unittest.cc',
570 'base/composite_filter_unittest.cc', 572 'base/composite_filter_unittest.cc',
571 'base/data_buffer_unittest.cc', 573 'base/data_buffer_unittest.cc',
572 'base/djb2_unittest.cc', 574 'base/djb2_unittest.cc',
575 'base/download_rate_monitor_unittest.cc',
573 'base/filter_collection_unittest.cc', 576 'base/filter_collection_unittest.cc',
574 'base/h264_bitstream_converter_unittest.cc', 577 'base/h264_bitstream_converter_unittest.cc',
575 'base/mock_reader.h', 578 'base/mock_reader.h',
576 'base/pipeline_impl_unittest.cc', 579 'base/pipeline_impl_unittest.cc',
577 'base/pts_heap_unittest.cc', 580 'base/pts_heap_unittest.cc',
578 'base/pts_stream_unittest.cc', 581 'base/pts_stream_unittest.cc',
579 'base/run_all_unittests.cc', 582 'base/run_all_unittests.cc',
580 'base/seekable_buffer_unittest.cc', 583 'base/seekable_buffer_unittest.cc',
581 'base/state_matrix_unittest.cc', 584 'base/state_matrix_unittest.cc',
582 'base/test_data_util.cc', 585 'base/test_data_util.cc',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 883 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
881 ], 884 ],
882 'sources': [ 885 'sources': [
883 'tools/media_bench/media_bench.cc', 886 'tools/media_bench/media_bench.cc',
884 ], 887 ],
885 }, 888 },
886 ], 889 ],
887 }] 890 }]
888 ], 891 ],
889 } 892 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698