| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'codec/video_encoder_helper.cc', | 67 'codec/video_encoder_helper.cc', |
| 68 'codec/video_encoder_helper.h', | 68 'codec/video_encoder_helper.h', |
| 69 'codec/video_encoder_verbatim.cc', | 69 'codec/video_encoder_verbatim.cc', |
| 70 'codec/video_encoder_verbatim.h', | 70 'codec/video_encoder_verbatim.h', |
| 71 'codec/video_encoder_vpx.cc', | 71 'codec/video_encoder_vpx.cc', |
| 72 'codec/video_encoder_vpx.h', | 72 'codec/video_encoder_vpx.h', |
| 73 'codec/webrtc_video_encoder_vpx.cc', | 73 'codec/webrtc_video_encoder_vpx.cc', |
| 74 'codec/webrtc_video_encoder_vpx.h', | 74 'codec/webrtc_video_encoder_vpx.h', |
| 75 ], | 75 ], |
| 76 'remoting_protocol_sources': [ | 76 'remoting_protocol_sources': [ |
| 77 'protocol/audio_pump.cc', |
| 78 'protocol/audio_pump.h', |
| 77 'protocol/audio_reader.cc', | 79 'protocol/audio_reader.cc', |
| 78 'protocol/audio_reader.h', | 80 'protocol/audio_reader.h', |
| 81 'protocol/audio_source.h', |
| 79 'protocol/audio_stub.h', | 82 'protocol/audio_stub.h', |
| 80 'protocol/audio_writer.cc', | 83 'protocol/audio_writer.cc', |
| 81 'protocol/audio_writer.h', | 84 'protocol/audio_writer.h', |
| 82 'protocol/auth_util.cc', | 85 'protocol/auth_util.cc', |
| 83 'protocol/auth_util.h', | 86 'protocol/auth_util.h', |
| 84 'protocol/authenticator.cc', | 87 'protocol/authenticator.cc', |
| 85 'protocol/authenticator.h', | 88 'protocol/authenticator.h', |
| 86 'protocol/capability_names.h', | 89 'protocol/capability_names.h', |
| 87 'protocol/channel_authenticator.h', | 90 'protocol/channel_authenticator.h', |
| 88 'protocol/channel_dispatcher_base.cc', | 91 'protocol/channel_dispatcher_base.cc', |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 'client/gl_helpers.h', | 377 'client/gl_helpers.h', |
| 375 'client/gl_math.cc', | 378 'client/gl_math.cc', |
| 376 'client/gl_math.h', | 379 'client/gl_math.h', |
| 377 'client/gl_renderer.cc', | 380 'client/gl_renderer.cc', |
| 378 'client/gl_renderer.h', | 381 'client/gl_renderer.h', |
| 379 'client/gl_render_layer.cc', | 382 'client/gl_render_layer.cc', |
| 380 'client/gl_render_layer.h', | 383 'client/gl_render_layer.h', |
| 381 ], | 384 ], |
| 382 } | 385 } |
| 383 } | 386 } |
| OLD | NEW |