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 'remoting_base_sources': [ | 7 'remoting_base_sources': [ |
8 'base/auth_token_util.cc', | 8 'base/auth_token_util.cc', |
9 'base/auth_token_util.h', | 9 'base/auth_token_util.h', |
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', |
| 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', |
17 'base/compound_buffer.h', | 19 'base/compound_buffer.h', |
18 'base/constants.cc', | 20 'base/constants.cc', |
19 'base/constants.h', | 21 'base/constants.h', |
20 'base/plugin_thread_task_runner.cc', | 22 'base/plugin_thread_task_runner.cc', |
21 'base/plugin_thread_task_runner.h', | 23 'base/plugin_thread_task_runner.h', |
22 'base/rate_counter.cc', | 24 'base/rate_counter.cc', |
23 'base/rate_counter.h', | 25 'base/rate_counter.h', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'protocol/audio_reader.h', | 75 'protocol/audio_reader.h', |
74 'protocol/audio_stub.h', | 76 'protocol/audio_stub.h', |
75 'protocol/audio_writer.cc', | 77 'protocol/audio_writer.cc', |
76 'protocol/audio_writer.h', | 78 'protocol/audio_writer.h', |
77 'protocol/auth_util.cc', | 79 'protocol/auth_util.cc', |
78 'protocol/auth_util.h', | 80 'protocol/auth_util.h', |
79 'protocol/authentication_method.cc', | 81 'protocol/authentication_method.cc', |
80 'protocol/authentication_method.h', | 82 'protocol/authentication_method.h', |
81 'protocol/authenticator.cc', | 83 'protocol/authenticator.cc', |
82 'protocol/authenticator.h', | 84 'protocol/authenticator.h', |
83 'protocol/buffered_socket_writer.cc', | |
84 'protocol/buffered_socket_writer.h', | |
85 'protocol/channel_authenticator.h', | 85 'protocol/channel_authenticator.h', |
86 'protocol/channel_dispatcher_base.cc', | 86 'protocol/channel_dispatcher_base.cc', |
87 'protocol/channel_dispatcher_base.h', | 87 'protocol/channel_dispatcher_base.h', |
88 'protocol/channel_multiplexer.cc', | 88 'protocol/channel_multiplexer.cc', |
89 'protocol/channel_multiplexer.h', | 89 'protocol/channel_multiplexer.h', |
90 'protocol/chromium_port_allocator.cc', | 90 'protocol/chromium_port_allocator.cc', |
91 'protocol/chromium_port_allocator.h', | 91 'protocol/chromium_port_allocator.h', |
92 'protocol/chromium_socket_factory.cc', | 92 'protocol/chromium_socket_factory.cc', |
93 'protocol/chromium_socket_factory.h', | 93 'protocol/chromium_socket_factory.h', |
94 'protocol/client_control_dispatcher.cc', | 94 'protocol/client_control_dispatcher.cc', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 'client/plugin/pepper_util.cc', | 263 'client/plugin/pepper_util.cc', |
264 'client/plugin/pepper_util.h', | 264 'client/plugin/pepper_util.h', |
265 'client/plugin/pepper_video_renderer.h', | 265 'client/plugin/pepper_video_renderer.h', |
266 'client/plugin/pepper_video_renderer_2d.cc', | 266 'client/plugin/pepper_video_renderer_2d.cc', |
267 'client/plugin/pepper_video_renderer_2d.h', | 267 'client/plugin/pepper_video_renderer_2d.h', |
268 'client/plugin/pepper_video_renderer_3d.cc', | 268 'client/plugin/pepper_video_renderer_3d.cc', |
269 'client/plugin/pepper_video_renderer_3d.h', | 269 'client/plugin/pepper_video_renderer_3d.h', |
270 ], | 270 ], |
271 } | 271 } |
272 } | 272 } |
OLD | NEW |