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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1273233002: Implement QuicChannel and QuicChannelFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/quic_channel_factory_unittest.cc ('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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'protocol/pairing_host_authenticator.cc', 171 'protocol/pairing_host_authenticator.cc',
172 'protocol/pairing_host_authenticator.h', 172 'protocol/pairing_host_authenticator.h',
173 'protocol/pairing_registry.cc', 173 'protocol/pairing_registry.cc',
174 'protocol/pairing_registry.h', 174 'protocol/pairing_registry.h',
175 'protocol/port_range.cc', 175 'protocol/port_range.cc',
176 'protocol/port_range.h', 176 'protocol/port_range.h',
177 'protocol/pseudotcp_adapter.cc', 177 'protocol/pseudotcp_adapter.cc',
178 'protocol/pseudotcp_adapter.h', 178 'protocol/pseudotcp_adapter.h',
179 'protocol/pseudotcp_channel_factory.cc', 179 'protocol/pseudotcp_channel_factory.cc',
180 'protocol/pseudotcp_channel_factory.h', 180 'protocol/pseudotcp_channel_factory.h',
181 'protocol/quic_channel.cc',
182 'protocol/quic_channel.h',
183 'protocol/quic_channel_factory.cc',
184 'protocol/quic_channel_factory.h',
181 'protocol/secure_channel_factory.cc', 185 'protocol/secure_channel_factory.cc',
182 'protocol/secure_channel_factory.h', 186 'protocol/secure_channel_factory.h',
183 'protocol/session.h', 187 'protocol/session.h',
184 'protocol/session_config.cc', 188 'protocol/session_config.cc',
185 'protocol/session_config.h', 189 'protocol/session_config.h',
186 'protocol/session_manager.h', 190 'protocol/session_manager.h',
187 'protocol/socket_util.cc', 191 'protocol/socket_util.cc',
188 'protocol/socket_util.h', 192 'protocol/socket_util.h',
189 'protocol/ssl_hmac_channel_authenticator.cc', 193 'protocol/ssl_hmac_channel_authenticator.cc',
190 'protocol/ssl_hmac_channel_authenticator.h', 194 'protocol/ssl_hmac_channel_authenticator.h',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'client/plugin/pepper_util.cc', 293 'client/plugin/pepper_util.cc',
290 'client/plugin/pepper_util.h', 294 'client/plugin/pepper_util.h',
291 'client/plugin/pepper_video_renderer.h', 295 'client/plugin/pepper_video_renderer.h',
292 'client/plugin/pepper_video_renderer_2d.cc', 296 'client/plugin/pepper_video_renderer_2d.cc',
293 'client/plugin/pepper_video_renderer_2d.h', 297 'client/plugin/pepper_video_renderer_2d.h',
294 'client/plugin/pepper_video_renderer_3d.cc', 298 'client/plugin/pepper_video_renderer_3d.cc',
295 'client/plugin/pepper_video_renderer_3d.h', 299 'client/plugin/pepper_video_renderer_3d.h',
296 ], 300 ],
297 } 301 }
298 } 302 }
OLDNEW
« no previous file with comments | « remoting/protocol/quic_channel_factory_unittest.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698