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

Side by Side Diff: media/media.gyp

Issue 10447035: Introducing DecoderBuffer and general Buffer cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Buffer Bonanza! 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
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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'base/channel_layout.cc', 134 'base/channel_layout.cc',
135 'base/channel_layout.h', 135 'base/channel_layout.h',
136 'base/clock.cc', 136 'base/clock.cc',
137 'base/clock.h', 137 'base/clock.h',
138 'base/composite_filter.cc', 138 'base/composite_filter.cc',
139 'base/composite_filter.h', 139 'base/composite_filter.h',
140 'base/data_buffer.cc', 140 'base/data_buffer.cc',
141 'base/data_buffer.h', 141 'base/data_buffer.h',
142 'base/data_source.cc', 142 'base/data_source.cc',
143 'base/data_source.h', 143 'base/data_source.h',
144 'base/decoder_buffer.cc',
145 'base/decoder_buffer.h',
144 'base/decrypt_config.cc', 146 'base/decrypt_config.cc',
145 'base/decrypt_config.h', 147 'base/decrypt_config.h',
146 'base/demuxer.cc', 148 'base/demuxer.cc',
147 'base/demuxer.h', 149 'base/demuxer.h',
148 'base/demuxer_stream.cc', 150 'base/demuxer_stream.cc',
149 'base/demuxer_stream.h', 151 'base/demuxer_stream.h',
150 'base/djb2.cc', 152 'base/djb2.cc',
151 'base/djb2.h', 153 'base/djb2.h',
152 'base/filter_collection.cc', 154 'base/filter_collection.cc',
153 'base/filter_collection.h', 155 'base/filter_collection.h',
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'audio/mac/audio_low_latency_input_mac_unittest.cc', 657 'audio/mac/audio_low_latency_input_mac_unittest.cc',
656 'audio/mac/audio_output_mac_unittest.cc', 658 'audio/mac/audio_output_mac_unittest.cc',
657 'audio/simple_sources_unittest.cc', 659 'audio/simple_sources_unittest.cc',
658 'audio/win/audio_low_latency_input_win_unittest.cc', 660 'audio/win/audio_low_latency_input_win_unittest.cc',
659 'audio/win/audio_low_latency_output_win_unittest.cc', 661 'audio/win/audio_low_latency_output_win_unittest.cc',
660 'audio/win/audio_output_win_unittest.cc', 662 'audio/win/audio_output_win_unittest.cc',
661 'base/buffers_unittest.cc', 663 'base/buffers_unittest.cc',
662 'base/clock_unittest.cc', 664 'base/clock_unittest.cc',
663 'base/composite_filter_unittest.cc', 665 'base/composite_filter_unittest.cc',
664 'base/data_buffer_unittest.cc', 666 'base/data_buffer_unittest.cc',
667 'base/decoder_buffer_unittest.cc',
665 'base/djb2_unittest.cc', 668 'base/djb2_unittest.cc',
666 'base/filter_collection_unittest.cc', 669 'base/filter_collection_unittest.cc',
667 'base/h264_bitstream_converter_unittest.cc', 670 'base/h264_bitstream_converter_unittest.cc',
668 'base/mock_reader.h', 671 'base/mock_reader.h',
669 'base/pipeline_unittest.cc', 672 'base/pipeline_unittest.cc',
670 'base/ranges_unittest.cc', 673 'base/ranges_unittest.cc',
671 'base/run_all_unittests.cc', 674 'base/run_all_unittests.cc',
672 'base/seekable_buffer_unittest.cc', 675 'base/seekable_buffer_unittest.cc',
673 'base/state_matrix_unittest.cc', 676 'base/state_matrix_unittest.cc',
674 'base/test_data_util.cc', 677 'base/test_data_util.cc',
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 1082 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1080 ], 1083 ],
1081 'sources': [ 1084 'sources': [
1082 'tools/media_bench/media_bench.cc', 1085 'tools/media_bench/media_bench.cc',
1083 ], 1086 ],
1084 }, 1087 },
1085 ], 1088 ],
1086 }] 1089 }]
1087 ], 1090 ],
1088 } 1091 }
OLDNEW
« media/filters/gpu_video_decoder.h ('K') | « media/filters/pipeline_integration_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698