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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 270613005: Implement stats reporting in Android client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use IqSender. Expire session IDs after 24 hours Created 6 years, 7 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
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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'client/client_config.h', 201 'client/client_config.h',
202 'client/client_context.cc', 202 'client/client_context.cc',
203 'client/client_context.h', 203 'client/client_context.h',
204 'client/client_user_interface.h', 204 'client/client_user_interface.h',
205 'client/frame_consumer.h', 205 'client/frame_consumer.h',
206 'client/frame_consumer_proxy.cc', 206 'client/frame_consumer_proxy.cc',
207 'client/frame_consumer_proxy.h', 207 'client/frame_consumer_proxy.h',
208 'client/frame_producer.h', 208 'client/frame_producer.h',
209 'client/key_event_mapper.cc', 209 'client/key_event_mapper.cc',
210 'client/key_event_mapper.h', 210 'client/key_event_mapper.h',
211 'client/log_to_server.cc',
212 'client/log_to_server.h',
213 'client/server_log_entry.cc',
214 'client/server_log_entry.h',
211 'client/software_video_renderer.cc', 215 'client/software_video_renderer.cc',
212 'client/software_video_renderer.h', 216 'client/software_video_renderer.h',
213 'client/video_renderer.h', 217 'client/video_renderer.h',
214 ], 218 ],
215 219
216 'remoting_client_plugin_sources': [ 220 'remoting_client_plugin_sources': [
217 'client/plugin/chromoting_instance.cc', 221 'client/plugin/chromoting_instance.cc',
218 'client/plugin/chromoting_instance.h', 222 'client/plugin/chromoting_instance.h',
219 'client/plugin/delegating_signal_strategy.cc', 223 'client/plugin/delegating_signal_strategy.cc',
220 'client/plugin/delegating_signal_strategy.h', 224 'client/plugin/delegating_signal_strategy.h',
(...skipping 17 matching lines...) Expand all
238 'client/plugin/pepper_port_allocator.h', 242 'client/plugin/pepper_port_allocator.h',
239 'client/plugin/pepper_token_fetcher.cc', 243 'client/plugin/pepper_token_fetcher.cc',
240 'client/plugin/pepper_token_fetcher.h', 244 'client/plugin/pepper_token_fetcher.h',
241 'client/plugin/pepper_util.cc', 245 'client/plugin/pepper_util.cc',
242 'client/plugin/pepper_util.h', 246 'client/plugin/pepper_util.h',
243 'client/plugin/pepper_view.cc', 247 'client/plugin/pepper_view.cc',
244 'client/plugin/pepper_view.h', 248 'client/plugin/pepper_view.h',
245 ], 249 ],
246 } 250 }
247 } 251 }
OLDNEW
« remoting/client/log_to_server.cc ('K') | « remoting/remoting_client.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698