OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'includes': [ | 6 'includes': [ |
7 'remoting_host_linux.gypi', | 7 'remoting_host_linux.gypi', |
8 'remoting_host_mac.gypi', | 8 'remoting_host_mac.gypi', |
9 'remoting_host_win.gypi', | 9 'remoting_host_win.gypi', |
10 ], | 10 ], |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'host/audio_capturer_win.cc', | 55 'host/audio_capturer_win.cc', |
56 'host/audio_capturer_win.h', | 56 'host/audio_capturer_win.h', |
57 'host/audio_scheduler.cc', | 57 'host/audio_scheduler.cc', |
58 'host/audio_scheduler.h', | 58 'host/audio_scheduler.h', |
59 'host/audio_silence_detector.cc', | 59 'host/audio_silence_detector.cc', |
60 'host/audio_silence_detector.h', | 60 'host/audio_silence_detector.h', |
61 'host/basic_desktop_environment.cc', | 61 'host/basic_desktop_environment.cc', |
62 'host/basic_desktop_environment.h', | 62 'host/basic_desktop_environment.h', |
63 'host/branding.cc', | 63 'host/branding.cc', |
64 'host/branding.h', | 64 'host/branding.h', |
| 65 'host/cast_extension.cc', |
| 66 'host/cast_extension.h', |
| 67 'host/cast_extension_session.cc', |
| 68 'host/cast_extension_session.h', |
65 'host/capture_scheduler.cc', | 69 'host/capture_scheduler.cc', |
66 'host/capture_scheduler.h', | 70 'host/capture_scheduler.h', |
67 'host/chromium_port_allocator_factory.cc', | 71 'host/chromium_port_allocator_factory.cc', |
68 'host/chromium_port_allocator_factory.h', | 72 'host/chromium_port_allocator_factory.h', |
69 'host/chromoting_host.cc', | 73 'host/chromoting_host.cc', |
70 'host/chromoting_host.h', | 74 'host/chromoting_host.h', |
71 'host/chromoting_host_context.cc', | 75 'host/chromoting_host_context.cc', |
72 'host/chromoting_host_context.h', | 76 'host/chromoting_host_context.h', |
73 'host/chromoting_messages.cc', | 77 'host/chromoting_messages.cc', |
74 'host/chromoting_messages.h', | 78 'host/chromoting_messages.h', |
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
853 }], # mac_breakpad==1 | 857 }], # mac_breakpad==1 |
854 ], # conditions | 858 ], # conditions |
855 }], # OS=mac | 859 }], # OS=mac |
856 ], | 860 ], |
857 }, # end of target 'remoting_it2me_native_messaging_host' | 861 }, # end of target 'remoting_it2me_native_messaging_host' |
858 ], # end of 'targets' | 862 ], # end of 'targets' |
859 }], # OS!="win" | 863 }], # OS!="win" |
860 | 864 |
861 ], # end of 'conditions' | 865 ], # end of 'conditions' |
862 } | 866 } |
OLD | NEW |