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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 390983003: Remove remoting/jingle_glue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « remoting/remoting_nacl.gyp ('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 'remoting_base_sources': [ 7 'remoting_base_sources': [
8 'base/auth_token_util.cc', 8 'base/auth_token_util.cc',
9 'base/auth_token_util.h', 9 'base/auth_token_util.h',
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'codec/video_decoder_vpx.cc', 60 'codec/video_decoder_vpx.cc',
61 'codec/video_decoder_vpx.h', 61 'codec/video_decoder_vpx.h',
62 'codec/video_encoder.h', 62 'codec/video_encoder.h',
63 'codec/video_encoder_verbatim.cc', 63 'codec/video_encoder_verbatim.cc',
64 'codec/video_encoder_verbatim.h', 64 'codec/video_encoder_verbatim.h',
65 'codec/video_encoder_vpx.cc', 65 'codec/video_encoder_vpx.cc',
66 'codec/video_encoder_vpx.h', 66 'codec/video_encoder_vpx.h',
67 ], 67 ],
68 68
69 'remoting_protocol_sources': [ 69 'remoting_protocol_sources': [
70 'jingle_glue/chromium_port_allocator.cc',
71 'jingle_glue/chromium_port_allocator.h',
72 'jingle_glue/chromium_socket_factory.cc',
73 'jingle_glue/chromium_socket_factory.h',
74 'jingle_glue/iq_sender.cc',
75 'jingle_glue/iq_sender.h',
76 'jingle_glue/jingle_info_request.cc',
77 'jingle_glue/jingle_info_request.h',
78 'jingle_glue/log_to_server.cc',
79 'jingle_glue/log_to_server.h',
80 'jingle_glue/network_settings.cc',
81 'jingle_glue/network_settings.h',
82 'jingle_glue/server_log_entry.cc',
83 'jingle_glue/server_log_entry.h',
84 'jingle_glue/signal_strategy.h',
85 'jingle_glue/socket_util.cc',
86 'jingle_glue/socket_util.h',
87 'jingle_glue/xmpp_signal_strategy.cc',
88 'jingle_glue/xmpp_signal_strategy.h',
89 'protocol/audio_reader.cc', 70 'protocol/audio_reader.cc',
90 'protocol/audio_reader.h', 71 'protocol/audio_reader.h',
91 'protocol/audio_stub.h', 72 'protocol/audio_stub.h',
92 'protocol/audio_writer.cc', 73 'protocol/audio_writer.cc',
93 'protocol/audio_writer.h', 74 'protocol/audio_writer.h',
94 'protocol/auth_util.cc', 75 'protocol/auth_util.cc',
95 'protocol/auth_util.h', 76 'protocol/auth_util.h',
96 'protocol/authentication_method.cc', 77 'protocol/authentication_method.cc',
97 'protocol/authentication_method.h', 78 'protocol/authentication_method.h',
98 'protocol/authenticator.cc', 79 'protocol/authenticator.cc',
99 'protocol/authenticator.h', 80 'protocol/authenticator.h',
100 'protocol/buffered_socket_writer.cc', 81 'protocol/buffered_socket_writer.cc',
101 'protocol/buffered_socket_writer.h', 82 'protocol/buffered_socket_writer.h',
102 'protocol/channel_authenticator.h', 83 'protocol/channel_authenticator.h',
103 'protocol/channel_dispatcher_base.cc', 84 'protocol/channel_dispatcher_base.cc',
104 'protocol/channel_dispatcher_base.h', 85 'protocol/channel_dispatcher_base.h',
105 'protocol/channel_multiplexer.cc', 86 'protocol/channel_multiplexer.cc',
106 'protocol/channel_multiplexer.h', 87 'protocol/channel_multiplexer.h',
88 'protocol/chromium_port_allocator.cc',
89 'protocol/chromium_port_allocator.h',
90 'protocol/chromium_socket_factory.cc',
91 'protocol/chromium_socket_factory.h',
107 'protocol/client_control_dispatcher.cc', 92 'protocol/client_control_dispatcher.cc',
108 'protocol/client_control_dispatcher.h', 93 'protocol/client_control_dispatcher.h',
109 'protocol/client_event_dispatcher.cc', 94 'protocol/client_event_dispatcher.cc',
110 'protocol/client_event_dispatcher.h', 95 'protocol/client_event_dispatcher.h',
111 'protocol/client_stub.h', 96 'protocol/client_stub.h',
112 'protocol/clipboard_echo_filter.cc', 97 'protocol/clipboard_echo_filter.cc',
113 'protocol/clipboard_echo_filter.h', 98 'protocol/clipboard_echo_filter.h',
114 'protocol/clipboard_filter.cc', 99 'protocol/clipboard_filter.cc',
115 'protocol/clipboard_filter.h', 100 'protocol/clipboard_filter.h',
116 'protocol/clipboard_stub.h', 101 'protocol/clipboard_stub.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'protocol/monitored_video_stub.h', 140 'protocol/monitored_video_stub.h',
156 'protocol/mouse_input_filter.cc', 141 'protocol/mouse_input_filter.cc',
157 'protocol/mouse_input_filter.h', 142 'protocol/mouse_input_filter.h',
158 'protocol/name_value_map.h', 143 'protocol/name_value_map.h',
159 'protocol/negotiating_authenticator_base.cc', 144 'protocol/negotiating_authenticator_base.cc',
160 'protocol/negotiating_authenticator_base.h', 145 'protocol/negotiating_authenticator_base.h',
161 'protocol/negotiating_client_authenticator.cc', 146 'protocol/negotiating_client_authenticator.cc',
162 'protocol/negotiating_client_authenticator.h', 147 'protocol/negotiating_client_authenticator.h',
163 'protocol/negotiating_host_authenticator.cc', 148 'protocol/negotiating_host_authenticator.cc',
164 'protocol/negotiating_host_authenticator.h', 149 'protocol/negotiating_host_authenticator.h',
150 'protocol/network_settings.cc',
151 'protocol/network_settings.h',
165 'protocol/pairing_authenticator_base.cc', 152 'protocol/pairing_authenticator_base.cc',
166 'protocol/pairing_authenticator_base.h', 153 'protocol/pairing_authenticator_base.h',
167 'protocol/pairing_client_authenticator.cc', 154 'protocol/pairing_client_authenticator.cc',
168 'protocol/pairing_client_authenticator.h', 155 'protocol/pairing_client_authenticator.h',
169 'protocol/pairing_host_authenticator.cc', 156 'protocol/pairing_host_authenticator.cc',
170 'protocol/pairing_host_authenticator.h', 157 'protocol/pairing_host_authenticator.h',
171 'protocol/pairing_registry.cc', 158 'protocol/pairing_registry.cc',
172 'protocol/pairing_registry.h', 159 'protocol/pairing_registry.h',
173 'protocol/protobuf_video_reader.cc', 160 'protocol/protobuf_video_reader.cc',
174 'protocol/protobuf_video_reader.h', 161 'protocol/protobuf_video_reader.h',
175 'protocol/protobuf_video_writer.cc', 162 'protocol/protobuf_video_writer.cc',
176 'protocol/protobuf_video_writer.h', 163 'protocol/protobuf_video_writer.h',
177 'protocol/session.h', 164 'protocol/session.h',
178 'protocol/session_config.cc', 165 'protocol/session_config.cc',
179 'protocol/session_config.h', 166 'protocol/session_config.h',
180 'protocol/session_manager.h', 167 'protocol/session_manager.h',
168 'protocol/socket_util.cc',
169 'protocol/socket_util.h',
181 'protocol/ssl_hmac_channel_authenticator.cc', 170 'protocol/ssl_hmac_channel_authenticator.cc',
182 'protocol/ssl_hmac_channel_authenticator.h', 171 'protocol/ssl_hmac_channel_authenticator.h',
183 'protocol/third_party_authenticator_base.cc', 172 'protocol/third_party_authenticator_base.cc',
184 'protocol/third_party_authenticator_base.h', 173 'protocol/third_party_authenticator_base.h',
185 'protocol/third_party_client_authenticator.cc', 174 'protocol/third_party_client_authenticator.cc',
186 'protocol/third_party_client_authenticator.h', 175 'protocol/third_party_client_authenticator.h',
187 'protocol/third_party_host_authenticator.cc', 176 'protocol/third_party_host_authenticator.cc',
188 'protocol/third_party_host_authenticator.h', 177 'protocol/third_party_host_authenticator.h',
189 'protocol/token_validator.h', 178 'protocol/token_validator.h',
190 'protocol/transport.cc', 179 'protocol/transport.cc',
191 'protocol/transport.h', 180 'protocol/transport.h',
192 'protocol/v2_authenticator.cc', 181 'protocol/v2_authenticator.cc',
193 'protocol/v2_authenticator.h', 182 'protocol/v2_authenticator.h',
194 'protocol/video_reader.cc', 183 'protocol/video_reader.cc',
195 'protocol/video_reader.h', 184 'protocol/video_reader.h',
196 'protocol/video_stub.h', 185 'protocol/video_stub.h',
197 'protocol/video_writer.cc', 186 'protocol/video_writer.cc',
198 'protocol/video_writer.h', 187 'protocol/video_writer.h',
188 'signaling/iq_sender.cc',
189 'signaling/iq_sender.h',
190 'signaling/jingle_info_request.cc',
191 'signaling/jingle_info_request.h',
192 'signaling/log_to_server.cc',
193 'signaling/log_to_server.h',
194 'signaling/server_log_entry.cc',
195 'signaling/server_log_entry.h',
196 'signaling/signal_strategy.h',
197 'signaling/xmpp_signal_strategy.cc',
198 'signaling/xmpp_signal_strategy.h',
199 ], 199 ],
200 200
201 'remoting_client_sources': [ 201 'remoting_client_sources': [
202 'client/audio_decode_scheduler.cc', 202 'client/audio_decode_scheduler.cc',
203 'client/audio_decode_scheduler.h', 203 'client/audio_decode_scheduler.h',
204 'client/audio_player.cc', 204 'client/audio_player.cc',
205 'client/audio_player.h', 205 'client/audio_player.h',
206 'client/chromoting_client.cc', 206 'client/chromoting_client.cc',
207 'client/chromoting_client.h', 207 'client/chromoting_client.h',
208 'client/chromoting_stats.cc', 208 'client/chromoting_stats.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'client/plugin/pepper_plugin_thread_delegate.h', 250 'client/plugin/pepper_plugin_thread_delegate.h',
251 'client/plugin/pepper_port_allocator.cc', 251 'client/plugin/pepper_port_allocator.cc',
252 'client/plugin/pepper_port_allocator.h', 252 'client/plugin/pepper_port_allocator.h',
253 'client/plugin/pepper_util.cc', 253 'client/plugin/pepper_util.cc',
254 'client/plugin/pepper_util.h', 254 'client/plugin/pepper_util.h',
255 'client/plugin/pepper_view.cc', 255 'client/plugin/pepper_view.cc',
256 'client/plugin/pepper_view.h', 256 'client/plugin/pepper_view.h',
257 ], 257 ],
258 } 258 }
259 } 259 }
OLDNEW
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698