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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 231943005: Rename remoting/protocol/util.h to message_serialization.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/protocol/util.cc ('k') | no next file » | 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'protocol/jingle_session_manager.cc', 133 'protocol/jingle_session_manager.cc',
134 'protocol/jingle_session_manager.h', 134 'protocol/jingle_session_manager.h',
135 'protocol/libjingle_transport_factory.cc', 135 'protocol/libjingle_transport_factory.cc',
136 'protocol/libjingle_transport_factory.h', 136 'protocol/libjingle_transport_factory.h',
137 'protocol/me2me_host_authenticator_factory.cc', 137 'protocol/me2me_host_authenticator_factory.cc',
138 'protocol/me2me_host_authenticator_factory.h', 138 'protocol/me2me_host_authenticator_factory.h',
139 'protocol/message_decoder.cc', 139 'protocol/message_decoder.cc',
140 'protocol/message_decoder.h', 140 'protocol/message_decoder.h',
141 'protocol/message_reader.cc', 141 'protocol/message_reader.cc',
142 'protocol/message_reader.h', 142 'protocol/message_reader.h',
143 'protocol/message_serialization.cc',
144 'protocol/message_serialization.h',
143 'protocol/mouse_input_filter.cc', 145 'protocol/mouse_input_filter.cc',
144 'protocol/mouse_input_filter.h', 146 'protocol/mouse_input_filter.h',
145 'protocol/name_value_map.h', 147 'protocol/name_value_map.h',
146 'protocol/negotiating_authenticator_base.cc', 148 'protocol/negotiating_authenticator_base.cc',
147 'protocol/negotiating_authenticator_base.h', 149 'protocol/negotiating_authenticator_base.h',
148 'protocol/negotiating_client_authenticator.cc', 150 'protocol/negotiating_client_authenticator.cc',
149 'protocol/negotiating_client_authenticator.h', 151 'protocol/negotiating_client_authenticator.h',
150 'protocol/negotiating_host_authenticator.cc', 152 'protocol/negotiating_host_authenticator.cc',
151 'protocol/negotiating_host_authenticator.h', 153 'protocol/negotiating_host_authenticator.h',
152 'protocol/pairing_authenticator_base.cc', 154 'protocol/pairing_authenticator_base.cc',
153 'protocol/pairing_authenticator_base.h', 155 'protocol/pairing_authenticator_base.h',
154 'protocol/pairing_client_authenticator.cc', 156 'protocol/pairing_client_authenticator.cc',
155 'protocol/pairing_client_authenticator.h', 157 'protocol/pairing_client_authenticator.h',
156 'protocol/pairing_host_authenticator.cc', 158 'protocol/pairing_host_authenticator.cc',
157 'protocol/pairing_host_authenticator.h', 159 'protocol/pairing_host_authenticator.h',
158 'protocol/pairing_registry.cc', 160 'protocol/pairing_registry.cc',
159 'protocol/pairing_registry.h', 161 'protocol/pairing_registry.h',
160 'protocol/protobuf_video_reader.cc', 162 'protocol/protobuf_video_reader.cc',
161 'protocol/protobuf_video_reader.h', 163 'protocol/protobuf_video_reader.h',
162 'protocol/protobuf_video_writer.cc', 164 'protocol/protobuf_video_writer.cc',
163 'protocol/protobuf_video_writer.h', 165 'protocol/protobuf_video_writer.h',
164 'protocol/session.h', 166 'protocol/session.h',
165 'protocol/session_config.cc', 167 'protocol/session_config.cc',
166 'protocol/session_config.h', 168 'protocol/session_config.h',
167 'protocol/session_manager.h', 169 'protocol/session_manager.h',
168 'protocol/ssl_hmac_channel_authenticator.cc', 170 'protocol/ssl_hmac_channel_authenticator.cc',
169 'protocol/ssl_hmac_channel_authenticator.h', 171 'protocol/ssl_hmac_channel_authenticator.h',
170 'protocol/transport.cc',
171 'protocol/transport.h',
172 'protocol/util.cc',
173 'protocol/util.h',
174 'protocol/third_party_authenticator_base.cc', 172 'protocol/third_party_authenticator_base.cc',
175 'protocol/third_party_authenticator_base.h', 173 'protocol/third_party_authenticator_base.h',
176 'protocol/third_party_client_authenticator.cc', 174 'protocol/third_party_client_authenticator.cc',
177 'protocol/third_party_client_authenticator.h', 175 'protocol/third_party_client_authenticator.h',
178 'protocol/third_party_host_authenticator.cc', 176 'protocol/third_party_host_authenticator.cc',
179 'protocol/third_party_host_authenticator.h', 177 'protocol/third_party_host_authenticator.h',
180 'protocol/token_validator.h', 178 'protocol/token_validator.h',
179 'protocol/transport.cc',
180 'protocol/transport.h',
181 'protocol/v2_authenticator.cc', 181 'protocol/v2_authenticator.cc',
182 'protocol/v2_authenticator.h', 182 'protocol/v2_authenticator.h',
183 'protocol/video_reader.cc', 183 'protocol/video_reader.cc',
184 'protocol/video_reader.h', 184 'protocol/video_reader.h',
185 'protocol/video_stub.h', 185 'protocol/video_stub.h',
186 'protocol/video_writer.cc', 186 'protocol/video_writer.cc',
187 'protocol/video_writer.h', 187 'protocol/video_writer.h',
188 ], 188 ],
189 189
190 'remoting_client_sources': [ 190 'remoting_client_sources': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'client/plugin/pepper_port_allocator.h', 237 'client/plugin/pepper_port_allocator.h',
238 'client/plugin/pepper_token_fetcher.cc', 238 'client/plugin/pepper_token_fetcher.cc',
239 'client/plugin/pepper_token_fetcher.h', 239 'client/plugin/pepper_token_fetcher.h',
240 'client/plugin/pepper_util.cc', 240 'client/plugin/pepper_util.cc',
241 'client/plugin/pepper_util.h', 241 'client/plugin/pepper_util.h',
242 'client/plugin/pepper_view.cc', 242 'client/plugin/pepper_view.cc',
243 'client/plugin/pepper_view.h', 243 'client/plugin/pepper_view.h',
244 ], 244 ],
245 } 245 }
246 } 246 }
OLDNEW
« no previous file with comments | « remoting/protocol/util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698