| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'client/chromoting_stats.cc', | 240 'client/chromoting_stats.cc', |
| 241 'client/chromoting_stats.h', | 241 'client/chromoting_stats.h', |
| 242 'client/client_context.cc', | 242 'client/client_context.cc', |
| 243 'client/client_context.h', | 243 'client/client_context.h', |
| 244 'client/client_status_logger.cc', | 244 'client/client_status_logger.cc', |
| 245 'client/client_status_logger.h', | 245 'client/client_status_logger.h', |
| 246 'client/client_user_interface.h', | 246 'client/client_user_interface.h', |
| 247 'client/empty_cursor_filter.cc', | 247 'client/empty_cursor_filter.cc', |
| 248 'client/empty_cursor_filter.h', | 248 'client/empty_cursor_filter.h', |
| 249 'client/frame_consumer.h', | 249 'client/frame_consumer.h', |
| 250 'client/frame_consumer_proxy.cc', | |
| 251 'client/frame_consumer_proxy.h', | |
| 252 'client/frame_producer.h', | |
| 253 'client/key_event_mapper.cc', | 250 'client/key_event_mapper.cc', |
| 254 'client/key_event_mapper.h', | 251 'client/key_event_mapper.h', |
| 255 'client/normalizing_input_filter_cros.cc', | 252 'client/normalizing_input_filter_cros.cc', |
| 256 'client/normalizing_input_filter_cros.h', | 253 'client/normalizing_input_filter_cros.h', |
| 257 'client/normalizing_input_filter_mac.cc', | 254 'client/normalizing_input_filter_mac.cc', |
| 258 'client/normalizing_input_filter_mac.h', | 255 'client/normalizing_input_filter_mac.h', |
| 259 'client/server_log_entry_client.cc', | 256 'client/server_log_entry_client.cc', |
| 260 'client/server_log_entry_client.h', | 257 'client/server_log_entry_client.h', |
| 261 'client/software_video_renderer.cc', | 258 'client/software_video_renderer.cc', |
| 262 'client/software_video_renderer.h', | 259 'client/software_video_renderer.h', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 293 'client/plugin/pepper_util.cc', | 290 'client/plugin/pepper_util.cc', |
| 294 'client/plugin/pepper_util.h', | 291 'client/plugin/pepper_util.h', |
| 295 'client/plugin/pepper_video_renderer.h', | 292 'client/plugin/pepper_video_renderer.h', |
| 296 'client/plugin/pepper_video_renderer_2d.cc', | 293 'client/plugin/pepper_video_renderer_2d.cc', |
| 297 'client/plugin/pepper_video_renderer_2d.h', | 294 'client/plugin/pepper_video_renderer_2d.h', |
| 298 'client/plugin/pepper_video_renderer_3d.cc', | 295 'client/plugin/pepper_video_renderer_3d.cc', |
| 299 'client/plugin/pepper_video_renderer_3d.h', | 296 'client/plugin/pepper_video_renderer_3d.h', |
| 300 ], | 297 ], |
| 301 } | 298 } |
| 302 } | 299 } |
| OLD | NEW |