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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 311983003: Third Party Authentication for Android Part I - TokenFetcherProxy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing CR feedbacks Created 6 years, 6 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/client/token_fetcher_proxy.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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'client/frame_consumer_proxy.h', 211 'client/frame_consumer_proxy.h',
212 'client/frame_producer.h', 212 'client/frame_producer.h',
213 'client/key_event_mapper.cc', 213 'client/key_event_mapper.cc',
214 'client/key_event_mapper.h', 214 'client/key_event_mapper.h',
215 'client/log_to_server.cc', 215 'client/log_to_server.cc',
216 'client/log_to_server.h', 216 'client/log_to_server.h',
217 'client/server_log_entry_client.cc', 217 'client/server_log_entry_client.cc',
218 'client/server_log_entry_client.h', 218 'client/server_log_entry_client.h',
219 'client/software_video_renderer.cc', 219 'client/software_video_renderer.cc',
220 'client/software_video_renderer.h', 220 'client/software_video_renderer.h',
221 'client/token_fetcher_proxy.cc',
222 'client/token_fetcher_proxy.h',
221 'client/video_renderer.h', 223 'client/video_renderer.h',
222 ], 224 ],
223 225
224 'remoting_client_plugin_sources': [ 226 'remoting_client_plugin_sources': [
225 'client/plugin/chromoting_instance.cc', 227 'client/plugin/chromoting_instance.cc',
226 'client/plugin/chromoting_instance.h', 228 'client/plugin/chromoting_instance.h',
227 'client/plugin/delegating_signal_strategy.cc', 229 'client/plugin/delegating_signal_strategy.cc',
228 'client/plugin/delegating_signal_strategy.h', 230 'client/plugin/delegating_signal_strategy.h',
229 'client/plugin/media_source_video_renderer.cc', 231 'client/plugin/media_source_video_renderer.cc',
230 'client/plugin/media_source_video_renderer.h', 232 'client/plugin/media_source_video_renderer.h',
231 'client/plugin/normalizing_input_filter_cros.cc', 233 'client/plugin/normalizing_input_filter_cros.cc',
232 'client/plugin/normalizing_input_filter_cros.h', 234 'client/plugin/normalizing_input_filter_cros.h',
233 'client/plugin/normalizing_input_filter_mac.cc', 235 'client/plugin/normalizing_input_filter_mac.cc',
234 'client/plugin/normalizing_input_filter_mac.h', 236 'client/plugin/normalizing_input_filter_mac.h',
235 'client/plugin/pepper_audio_player.cc', 237 'client/plugin/pepper_audio_player.cc',
236 'client/plugin/pepper_audio_player.h', 238 'client/plugin/pepper_audio_player.h',
237 'client/plugin/pepper_input_handler.cc', 239 'client/plugin/pepper_input_handler.cc',
238 'client/plugin/pepper_input_handler.h', 240 'client/plugin/pepper_input_handler.h',
239 'client/plugin/pepper_network_manager.cc', 241 'client/plugin/pepper_network_manager.cc',
240 'client/plugin/pepper_network_manager.h', 242 'client/plugin/pepper_network_manager.h',
241 'client/plugin/pepper_packet_socket_factory.cc', 243 'client/plugin/pepper_packet_socket_factory.cc',
242 'client/plugin/pepper_packet_socket_factory.h', 244 'client/plugin/pepper_packet_socket_factory.h',
243 'client/plugin/pepper_plugin_thread_delegate.cc', 245 'client/plugin/pepper_plugin_thread_delegate.cc',
244 'client/plugin/pepper_plugin_thread_delegate.h', 246 'client/plugin/pepper_plugin_thread_delegate.h',
245 'client/plugin/pepper_port_allocator.cc', 247 'client/plugin/pepper_port_allocator.cc',
246 'client/plugin/pepper_port_allocator.h', 248 'client/plugin/pepper_port_allocator.h',
247 'client/plugin/pepper_token_fetcher.cc',
248 'client/plugin/pepper_token_fetcher.h',
249 'client/plugin/pepper_util.cc', 249 'client/plugin/pepper_util.cc',
250 'client/plugin/pepper_util.h', 250 'client/plugin/pepper_util.h',
251 'client/plugin/pepper_view.cc', 251 'client/plugin/pepper_view.cc',
252 'client/plugin/pepper_view.h', 252 'client/plugin/pepper_view.h',
253 ], 253 ],
254 } 254 }
255 } 255 }
OLDNEW
« no previous file with comments | « remoting/client/token_fetcher_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698