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

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: Rebase and minor fix 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',
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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 882 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
881 ], 883 ],
882 'sources': [ 884 'sources': [
883 'tools/media_bench/media_bench.cc', 885 'tools/media_bench/media_bench.cc',
884 ], 886 ],
885 }, 887 },
886 ], 888 ],
887 }] 889 }]
888 ], 890 ],
889 } 891 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698