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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1197853003: Add P2PDatagramSocket and P2PStreamSocket interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/protocol/transport.h ('k') | remoting/remoting_test.gypi » ('j') | 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 '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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'protocol/mouse_input_filter.cc', 154 'protocol/mouse_input_filter.cc',
155 'protocol/mouse_input_filter.h', 155 'protocol/mouse_input_filter.h',
156 'protocol/name_value_map.h', 156 'protocol/name_value_map.h',
157 'protocol/negotiating_authenticator_base.cc', 157 'protocol/negotiating_authenticator_base.cc',
158 'protocol/negotiating_authenticator_base.h', 158 'protocol/negotiating_authenticator_base.h',
159 'protocol/negotiating_client_authenticator.cc', 159 'protocol/negotiating_client_authenticator.cc',
160 'protocol/negotiating_client_authenticator.h', 160 'protocol/negotiating_client_authenticator.h',
161 'protocol/negotiating_host_authenticator.cc', 161 'protocol/negotiating_host_authenticator.cc',
162 'protocol/negotiating_host_authenticator.h', 162 'protocol/negotiating_host_authenticator.h',
163 'protocol/network_settings.h', 163 'protocol/network_settings.h',
164 'protocol/p2p_datagram_socket.h',
165 'protocol/p2p_stream_socket.h',
164 'protocol/pairing_authenticator_base.cc', 166 'protocol/pairing_authenticator_base.cc',
165 'protocol/pairing_authenticator_base.h', 167 'protocol/pairing_authenticator_base.h',
166 'protocol/pairing_client_authenticator.cc', 168 'protocol/pairing_client_authenticator.cc',
167 'protocol/pairing_client_authenticator.h', 169 'protocol/pairing_client_authenticator.h',
168 'protocol/pairing_host_authenticator.cc', 170 'protocol/pairing_host_authenticator.cc',
169 'protocol/pairing_host_authenticator.h', 171 'protocol/pairing_host_authenticator.h',
170 'protocol/pairing_registry.cc', 172 'protocol/pairing_registry.cc',
171 'protocol/pairing_registry.h', 173 'protocol/pairing_registry.h',
172 'protocol/port_range.cc', 174 'protocol/port_range.cc',
173 'protocol/port_range.h', 175 'protocol/port_range.h',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'client/plugin/pepper_video_renderer.h', 285 'client/plugin/pepper_video_renderer.h',
284 'client/plugin/pepper_video_renderer_2d.cc', 286 'client/plugin/pepper_video_renderer_2d.cc',
285 'client/plugin/pepper_video_renderer_2d.h', 287 'client/plugin/pepper_video_renderer_2d.h',
286 'client/plugin/pepper_video_renderer_3d.cc', 288 'client/plugin/pepper_video_renderer_3d.cc',
287 'client/plugin/pepper_video_renderer_3d.h', 289 'client/plugin/pepper_video_renderer_3d.h',
288 'client/plugin/touch_input_scaler.cc', 290 'client/plugin/touch_input_scaler.cc',
289 'client/plugin/touch_input_scaler.h', 291 'client/plugin/touch_input_scaler.h',
290 ], 292 ],
291 } 293 }
292 } 294 }
OLDNEW
« no previous file with comments | « remoting/protocol/transport.h ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698