| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 'protocol/v2_authenticator.h', | 197 'protocol/v2_authenticator.h', |
| 198 'protocol/video_stub.h', | 198 'protocol/video_stub.h', |
| 199 ], | 199 ], |
| 200 | 200 |
| 201 # Files in protocol that don't compile for NaCl. | 201 # Files in protocol that don't compile for NaCl. |
| 202 'remoting_protocol_nonnacl_sources': [ | 202 'remoting_protocol_nonnacl_sources': [ |
| 203 'protocol/capture_scheduler.cc', | 203 'protocol/capture_scheduler.cc', |
| 204 'protocol/capture_scheduler.h', | 204 'protocol/capture_scheduler.h', |
| 205 'protocol/chromium_port_allocator.cc', | 205 'protocol/chromium_port_allocator.cc', |
| 206 'protocol/chromium_port_allocator.h', | 206 'protocol/chromium_port_allocator.h', |
| 207 'protocol/chromium_port_allocator_factory.cc', | |
| 208 'protocol/chromium_port_allocator_factory.h', | |
| 209 'protocol/chromium_socket_factory.cc', | 207 'protocol/chromium_socket_factory.cc', |
| 210 'protocol/chromium_socket_factory.h', | 208 'protocol/chromium_socket_factory.h', |
| 211 'protocol/ice_connection_to_client.cc', | 209 'protocol/ice_connection_to_client.cc', |
| 212 'protocol/ice_connection_to_client.h', | 210 'protocol/ice_connection_to_client.h', |
| 213 'protocol/video_frame_pump.cc', | 211 'protocol/video_frame_pump.cc', |
| 214 'protocol/video_frame_pump.h', | 212 'protocol/video_frame_pump.h', |
| 215 'protocol/webrtc_data_stream_adapter.cc', | 213 'protocol/webrtc_data_stream_adapter.cc', |
| 216 'protocol/webrtc_data_stream_adapter.h', | 214 'protocol/webrtc_data_stream_adapter.h', |
| 217 'protocol/webrtc_transport.cc', | 215 'protocol/webrtc_transport.cc', |
| 218 'protocol/webrtc_transport.h', | 216 'protocol/webrtc_transport.h', |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 'client/plugin/pepper_util.cc', | 301 'client/plugin/pepper_util.cc', |
| 304 'client/plugin/pepper_util.h', | 302 'client/plugin/pepper_util.h', |
| 305 'client/plugin/pepper_video_renderer.h', | 303 'client/plugin/pepper_video_renderer.h', |
| 306 'client/plugin/pepper_video_renderer_2d.cc', | 304 'client/plugin/pepper_video_renderer_2d.cc', |
| 307 'client/plugin/pepper_video_renderer_2d.h', | 305 'client/plugin/pepper_video_renderer_2d.h', |
| 308 'client/plugin/pepper_video_renderer_3d.cc', | 306 'client/plugin/pepper_video_renderer_3d.cc', |
| 309 'client/plugin/pepper_video_renderer_3d.h', | 307 'client/plugin/pepper_video_renderer_3d.h', |
| 310 ], | 308 ], |
| 311 } | 309 } |
| 312 } | 310 } |
| OLD | NEW |