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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1764503002: Adding container class for chromoting client runtimes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
9 'remoting_base_sources': [ 9 'remoting_base_sources': [
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'signaling/xmpp_login_handler.h', 267 'signaling/xmpp_login_handler.h',
268 ], 268 ],
269 269
270 'remoting_client_sources': [ 270 'remoting_client_sources': [
271 'client/audio_decode_scheduler.cc', 271 'client/audio_decode_scheduler.cc',
272 'client/audio_decode_scheduler.h', 272 'client/audio_decode_scheduler.h',
273 'client/audio_player.cc', 273 'client/audio_player.cc',
274 'client/audio_player.h', 274 'client/audio_player.h',
275 'client/chromoting_client.cc', 275 'client/chromoting_client.cc',
276 'client/chromoting_client.h', 276 'client/chromoting_client.h',
277 'client/chromoting_client_runtime.cc',
278 'client/chromoting_client_runtime.h',
277 'client/client_context.cc', 279 'client/client_context.cc',
278 'client/client_context.h', 280 'client/client_context.h',
279 'client/client_status_logger.cc', 281 'client/client_status_logger.cc',
280 'client/client_status_logger.h', 282 'client/client_status_logger.h',
281 'client/client_user_interface.h', 283 'client/client_user_interface.h',
282 'client/empty_cursor_filter.cc', 284 'client/empty_cursor_filter.cc',
283 'client/empty_cursor_filter.h', 285 'client/empty_cursor_filter.h',
284 'client/key_event_mapper.cc', 286 'client/key_event_mapper.cc',
285 'client/key_event_mapper.h', 287 'client/key_event_mapper.h',
286 'client/normalizing_input_filter_cros.cc', 288 'client/normalizing_input_filter_cros.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'client/plugin/pepper_util.cc', 330 'client/plugin/pepper_util.cc',
329 'client/plugin/pepper_util.h', 331 'client/plugin/pepper_util.h',
330 'client/plugin/pepper_video_renderer.h', 332 'client/plugin/pepper_video_renderer.h',
331 'client/plugin/pepper_video_renderer_2d.cc', 333 'client/plugin/pepper_video_renderer_2d.cc',
332 'client/plugin/pepper_video_renderer_2d.h', 334 'client/plugin/pepper_video_renderer_2d.h',
333 'client/plugin/pepper_video_renderer_3d.cc', 335 'client/plugin/pepper_video_renderer_3d.cc',
334 'client/plugin/pepper_video_renderer_3d.h', 336 'client/plugin/pepper_video_renderer_3d.h',
335 ], 337 ],
336 } 338 }
337 } 339 }
OLDNEW
« remoting/client/chromoting_client_runtime.cc ('K') | « remoting/client/chromoting_client_runtime.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698