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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 1123153002: Added class to subscribe to GCD notifications over XMPP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@host-xmpp-connect2a
Patch Set: Created 5 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 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'host/desktop_shape_tracker_linux.cc', 87 'host/desktop_shape_tracker_linux.cc',
88 'host/desktop_shape_tracker_mac.cc', 88 'host/desktop_shape_tracker_mac.cc',
89 'host/desktop_shape_tracker_win.cc', 89 'host/desktop_shape_tracker_win.cc',
90 'host/disconnect_window_chromeos.cc', 90 'host/disconnect_window_chromeos.cc',
91 'host/disconnect_window_linux.cc', 91 'host/disconnect_window_linux.cc',
92 'host/disconnect_window_mac.h', 92 'host/disconnect_window_mac.h',
93 'host/disconnect_window_mac.mm', 93 'host/disconnect_window_mac.mm',
94 'host/disconnect_window_win.cc', 94 'host/disconnect_window_win.cc',
95 'host/dns_blackhole_checker.cc', 95 'host/dns_blackhole_checker.cc',
96 'host/dns_blackhole_checker.h', 96 'host/dns_blackhole_checker.h',
97 'host/gcd_notification_subscriber.cc',
98 'host/gcd_notification_subscriber.h',
97 'host/gnubby_auth_handler.h', 99 'host/gnubby_auth_handler.h',
98 'host/gnubby_auth_handler_posix.cc', 100 'host/gnubby_auth_handler_posix.cc',
99 'host/gnubby_auth_handler_posix.h', 101 'host/gnubby_auth_handler_posix.h',
100 'host/gnubby_auth_handler_win.cc', 102 'host/gnubby_auth_handler_win.cc',
101 'host/gnubby_socket.cc', 103 'host/gnubby_socket.cc',
102 'host/gnubby_socket.h', 104 'host/gnubby_socket.h',
103 'host/heartbeat_sender.cc', 105 'host/heartbeat_sender.cc',
104 'host/heartbeat_sender.h', 106 'host/heartbeat_sender.h',
105 'host/host_change_notification_listener.cc', 107 'host/host_change_notification_listener.cc',
106 'host/host_change_notification_listener.h', 108 'host/host_change_notification_listener.h',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 312 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
311 'host/it2me/it2me_confirmation_dialog_proxy.cc', 313 'host/it2me/it2me_confirmation_dialog_proxy.cc',
312 'host/it2me/it2me_confirmation_dialog_proxy.h', 314 'host/it2me/it2me_confirmation_dialog_proxy.h',
313 'host/it2me/it2me_host.cc', 315 'host/it2me/it2me_host.cc',
314 'host/it2me/it2me_host.h', 316 'host/it2me/it2me_host.h',
315 'host/it2me/it2me_native_messaging_host.cc', 317 'host/it2me/it2me_native_messaging_host.cc',
316 'host/it2me/it2me_native_messaging_host.h', 318 'host/it2me/it2me_native_messaging_host.h',
317 ], 319 ],
318 } 320 }
319 } 321 }
OLDNEW
« remoting/host/gcd_notification_subscriber.cc ('K') | « remoting/host/gcd_notification_subscriber.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698