| OLD | NEW |
| 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_android.cc', | 10 'host/audio_capturer_android.cc', |
| 11 'host/audio_capturer_linux.cc', | 11 'host/audio_capturer_linux.cc', |
| 12 'host/audio_capturer_linux.h', | 12 'host/audio_capturer_linux.h', |
| 13 'host/audio_capturer_mac.cc', | 13 'host/audio_capturer_mac.cc', |
| 14 'host/audio_capturer_win.cc', | 14 'host/audio_capturer_win.cc', |
| 15 'host/audio_capturer_win.h', | 15 'host/audio_capturer_win.h', |
| 16 'host/audio_pump.cc', | |
| 17 'host/audio_pump.h', | |
| 18 'host/audio_silence_detector.cc', | 16 'host/audio_silence_detector.cc', |
| 19 'host/audio_silence_detector.h', | 17 'host/audio_silence_detector.h', |
| 20 'host/backoff_timer.cc', | 18 'host/backoff_timer.cc', |
| 21 'host/backoff_timer.h', | 19 'host/backoff_timer.h', |
| 22 'host/basic_desktop_environment.cc', | 20 'host/basic_desktop_environment.cc', |
| 23 'host/basic_desktop_environment.h', | 21 'host/basic_desktop_environment.h', |
| 24 'host/branding.cc', | 22 'host/branding.cc', |
| 25 'host/branding.h', | 23 'host/branding.h', |
| 26 'host/chromeos/aura_desktop_capturer.cc', | 24 'host/chromeos/aura_desktop_capturer.cc', |
| 27 'host/chromeos/aura_desktop_capturer.h', | 25 'host/chromeos/aura_desktop_capturer.h', |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 345 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 348 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 346 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 349 'host/it2me/it2me_confirmation_dialog_proxy.h', | 347 'host/it2me/it2me_confirmation_dialog_proxy.h', |
| 350 'host/it2me/it2me_host.cc', | 348 'host/it2me/it2me_host.cc', |
| 351 'host/it2me/it2me_host.h', | 349 'host/it2me/it2me_host.h', |
| 352 'host/it2me/it2me_native_messaging_host.cc', | 350 'host/it2me/it2me_native_messaging_host.cc', |
| 353 'host/it2me/it2me_native_messaging_host.h', | 351 'host/it2me/it2me_native_messaging_host.h', |
| 354 ], | 352 ], |
| 355 } | 353 } |
| 356 } | 354 } |
| OLD | NEW |