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

Side by Side Diff: media/media.gyp

Issue 10382109: Delete DownloadRateMonitor since it's never worked right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « media/base/pipeline.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 PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'base/data_source.cc', 141 'base/data_source.cc',
142 'base/data_source.h', 142 'base/data_source.h',
143 'base/decrypt_config.cc', 143 'base/decrypt_config.cc',
144 'base/decrypt_config.h', 144 'base/decrypt_config.h',
145 'base/demuxer.cc', 145 'base/demuxer.cc',
146 'base/demuxer.h', 146 'base/demuxer.h',
147 'base/demuxer_stream.cc', 147 'base/demuxer_stream.cc',
148 'base/demuxer_stream.h', 148 'base/demuxer_stream.h',
149 'base/djb2.cc', 149 'base/djb2.cc',
150 'base/djb2.h', 150 'base/djb2.h',
151 'base/download_rate_monitor.cc',
152 'base/download_rate_monitor.h',
153 'base/filter_collection.cc', 151 'base/filter_collection.cc',
154 'base/filter_collection.h', 152 'base/filter_collection.h',
155 'base/filter_host.h', 153 'base/filter_host.h',
156 'base/filters.cc', 154 'base/filters.cc',
157 'base/filters.h', 155 'base/filters.h',
158 'base/h264_bitstream_converter.cc', 156 'base/h264_bitstream_converter.cc',
159 'base/h264_bitstream_converter.h', 157 'base/h264_bitstream_converter.h',
160 'base/media.h', 158 'base/media.h',
161 'base/media_android.cc', 159 'base/media_android.cc',
162 'base/media_export.h', 160 'base/media_export.h',
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'audio/mac/audio_output_mac_unittest.cc', 640 'audio/mac/audio_output_mac_unittest.cc',
643 'audio/simple_sources_unittest.cc', 641 'audio/simple_sources_unittest.cc',
644 'audio/win/audio_low_latency_input_win_unittest.cc', 642 'audio/win/audio_low_latency_input_win_unittest.cc',
645 'audio/win/audio_low_latency_output_win_unittest.cc', 643 'audio/win/audio_low_latency_output_win_unittest.cc',
646 'audio/win/audio_output_win_unittest.cc', 644 'audio/win/audio_output_win_unittest.cc',
647 'base/buffers_unittest.cc', 645 'base/buffers_unittest.cc',
648 'base/clock_unittest.cc', 646 'base/clock_unittest.cc',
649 'base/composite_filter_unittest.cc', 647 'base/composite_filter_unittest.cc',
650 'base/data_buffer_unittest.cc', 648 'base/data_buffer_unittest.cc',
651 'base/djb2_unittest.cc', 649 'base/djb2_unittest.cc',
652 'base/download_rate_monitor_unittest.cc',
653 'base/filter_collection_unittest.cc', 650 'base/filter_collection_unittest.cc',
654 'base/h264_bitstream_converter_unittest.cc', 651 'base/h264_bitstream_converter_unittest.cc',
655 'base/mock_reader.h', 652 'base/mock_reader.h',
656 'base/pipeline_unittest.cc', 653 'base/pipeline_unittest.cc',
657 'base/ranges_unittest.cc', 654 'base/ranges_unittest.cc',
658 'base/run_all_unittests.cc', 655 'base/run_all_unittests.cc',
659 'base/seekable_buffer_unittest.cc', 656 'base/seekable_buffer_unittest.cc',
660 'base/state_matrix_unittest.cc', 657 'base/state_matrix_unittest.cc',
661 'base/test_data_util.cc', 658 'base/test_data_util.cc',
662 'base/test_data_util.h', 659 'base/test_data_util.h',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 1061 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1065 ], 1062 ],
1066 'sources': [ 1063 'sources': [
1067 'tools/media_bench/media_bench.cc', 1064 'tools/media_bench/media_bench.cc',
1068 ], 1065 ],
1069 }, 1066 },
1070 ], 1067 ],
1071 }] 1068 }]
1072 ], 1069 ],
1073 } 1070 }
OLDNEW
« no previous file with comments | « media/base/pipeline.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698