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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 1073883002: Change logging to syslog; fix CRD in Yosemite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/remoting_host_mac.gypi ('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',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'host/linux/x11_util.cc', 163 'host/linux/x11_util.cc',
164 'host/linux/x11_util.h', 164 'host/linux/x11_util.h',
165 'host/linux/x_server_clipboard.cc', 165 'host/linux/x_server_clipboard.cc',
166 'host/linux/x_server_clipboard.h', 166 'host/linux/x_server_clipboard.h',
167 'host/local_input_monitor.h', 167 'host/local_input_monitor.h',
168 'host/local_input_monitor_chromeos.cc', 168 'host/local_input_monitor_chromeos.cc',
169 'host/local_input_monitor_mac.mm', 169 'host/local_input_monitor_mac.mm',
170 'host/local_input_monitor_win.cc', 170 'host/local_input_monitor_win.cc',
171 'host/local_input_monitor_x11.cc', 171 'host/local_input_monitor_x11.cc',
172 'host/logging.h', 172 'host/logging.h',
173 'host/logging_posix.cc', 173 'host/logging_linux.cc',
174 'host/logging_mac.cc',
174 'host/logging_win.cc', 175 'host/logging_win.cc',
175 'host/me2me_desktop_environment.cc', 176 'host/me2me_desktop_environment.cc',
176 'host/me2me_desktop_environment.h', 177 'host/me2me_desktop_environment.h',
177 'host/mouse_clamping_filter.cc', 178 'host/mouse_clamping_filter.cc',
178 'host/mouse_clamping_filter.h', 179 'host/mouse_clamping_filter.h',
179 'host/mouse_shape_pump.cc', 180 'host/mouse_shape_pump.cc',
180 'host/mouse_shape_pump.h', 181 'host/mouse_shape_pump.h',
181 'host/oauth_token_getter.cc', 182 'host/oauth_token_getter.cc',
182 'host/oauth_token_getter.h', 183 'host/oauth_token_getter.h',
183 'host/pairing_registry_delegate.cc', 184 'host/pairing_registry_delegate.cc',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 309 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
309 'host/it2me/it2me_confirmation_dialog_proxy.cc', 310 'host/it2me/it2me_confirmation_dialog_proxy.cc',
310 'host/it2me/it2me_confirmation_dialog_proxy.h', 311 'host/it2me/it2me_confirmation_dialog_proxy.h',
311 'host/it2me/it2me_host.cc', 312 'host/it2me/it2me_host.cc',
312 'host/it2me/it2me_host.h', 313 'host/it2me/it2me_host.h',
313 'host/it2me/it2me_native_messaging_host.cc', 314 'host/it2me/it2me_native_messaging_host.cc',
314 'host/it2me/it2me_native_messaging_host.h', 315 'host/it2me/it2me_native_messaging_host.h',
315 ], 316 ],
316 } 317 }
317 } 318 }
OLDNEW
« no previous file with comments | « remoting/remoting_host_mac.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698