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

Side by Side Diff: remoting/remoting_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: for review 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 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
9 'remoting_base_sources': [ 9 'remoting_base_sources': [
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'protocol/v2_authenticator.h', 194 'protocol/v2_authenticator.h',
195 'protocol/video_stub.h', 195 'protocol/video_stub.h',
196 'signaling/iq_sender.cc', 196 'signaling/iq_sender.cc',
197 'signaling/iq_sender.h', 197 'signaling/iq_sender.h',
198 'signaling/jid_util.cc', 198 'signaling/jid_util.cc',
199 'signaling/jid_util.h', 199 'signaling/jid_util.h',
200 'signaling/jingle_info_request.cc', 200 'signaling/jingle_info_request.cc',
201 'signaling/jingle_info_request.h', 201 'signaling/jingle_info_request.h',
202 'signaling/log_to_server.cc', 202 'signaling/log_to_server.cc',
203 'signaling/log_to_server.h', 203 'signaling/log_to_server.h',
204 'signaling/push_notification_subscriber.cc',
205 'signaling/push_notification_subscriber.h',
204 'signaling/server_log_entry.cc', 206 'signaling/server_log_entry.cc',
205 'signaling/server_log_entry.h', 207 'signaling/server_log_entry.h',
206 'signaling/signal_strategy.h', 208 'signaling/signal_strategy.h',
207 'signaling/xmpp_signal_strategy.cc', 209 'signaling/xmpp_signal_strategy.cc',
208 'signaling/xmpp_signal_strategy.h', 210 'signaling/xmpp_signal_strategy.h',
209 'signaling/xmpp_stream_parser.cc', 211 'signaling/xmpp_stream_parser.cc',
210 'signaling/xmpp_stream_parser.h', 212 'signaling/xmpp_stream_parser.h',
211 'signaling/xmpp_login_handler.cc', 213 'signaling/xmpp_login_handler.cc',
212 'signaling/xmpp_login_handler.h', 214 'signaling/xmpp_login_handler.h',
213 ], 215 ],
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'client/plugin/pepper_video_renderer.h', 277 'client/plugin/pepper_video_renderer.h',
276 'client/plugin/pepper_video_renderer_2d.cc', 278 'client/plugin/pepper_video_renderer_2d.cc',
277 'client/plugin/pepper_video_renderer_2d.h', 279 'client/plugin/pepper_video_renderer_2d.h',
278 'client/plugin/pepper_video_renderer_3d.cc', 280 'client/plugin/pepper_video_renderer_3d.cc',
279 'client/plugin/pepper_video_renderer_3d.h', 281 'client/plugin/pepper_video_renderer_3d.h',
280 'client/plugin/touch_input_scaler.cc', 282 'client/plugin/touch_input_scaler.cc',
281 'client/plugin/touch_input_scaler.h', 283 'client/plugin/touch_input_scaler.h',
282 ], 284 ],
283 } 285 }
284 } 286 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698