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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 ], | 259 ], |
260 'remoting_cast_sources' : [ | 260 'remoting_cast_sources' : [ |
261 'host/cast_extension.cc', | 261 'host/cast_extension.cc', |
262 'host/cast_extension.h', | 262 'host/cast_extension.h', |
263 'host/cast_extension_session.cc', | 263 'host/cast_extension_session.cc', |
264 'host/cast_extension_session.h', | 264 'host/cast_extension_session.h', |
265 'host/cast_video_capturer_adapter.cc', | 265 'host/cast_video_capturer_adapter.cc', |
266 'host/cast_video_capturer_adapter.h', | 266 'host/cast_video_capturer_adapter.h', |
267 ], | 267 ], |
268 'remoting_it2me_host_static_sources' : [ | 268 'remoting_it2me_host_static_sources' : [ |
| 269 'host/it2me/it2me_confirmation_dialog.cc', |
| 270 'host/it2me/it2me_confirmation_dialog.h', |
| 271 'host/it2me/it2me_confirmation_dialog_chromeos.cc', |
| 272 'host/it2me/it2me_confirmation_dialog_proxy.cc', |
| 273 'host/it2me/it2me_confirmation_dialog_proxy.h', |
269 'host/it2me/it2me_host.cc', | 274 'host/it2me/it2me_host.cc', |
270 'host/it2me/it2me_host.h', | 275 'host/it2me/it2me_host.h', |
271 'host/it2me/it2me_native_messaging_host.cc', | 276 'host/it2me/it2me_native_messaging_host.cc', |
272 'host/it2me/it2me_native_messaging_host.h', | 277 'host/it2me/it2me_native_messaging_host.h', |
273 ], | 278 ], |
274 } | 279 } |
275 } | 280 } |
OLD | NEW |