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', |
| 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', |
7 'remoting_base_sources': [ | 9 'remoting_base_sources': [ |
8 'base/auto_thread.cc', | 10 'base/auto_thread.cc', |
9 'base/auto_thread.h', | 11 'base/auto_thread.h', |
10 'base/auto_thread_task_runner.cc', | 12 'base/auto_thread_task_runner.cc', |
11 'base/auto_thread_task_runner.h', | 13 'base/auto_thread_task_runner.h', |
12 'base/buffered_socket_writer.cc', | 14 'base/buffered_socket_writer.cc', |
13 'base/buffered_socket_writer.h', | 15 'base/buffered_socket_writer.h', |
14 'base/capabilities.cc', | 16 'base/capabilities.cc', |
15 'base/capabilities.h', | 17 'base/capabilities.h', |
16 'base/compound_buffer.cc', | 18 'base/compound_buffer.cc', |
(...skipping 17 matching lines...) Expand all Loading... |
34 'base/service_urls.h', | 36 'base/service_urls.h', |
35 'base/socket_reader.cc', | 37 'base/socket_reader.cc', |
36 'base/socket_reader.h', | 38 'base/socket_reader.h', |
37 'base/typed_buffer.h', | 39 'base/typed_buffer.h', |
38 'base/url_request_context_getter.cc', | 40 'base/url_request_context_getter.cc', |
39 'base/url_request_context_getter.h', | 41 'base/url_request_context_getter.h', |
40 'base/util.cc', | 42 'base/util.cc', |
41 'base/util.h', | 43 'base/util.h', |
42 'base/vlog_net_log.cc', | 44 'base/vlog_net_log.cc', |
43 'base/vlog_net_log.h', | 45 'base/vlog_net_log.h', |
| 46 ], |
| 47 'remoting_codec_sources': [ |
44 'codec/audio_decoder.cc', | 48 'codec/audio_decoder.cc', |
45 'codec/audio_decoder.h', | 49 'codec/audio_decoder.h', |
46 'codec/audio_decoder_opus.cc', | 50 'codec/audio_decoder_opus.cc', |
47 'codec/audio_decoder_opus.h', | 51 'codec/audio_decoder_opus.h', |
48 'codec/audio_decoder_verbatim.cc', | 52 'codec/audio_decoder_verbatim.cc', |
49 'codec/audio_decoder_verbatim.h', | 53 'codec/audio_decoder_verbatim.h', |
50 'codec/audio_encoder.h', | 54 'codec/audio_encoder.h', |
51 'codec/audio_encoder_opus.cc', | 55 'codec/audio_encoder_opus.cc', |
52 'codec/audio_encoder_opus.h', | 56 'codec/audio_encoder_opus.h', |
53 'codec/audio_encoder_verbatim.cc', | 57 'codec/audio_encoder_verbatim.cc', |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 'client/plugin/pepper_video_renderer.h', | 268 'client/plugin/pepper_video_renderer.h', |
265 'client/plugin/pepper_video_renderer_2d.cc', | 269 'client/plugin/pepper_video_renderer_2d.cc', |
266 'client/plugin/pepper_video_renderer_2d.h', | 270 'client/plugin/pepper_video_renderer_2d.h', |
267 'client/plugin/pepper_video_renderer_3d.cc', | 271 'client/plugin/pepper_video_renderer_3d.cc', |
268 'client/plugin/pepper_video_renderer_3d.h', | 272 'client/plugin/pepper_video_renderer_3d.h', |
269 'client/plugin/touch_input_scaler.cc', | 273 'client/plugin/touch_input_scaler.cc', |
270 'client/plugin/touch_input_scaler.h', | 274 'client/plugin/touch_input_scaler.h', |
271 ], | 275 ], |
272 } | 276 } |
273 } | 277 } |
OLD | NEW |