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

Side by Side Diff: media/media.gyp

Issue 1897953003: Unmute Tab Audio For Desktop Share (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybot error Created 4 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
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 cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'audio/sounds/audio_stream_handler.cc', 209 'audio/sounds/audio_stream_handler.cc',
210 'audio/sounds/audio_stream_handler.h', 210 'audio/sounds/audio_stream_handler.h',
211 'audio/sounds/sounds_manager.cc', 211 'audio/sounds/sounds_manager.cc',
212 'audio/sounds/sounds_manager.h', 212 'audio/sounds/sounds_manager.h',
213 'audio/sounds/wav_audio_handler.cc', 213 'audio/sounds/wav_audio_handler.cc',
214 'audio/sounds/wav_audio_handler.h', 214 'audio/sounds/wav_audio_handler.h',
215 'audio/virtual_audio_input_stream.cc', 215 'audio/virtual_audio_input_stream.cc',
216 'audio/virtual_audio_input_stream.h', 216 'audio/virtual_audio_input_stream.h',
217 'audio/virtual_audio_output_stream.cc', 217 'audio/virtual_audio_output_stream.cc',
218 'audio/virtual_audio_output_stream.h', 218 'audio/virtual_audio_output_stream.h',
219 'audio/virtual_audio_sink.cc',
220 'audio/virtual_audio_sink.h',
219 'audio/win/audio_device_listener_win.cc', 221 'audio/win/audio_device_listener_win.cc',
220 'audio/win/audio_device_listener_win.h', 222 'audio/win/audio_device_listener_win.h',
221 'audio/win/audio_low_latency_input_win.cc', 223 'audio/win/audio_low_latency_input_win.cc',
222 'audio/win/audio_low_latency_input_win.h', 224 'audio/win/audio_low_latency_input_win.h',
223 'audio/win/audio_low_latency_output_win.cc', 225 'audio/win/audio_low_latency_output_win.cc',
224 'audio/win/audio_low_latency_output_win.h', 226 'audio/win/audio_low_latency_output_win.h',
225 'audio/win/audio_manager_win.cc', 227 'audio/win/audio_manager_win.cc',
226 'audio/win/audio_manager_win.h', 228 'audio/win/audio_manager_win.h',
227 'audio/win/avrt_wrapper_win.cc', 229 'audio/win/avrt_wrapper_win.cc',
228 'audio/win/avrt_wrapper_win.h', 230 'audio/win/avrt_wrapper_win.h',
(...skipping 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after
2078 'dependencies': [ 2080 'dependencies': [
2079 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2081 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2080 ], 2082 ],
2081 }], 2083 }],
2082 ], 2084 ],
2083 }, 2085 },
2084 ], 2086 ],
2085 }], 2087 }],
2086 ], 2088 ],
2087 } 2089 }
OLDNEW
« media/audio/virtual_audio_sink.cc ('K') | « media/audio/virtual_audio_sink.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698