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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1420273002: Add TransportSession interface to prepare for WebRTC-based transport. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/test/protocol_perftest.cc » ('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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'protocol/datagram_channel_factory.h', 116 'protocol/datagram_channel_factory.h',
117 'protocol/errors.cc', 117 'protocol/errors.cc',
118 'protocol/errors.h', 118 'protocol/errors.h',
119 'protocol/host_control_dispatcher.cc', 119 'protocol/host_control_dispatcher.cc',
120 'protocol/host_control_dispatcher.h', 120 'protocol/host_control_dispatcher.h',
121 'protocol/host_event_dispatcher.cc', 121 'protocol/host_event_dispatcher.cc',
122 'protocol/host_event_dispatcher.h', 122 'protocol/host_event_dispatcher.h',
123 'protocol/host_stub.h', 123 'protocol/host_stub.h',
124 'protocol/host_video_dispatcher.cc', 124 'protocol/host_video_dispatcher.cc',
125 'protocol/host_video_dispatcher.h', 125 'protocol/host_video_dispatcher.h',
126 'protocol/ice_transport_factory.cc',
127 'protocol/ice_transport_factory.h',
128 'protocol/ice_transport_session.cc',
129 'protocol/ice_transport_session.h',
126 'protocol/input_event_tracker.cc', 130 'protocol/input_event_tracker.cc',
127 'protocol/input_event_tracker.h', 131 'protocol/input_event_tracker.h',
128 'protocol/input_filter.cc', 132 'protocol/input_filter.cc',
129 'protocol/input_filter.h', 133 'protocol/input_filter.h',
130 'protocol/input_stub.h', 134 'protocol/input_stub.h',
131 'protocol/it2me_host_authenticator_factory.cc', 135 'protocol/it2me_host_authenticator_factory.cc',
132 'protocol/it2me_host_authenticator_factory.h', 136 'protocol/it2me_host_authenticator_factory.h',
133 'protocol/jingle_messages.cc', 137 'protocol/jingle_messages.cc',
134 'protocol/jingle_messages.h', 138 'protocol/jingle_messages.h',
135 'protocol/jingle_session.cc', 139 'protocol/jingle_session.cc',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'client/plugin/pepper_util.cc', 290 'client/plugin/pepper_util.cc',
287 'client/plugin/pepper_util.h', 291 'client/plugin/pepper_util.h',
288 'client/plugin/pepper_video_renderer.h', 292 'client/plugin/pepper_video_renderer.h',
289 'client/plugin/pepper_video_renderer_2d.cc', 293 'client/plugin/pepper_video_renderer_2d.cc',
290 'client/plugin/pepper_video_renderer_2d.h', 294 'client/plugin/pepper_video_renderer_2d.h',
291 'client/plugin/pepper_video_renderer_3d.cc', 295 'client/plugin/pepper_video_renderer_3d.cc',
292 'client/plugin/pepper_video_renderer_3d.h', 296 'client/plugin/pepper_video_renderer_3d.h',
293 ], 297 ],
294 } 298 }
295 } 299 }
OLDNEW
« no previous file with comments | « remoting/protocol/transport.h ('k') | remoting/test/protocol_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698