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_host_sources': [ | 7 'remoting_host_sources': [ |
8 'host/audio_capturer.cc', | 8 'host/audio_capturer.cc', |
9 'host/audio_capturer.h', | 9 'host/audio_capturer.h', |
10 'host/audio_capturer_linux.cc', | 10 'host/audio_capturer_linux.cc', |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 'host/native_messaging/native_messaging_writer.cc', | 313 'host/native_messaging/native_messaging_writer.cc', |
314 'host/native_messaging/native_messaging_writer.h', | 314 'host/native_messaging/native_messaging_writer.h', |
315 'host/native_messaging/pipe_messaging_channel.cc', | 315 'host/native_messaging/pipe_messaging_channel.cc', |
316 'host/native_messaging/pipe_messaging_channel.h', | 316 'host/native_messaging/pipe_messaging_channel.h', |
317 ], | 317 ], |
318 'remoting_cast_sources': [ | 318 'remoting_cast_sources': [ |
319 'host/cast_extension.cc', | 319 'host/cast_extension.cc', |
320 'host/cast_extension.h', | 320 'host/cast_extension.h', |
321 'host/cast_extension_session.cc', | 321 'host/cast_extension_session.cc', |
322 'host/cast_extension_session.h', | 322 'host/cast_extension_session.h', |
323 'host/cast_video_capturer_adapter.cc', | |
324 'host/cast_video_capturer_adapter.h', | |
325 ], | 323 ], |
326 'remoting_it2me_host_static_sources' : [ | 324 'remoting_it2me_host_static_sources' : [ |
327 'host/it2me/it2me_confirmation_dialog.cc', | 325 'host/it2me/it2me_confirmation_dialog.cc', |
328 'host/it2me/it2me_confirmation_dialog.h', | 326 'host/it2me/it2me_confirmation_dialog.h', |
329 'host/it2me/it2me_confirmation_dialog_chromeos.cc', | 327 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
330 'host/it2me/it2me_confirmation_dialog_proxy.cc', | 328 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
331 'host/it2me/it2me_confirmation_dialog_proxy.h', | 329 'host/it2me/it2me_confirmation_dialog_proxy.h', |
332 'host/it2me/it2me_host.cc', | 330 'host/it2me/it2me_host.cc', |
333 'host/it2me/it2me_host.h', | 331 'host/it2me/it2me_host.h', |
334 'host/it2me/it2me_native_messaging_host.cc', | 332 'host/it2me/it2me_native_messaging_host.cc', |
335 'host/it2me/it2me_native_messaging_host.h', | 333 'host/it2me/it2me_native_messaging_host.h', |
336 ], | 334 ], |
337 } | 335 } |
338 } | 336 } |
OLD | NEW |