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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 866863004: Replace AudioScheduler with AudioPump. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mouse_cursor_pipe
Patch Set: Created 5 years, 10 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
« no previous file with comments | « remoting/host/ipc_audio_capturer.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'remoting_host_sources': [ 7 'remoting_host_sources': [
8 'host/audio_capturer.cc', 8 'host/audio_capturer.cc',
9 'host/audio_capturer.h', 9 'host/audio_capturer.h',
10 'host/audio_capturer_linux.cc', 10 'host/audio_capturer_linux.cc',
11 'host/audio_capturer_linux.h', 11 'host/audio_capturer_linux.h',
12 'host/audio_capturer_mac.cc', 12 'host/audio_capturer_mac.cc',
13 'host/audio_capturer_win.cc', 13 'host/audio_capturer_win.cc',
14 'host/audio_capturer_win.h', 14 'host/audio_capturer_win.h',
15 'host/audio_scheduler.cc', 15 'host/audio_pump.cc',
16 'host/audio_scheduler.h', 16 'host/audio_pump.h',
17 'host/audio_silence_detector.cc', 17 'host/audio_silence_detector.cc',
18 'host/audio_silence_detector.h', 18 'host/audio_silence_detector.h',
19 'host/basic_desktop_environment.cc', 19 'host/basic_desktop_environment.cc',
20 'host/basic_desktop_environment.h', 20 'host/basic_desktop_environment.h',
21 'host/branding.cc', 21 'host/branding.cc',
22 'host/branding.h', 22 'host/branding.h',
23 'host/capture_scheduler.cc', 23 'host/capture_scheduler.cc',
24 'host/capture_scheduler.h', 24 'host/capture_scheduler.h',
25 'host/chromeos/aura_desktop_capturer.cc', 25 'host/chromeos/aura_desktop_capturer.cc',
26 'host/chromeos/aura_desktop_capturer.h', 26 'host/chromeos/aura_desktop_capturer.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 273 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
274 'host/it2me/it2me_confirmation_dialog_proxy.cc', 274 'host/it2me/it2me_confirmation_dialog_proxy.cc',
275 'host/it2me/it2me_confirmation_dialog_proxy.h', 275 'host/it2me/it2me_confirmation_dialog_proxy.h',
276 'host/it2me/it2me_host.cc', 276 'host/it2me/it2me_host.cc',
277 'host/it2me/it2me_host.h', 277 'host/it2me/it2me_host.h',
278 'host/it2me/it2me_native_messaging_host.cc', 278 'host/it2me/it2me_native_messaging_host.cc',
279 'host/it2me/it2me_native_messaging_host.h', 279 'host/it2me/it2me_native_messaging_host.h',
280 ], 280 ],
281 } 281 }
282 } 282 }
OLDNEW
« no previous file with comments | « remoting/host/ipc_audio_capturer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698