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

Side by Side Diff: media/media.gyp

Issue 7796033: Replace AudioDecoderConfig with simple accessors on AudioDecoder. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: rebase Created 9 years, 3 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/filters/null_audio_renderer.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) 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'audio/simple_sources.cc', 77 'audio/simple_sources.cc',
78 'audio/simple_sources.h', 78 'audio/simple_sources.h',
79 'audio/win/audio_manager_win.h', 79 'audio/win/audio_manager_win.h',
80 'audio/win/audio_manager_win.cc', 80 'audio/win/audio_manager_win.cc',
81 'audio/win/wavein_input_win.cc', 81 'audio/win/wavein_input_win.cc',
82 'audio/win/wavein_input_win.h', 82 'audio/win/wavein_input_win.h',
83 'audio/win/waveout_output_win.cc', 83 'audio/win/waveout_output_win.cc',
84 'audio/win/waveout_output_win.h', 84 'audio/win/waveout_output_win.h',
85 'base/async_filter_factory_base.cc', 85 'base/async_filter_factory_base.cc',
86 'base/async_filter_factory_base.h', 86 'base/async_filter_factory_base.h',
87 'base/audio_decoder_config.h',
88 'base/bitstream_buffer.h', 87 'base/bitstream_buffer.h',
89 'base/buffers.cc', 88 'base/buffers.cc',
90 'base/buffers.h', 89 'base/buffers.h',
91 'base/callback.cc', 90 'base/callback.cc',
92 'base/callback.h', 91 'base/callback.h',
93 'base/channel_layout.cc', 92 'base/channel_layout.cc',
94 'base/channel_layout.h', 93 'base/channel_layout.h',
95 'base/clock.cc', 94 'base/clock.cc',
96 'base/clock.h', 95 'base/clock.h',
97 'base/composite_data_source_factory.cc', 96 'base/composite_data_source_factory.cc',
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 'tools/player_x11/gl_video_renderer.h', 854 'tools/player_x11/gl_video_renderer.h',
856 'tools/player_x11/player_x11.cc', 855 'tools/player_x11/player_x11.cc',
857 'tools/player_x11/x11_video_renderer.cc', 856 'tools/player_x11/x11_video_renderer.cc',
858 'tools/player_x11/x11_video_renderer.h', 857 'tools/player_x11/x11_video_renderer.h',
859 ], 858 ],
860 }, 859 },
861 ], 860 ],
862 }], 861 }],
863 ], 862 ],
864 } 863 }
OLDNEW
« no previous file with comments | « media/filters/null_audio_renderer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698