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

Side by Side Diff: media/media.gyp

Issue 11298006: Browser-wide audio mirroring for TabCapture API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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) 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'audio/openbsd/audio_manager_openbsd.cc', 127 'audio/openbsd/audio_manager_openbsd.cc',
128 'audio/openbsd/audio_manager_openbsd.h', 128 'audio/openbsd/audio_manager_openbsd.h',
129 'audio/pulse/pulse_output.cc', 129 'audio/pulse/pulse_output.cc',
130 'audio/pulse/pulse_output.h', 130 'audio/pulse/pulse_output.h',
131 'audio/sample_rates.cc', 131 'audio/sample_rates.cc',
132 'audio/sample_rates.h', 132 'audio/sample_rates.h',
133 'audio/scoped_loop_observer.cc', 133 'audio/scoped_loop_observer.cc',
134 'audio/scoped_loop_observer.h', 134 'audio/scoped_loop_observer.h',
135 'audio/simple_sources.cc', 135 'audio/simple_sources.cc',
136 'audio/simple_sources.h', 136 'audio/simple_sources.h',
137 'audio/virtual_audio_input_stream.cc',
138 'audio/virtual_audio_input_stream.h',
139 'audio/virtual_audio_output_stream.cc',
140 'audio/virtual_audio_output_stream.h',
137 'audio/win/audio_device_listener_win.cc', 141 'audio/win/audio_device_listener_win.cc',
138 'audio/win/audio_device_listener_win.h', 142 'audio/win/audio_device_listener_win.h',
139 'audio/win/audio_low_latency_input_win.cc', 143 'audio/win/audio_low_latency_input_win.cc',
140 'audio/win/audio_low_latency_input_win.h', 144 'audio/win/audio_low_latency_input_win.h',
141 'audio/win/audio_low_latency_output_win.cc', 145 'audio/win/audio_low_latency_output_win.cc',
142 'audio/win/audio_low_latency_output_win.h', 146 'audio/win/audio_low_latency_output_win.h',
143 'audio/win/audio_manager_win.cc', 147 'audio/win/audio_manager_win.cc',
144 'audio/win/audio_manager_win.h', 148 'audio/win/audio_manager_win.h',
145 'audio/win/audio_unified_win.cc', 149 'audio/win/audio_unified_win.cc',
146 'audio/win/audio_unified_win.h', 150 'audio/win/audio_unified_win.h',
(...skipping 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1316 'media', 1320 'media',
1317 ], 1321 ],
1318 'sources': [ 1322 'sources': [
1319 'tools/media_bench/media_bench.cc', 1323 'tools/media_bench/media_bench.cc',
1320 ], 1324 ],
1321 }, 1325 },
1322 ], 1326 ],
1323 }] 1327 }]
1324 ], 1328 ],
1325 } 1329 }
OLDNEW
« media/audio/virtual_audio_input_stream.cc ('K') | « media/audio/virtual_audio_output_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698