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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 830193002: Using PolicyServiceWatcher instead of PolicyWatcherLinux/Win/Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 11 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.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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'host/pairing_registry_delegate_linux.h', 182 'host/pairing_registry_delegate_linux.h',
183 'host/pairing_registry_delegate_mac.cc', 183 'host/pairing_registry_delegate_mac.cc',
184 'host/pairing_registry_delegate_win.cc', 184 'host/pairing_registry_delegate_win.cc',
185 'host/pairing_registry_delegate_win.h', 185 'host/pairing_registry_delegate_win.h',
186 'host/pam_authorization_factory_posix.cc', 186 'host/pam_authorization_factory_posix.cc',
187 'host/pam_authorization_factory_posix.h', 187 'host/pam_authorization_factory_posix.h',
188 'host/pin_hash.cc', 188 'host/pin_hash.cc',
189 'host/pin_hash.h', 189 'host/pin_hash.h',
190 'host/policy_hack/policy_watcher.cc', 190 'host/policy_hack/policy_watcher.cc',
191 'host/policy_hack/policy_watcher.h', 191 'host/policy_hack/policy_watcher.h',
192 'host/policy_hack/policy_watcher_chromeos.cc', 192 'host/policy_hack/policy_service_watcher.cc',
193 'host/policy_hack/policy_watcher_linux.cc',
194 'host/policy_hack/policy_watcher_mac.mm',
195 'host/policy_hack/policy_watcher_win.cc',
196 'host/register_support_host_request.cc', 193 'host/register_support_host_request.cc',
197 'host/register_support_host_request.h', 194 'host/register_support_host_request.h',
198 'host/remote_input_filter.cc', 195 'host/remote_input_filter.cc',
199 'host/remote_input_filter.h', 196 'host/remote_input_filter.h',
200 'host/remoting_me2me_host.cc', 197 'host/remoting_me2me_host.cc',
201 'host/resizing_host_observer.cc', 198 'host/resizing_host_observer.cc',
202 'host/resizing_host_observer.h', 199 'host/resizing_host_observer.h',
203 'host/sas_injector.h', 200 'host/sas_injector.h',
204 'host/sas_injector_win.cc', 201 'host/sas_injector_win.cc',
205 'host/screen_controls.h', 202 'host/screen_controls.h',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 270 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
274 'host/it2me/it2me_confirmation_dialog_proxy.cc', 271 'host/it2me/it2me_confirmation_dialog_proxy.cc',
275 'host/it2me/it2me_confirmation_dialog_proxy.h', 272 'host/it2me/it2me_confirmation_dialog_proxy.h',
276 'host/it2me/it2me_host.cc', 273 'host/it2me/it2me_host.cc',
277 'host/it2me/it2me_host.h', 274 'host/it2me/it2me_host.h',
278 'host/it2me/it2me_native_messaging_host.cc', 275 'host/it2me/it2me_native_messaging_host.cc',
279 'host/it2me/it2me_native_messaging_host.h', 276 'host/it2me/it2me_native_messaging_host.h',
280 ], 277 ],
281 } 278 }
282 } 279 }
OLDNEW
« no previous file with comments | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698