| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 'client/client_user_interface.h', | 239 'client/client_user_interface.h', |
| 240 'client/empty_cursor_filter.cc', | 240 'client/empty_cursor_filter.cc', |
| 241 'client/empty_cursor_filter.h', | 241 'client/empty_cursor_filter.h', |
| 242 'client/frame_consumer.h', | 242 'client/frame_consumer.h', |
| 243 'client/key_event_mapper.cc', | 243 'client/key_event_mapper.cc', |
| 244 'client/key_event_mapper.h', | 244 'client/key_event_mapper.h', |
| 245 'client/normalizing_input_filter_cros.cc', | 245 'client/normalizing_input_filter_cros.cc', |
| 246 'client/normalizing_input_filter_cros.h', | 246 'client/normalizing_input_filter_cros.h', |
| 247 'client/normalizing_input_filter_mac.cc', | 247 'client/normalizing_input_filter_mac.cc', |
| 248 'client/normalizing_input_filter_mac.h', | 248 'client/normalizing_input_filter_mac.h', |
| 249 'client/normalizing_input_filter_win.cc', |
| 250 'client/normalizing_input_filter_win.h', |
| 249 'client/server_log_entry_client.cc', | 251 'client/server_log_entry_client.cc', |
| 250 'client/server_log_entry_client.h', | 252 'client/server_log_entry_client.h', |
| 251 'client/software_video_renderer.cc', | 253 'client/software_video_renderer.cc', |
| 252 'client/software_video_renderer.h', | 254 'client/software_video_renderer.h', |
| 253 'client/token_fetcher_proxy.cc', | 255 'client/token_fetcher_proxy.cc', |
| 254 'client/token_fetcher_proxy.h', | 256 'client/token_fetcher_proxy.h', |
| 255 'client/touch_input_scaler.cc', | 257 'client/touch_input_scaler.cc', |
| 256 'client/touch_input_scaler.h', | 258 'client/touch_input_scaler.h', |
| 257 'client/video_renderer.h', | 259 'client/video_renderer.h', |
| 258 ], | 260 ], |
| (...skipping 25 matching lines...) Expand all Loading... |
| 284 'client/plugin/pepper_util.cc', | 286 'client/plugin/pepper_util.cc', |
| 285 'client/plugin/pepper_util.h', | 287 'client/plugin/pepper_util.h', |
| 286 'client/plugin/pepper_video_renderer.h', | 288 'client/plugin/pepper_video_renderer.h', |
| 287 'client/plugin/pepper_video_renderer_2d.cc', | 289 'client/plugin/pepper_video_renderer_2d.cc', |
| 288 'client/plugin/pepper_video_renderer_2d.h', | 290 'client/plugin/pepper_video_renderer_2d.h', |
| 289 'client/plugin/pepper_video_renderer_3d.cc', | 291 'client/plugin/pepper_video_renderer_3d.cc', |
| 290 'client/plugin/pepper_video_renderer_3d.h', | 292 'client/plugin/pepper_video_renderer_3d.h', |
| 291 ], | 293 ], |
| 292 } | 294 } |
| 293 } | 295 } |
| OLD | NEW |