| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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.h', |
| 277 'client/client_context.cc', | 278 'client/client_context.cc', |
| 278 'client/client_context.h', | 279 'client/client_context.h', |
| 279 'client/client_status_logger.cc', | 280 'client/client_status_logger.cc', |
| 280 'client/client_status_logger.h', | 281 'client/client_status_logger.h', |
| 281 'client/client_user_interface.h', | 282 'client/client_user_interface.h', |
| 282 'client/empty_cursor_filter.cc', | 283 'client/empty_cursor_filter.cc', |
| 283 'client/empty_cursor_filter.h', | 284 'client/empty_cursor_filter.h', |
| 284 'client/key_event_mapper.cc', | 285 'client/key_event_mapper.cc', |
| 285 'client/key_event_mapper.h', | 286 'client/key_event_mapper.h', |
| 286 'client/normalizing_input_filter_cros.cc', | 287 'client/normalizing_input_filter_cros.cc', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 'client/plugin/pepper_util.cc', | 329 'client/plugin/pepper_util.cc', |
| 329 'client/plugin/pepper_util.h', | 330 'client/plugin/pepper_util.h', |
| 330 'client/plugin/pepper_video_renderer.h', | 331 'client/plugin/pepper_video_renderer.h', |
| 331 'client/plugin/pepper_video_renderer_2d.cc', | 332 'client/plugin/pepper_video_renderer_2d.cc', |
| 332 'client/plugin/pepper_video_renderer_2d.h', | 333 'client/plugin/pepper_video_renderer_2d.h', |
| 333 'client/plugin/pepper_video_renderer_3d.cc', | 334 'client/plugin/pepper_video_renderer_3d.cc', |
| 334 'client/plugin/pepper_video_renderer_3d.h', | 335 'client/plugin/pepper_video_renderer_3d.h', |
| 335 ], | 336 ], |
| 336 } | 337 } |
| 337 } | 338 } |
| OLD | NEW |