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

Side by Side Diff: remoting/protocol/BUILD.gn

Issue 551173004: Move PseudoTCP and channel auth out of LibjingleTransportFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean_dgrams
Patch Set: Created 6 years, 3 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 | « no previous file | remoting/protocol/authenticator_test_base.h » ('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 static_library("protocol") { 5 static_library("protocol") {
6 sources = [ 6 sources = [
7 "audio_reader.cc", 7 "audio_reader.cc",
8 "audio_reader.h", 8 "audio_reader.h",
9 "audio_stub.h", 9 "audio_stub.h",
10 "audio_writer.cc", 10 "audio_writer.cc",
(...skipping 26 matching lines...) Expand all
37 "clipboard_filter.h", 37 "clipboard_filter.h",
38 "clipboard_stub.h", 38 "clipboard_stub.h",
39 "clipboard_thread_proxy.cc", 39 "clipboard_thread_proxy.cc",
40 "clipboard_thread_proxy.h", 40 "clipboard_thread_proxy.h",
41 "connection_to_client.cc", 41 "connection_to_client.cc",
42 "connection_to_client.h", 42 "connection_to_client.h",
43 "connection_to_host.cc", 43 "connection_to_host.cc",
44 "connection_to_host.h", 44 "connection_to_host.h",
45 "content_description.cc", 45 "content_description.cc",
46 "content_description.h", 46 "content_description.h",
47 "datagram_channel_factory.h",
47 "errors.h", 48 "errors.h",
48 "host_control_dispatcher.cc", 49 "host_control_dispatcher.cc",
49 "host_control_dispatcher.h", 50 "host_control_dispatcher.h",
50 "host_event_dispatcher.cc", 51 "host_event_dispatcher.cc",
51 "host_event_dispatcher.h", 52 "host_event_dispatcher.h",
52 "host_stub.h", 53 "host_stub.h",
53 "input_event_tracker.cc", 54 "input_event_tracker.cc",
54 "input_event_tracker.h", 55 "input_event_tracker.h",
55 "input_filter.cc", 56 "input_filter.cc",
56 "input_filter.h", 57 "input_filter.h",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "pairing_client_authenticator.cc", 92 "pairing_client_authenticator.cc",
92 "pairing_client_authenticator.h", 93 "pairing_client_authenticator.h",
93 "pairing_host_authenticator.cc", 94 "pairing_host_authenticator.cc",
94 "pairing_host_authenticator.h", 95 "pairing_host_authenticator.h",
95 "pairing_registry.cc", 96 "pairing_registry.cc",
96 "pairing_registry.h", 97 "pairing_registry.h",
97 "protobuf_video_reader.cc", 98 "protobuf_video_reader.cc",
98 "protobuf_video_reader.h", 99 "protobuf_video_reader.h",
99 "protobuf_video_writer.cc", 100 "protobuf_video_writer.cc",
100 "protobuf_video_writer.h", 101 "protobuf_video_writer.h",
102 "pseudotcp_channel_factory.cc",
103 "pseudotcp_channel_factory.h",
104 "secure_channel_factory.cc",
105 "secure_channel_factory.h",
101 "session.h", 106 "session.h",
102 "session_config.cc", 107 "session_config.cc",
103 "session_config.h", 108 "session_config.h",
104 "session_manager.h", 109 "session_manager.h",
105 "socket_util.cc", 110 "socket_util.cc",
106 "socket_util.h", 111 "socket_util.h",
107 "ssl_hmac_channel_authenticator.cc", 112 "ssl_hmac_channel_authenticator.cc",
108 "ssl_hmac_channel_authenticator.h", 113 "ssl_hmac_channel_authenticator.h",
114 "stream_channel_factory.h",
109 "third_party_authenticator_base.cc", 115 "third_party_authenticator_base.cc",
110 "third_party_authenticator_base.h", 116 "third_party_authenticator_base.h",
111 "third_party_client_authenticator.cc", 117 "third_party_client_authenticator.cc",
112 "third_party_client_authenticator.h", 118 "third_party_client_authenticator.h",
113 "third_party_host_authenticator.cc", 119 "third_party_host_authenticator.cc",
114 "third_party_host_authenticator.h", 120 "third_party_host_authenticator.h",
115 "token_validator.h", 121 "token_validator.h",
116 "transport.cc", 122 "transport.cc",
117 "transport.h", 123 "transport.h",
118 "v2_authenticator.cc", 124 "v2_authenticator.cc",
(...skipping 25 matching lines...) Expand all
144 "//jingle:notifier", 150 "//jingle:notifier",
145 "//net", 151 "//net",
146 "//remoting/base", 152 "//remoting/base",
147 "//third_party/libjingle", 153 "//third_party/libjingle",
148 ] 154 ]
149 155
150 forward_dependent_configs_from = [ 156 forward_dependent_configs_from = [
151 "//third_party/libjingle", 157 "//third_party/libjingle",
152 ] 158 ]
153 } 159 }
OLDNEW
« no previous file with comments | « no previous file | remoting/protocol/authenticator_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698