| OLD | NEW |
| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 'signaling/signal_strategy.h', | 271 'signaling/signal_strategy.h', |
| 272 'signaling/xmpp_signal_strategy.cc', | 272 'signaling/xmpp_signal_strategy.cc', |
| 273 'signaling/xmpp_signal_strategy.h', | 273 'signaling/xmpp_signal_strategy.h', |
| 274 'signaling/xmpp_stream_parser.cc', | 274 'signaling/xmpp_stream_parser.cc', |
| 275 'signaling/xmpp_stream_parser.h', | 275 'signaling/xmpp_stream_parser.h', |
| 276 'signaling/xmpp_login_handler.cc', | 276 'signaling/xmpp_login_handler.cc', |
| 277 'signaling/xmpp_login_handler.h', | 277 'signaling/xmpp_login_handler.h', |
| 278 ], | 278 ], |
| 279 | 279 |
| 280 'remoting_client_sources': [ | 280 'remoting_client_sources': [ |
| 281 'client/audio_consumer.h', |
| 281 'client/audio_decode_scheduler.cc', | 282 'client/audio_decode_scheduler.cc', |
| 282 'client/audio_decode_scheduler.h', | 283 'client/audio_decode_scheduler.h', |
| 283 'client/audio_player.cc', | 284 'client/audio_player.cc', |
| 284 'client/audio_player.h', | 285 'client/audio_player.h', |
| 285 'client/chromoting_client.cc', | 286 'client/chromoting_client.cc', |
| 286 'client/chromoting_client.h', | 287 'client/chromoting_client.h', |
| 287 'client/client_context.cc', | 288 'client/client_context.cc', |
| 288 'client/client_context.h', | 289 'client/client_context.h', |
| 289 'client/client_status_logger.cc', | 290 'client/client_status_logger.cc', |
| 290 'client/client_status_logger.h', | 291 'client/client_status_logger.h', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 'client/plugin/pepper_util.cc', | 344 'client/plugin/pepper_util.cc', |
| 344 'client/plugin/pepper_util.h', | 345 'client/plugin/pepper_util.h', |
| 345 'client/plugin/pepper_video_renderer.h', | 346 'client/plugin/pepper_video_renderer.h', |
| 346 'client/plugin/pepper_video_renderer_2d.cc', | 347 'client/plugin/pepper_video_renderer_2d.cc', |
| 347 'client/plugin/pepper_video_renderer_2d.h', | 348 'client/plugin/pepper_video_renderer_2d.h', |
| 348 'client/plugin/pepper_video_renderer_3d.cc', | 349 'client/plugin/pepper_video_renderer_3d.cc', |
| 349 'client/plugin/pepper_video_renderer_3d.h', | 350 'client/plugin/pepper_video_renderer_3d.h', |
| 350 ], | 351 ], |
| 351 } | 352 } |
| 352 } | 353 } |
| OLD | NEW |