| 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', |
| 11 'base/auto_thread.h', | 11 'base/auto_thread.h', |
| 12 'base/auto_thread_task_runner.cc', | 12 'base/auto_thread_task_runner.cc', |
| 13 'base/auto_thread_task_runner.h', | 13 'base/auto_thread_task_runner.h', |
| 14 'base/buffered_socket_writer.cc', | 14 'base/buffered_socket_writer.cc', |
| 15 'base/buffered_socket_writer.h', | 15 'base/buffered_socket_writer.h', |
| 16 'base/capabilities.cc', | 16 'base/capabilities.cc', |
| 17 'base/capabilities.h', | 17 'base/capabilities.h', |
| 18 'base/compound_buffer.cc', | 18 'base/compound_buffer.cc', |
| 19 'base/compound_buffer.h', | 19 'base/compound_buffer.h', |
| 20 'base/constants.cc', | 20 'base/constants.cc', |
| 21 'base/constants.h', | 21 'base/constants.h', |
| 22 'base/plugin_thread_task_runner.cc', | 22 'base/plugin_thread_task_runner.cc', |
| 23 'base/plugin_thread_task_runner.h', | 23 'base/plugin_thread_task_runner.h', |
| 24 'base/rate_counter.cc', | 24 'base/rate_counter.cc', |
| 25 'base/rate_counter.h', | 25 'base/rate_counter.h', |
| 26 'base/resources.h', | |
| 27 'base/resources_linux.cc', | |
| 28 'base/resources_mac.cc', | |
| 29 'base/resources_win.cc', | |
| 30 'base/rsa_key_pair.cc', | 26 'base/rsa_key_pair.cc', |
| 31 'base/rsa_key_pair.h', | 27 'base/rsa_key_pair.h', |
| 32 'base/running_average.cc', | 28 'base/running_average.cc', |
| 33 'base/running_average.h', | 29 'base/running_average.h', |
| 34 'base/scoped_sc_handle_win.h', | 30 'base/scoped_sc_handle_win.h', |
| 35 'base/service_urls.cc', | 31 'base/service_urls.cc', |
| 36 'base/service_urls.h', | 32 'base/service_urls.h', |
| 37 'base/socket_reader.cc', | 33 'base/socket_reader.cc', |
| 38 'base/socket_reader.h', | 34 'base/socket_reader.h', |
| 39 'base/typed_buffer.h', | 35 'base/typed_buffer.h', |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 'client/plugin/pepper_util.cc', | 286 'client/plugin/pepper_util.cc', |
| 291 'client/plugin/pepper_util.h', | 287 'client/plugin/pepper_util.h', |
| 292 'client/plugin/pepper_video_renderer.h', | 288 'client/plugin/pepper_video_renderer.h', |
| 293 'client/plugin/pepper_video_renderer_2d.cc', | 289 'client/plugin/pepper_video_renderer_2d.cc', |
| 294 'client/plugin/pepper_video_renderer_2d.h', | 290 'client/plugin/pepper_video_renderer_2d.h', |
| 295 'client/plugin/pepper_video_renderer_3d.cc', | 291 'client/plugin/pepper_video_renderer_3d.cc', |
| 296 'client/plugin/pepper_video_renderer_3d.h', | 292 'client/plugin/pepper_video_renderer_3d.h', |
| 297 ], | 293 ], |
| 298 } | 294 } |
| 299 } | 295 } |
| OLD | NEW |