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 'variables': { | 6 'variables': { |
7 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
9 'chromium_code': 1, | 9 'chromium_code': 1, |
10 'remoting_audio': 1, | 10 'remoting_audio': 1, |
(...skipping 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1175 'type': 'static_library', | 1175 'type': 'static_library', |
1176 'variables': { 'enable_wexit_time_destructors': 1, }, | 1176 'variables': { 'enable_wexit_time_destructors': 1, }, |
1177 'dependencies': [ | 1177 'dependencies': [ |
1178 'remoting_base', | 1178 'remoting_base', |
1179 'remoting_jingle_glue', | 1179 'remoting_jingle_glue', |
1180 'remoting_protocol', | 1180 'remoting_protocol', |
1181 'differ_block', | 1181 'differ_block', |
1182 '../crypto/crypto.gyp:crypto', | 1182 '../crypto/crypto.gyp:crypto', |
1183 ], | 1183 ], |
1184 'sources': [ | 1184 'sources': [ |
1185 'host/audio_capturer.cc', | |
1186 'host/audio_capturer.h', | 1185 'host/audio_capturer.h', |
1187 'host/audio_capturer_linux.cc', | 1186 'host/audio_capturer_linux.cc', |
1188 'host/audio_capturer_mac.cc', | 1187 'host/audio_capturer_mac.cc', |
| 1188 'host/audio_capturer_util.cc', |
| 1189 'host/audio_capturer_util.h', |
1189 'host/audio_capturer_win.cc', | 1190 'host/audio_capturer_win.cc', |
1190 'host/audio_scheduler.cc', | 1191 'host/audio_scheduler.cc', |
1191 'host/audio_scheduler.h', | 1192 'host/audio_scheduler.h', |
1192 'host/capture_scheduler.cc', | 1193 'host/capture_scheduler.cc', |
1193 'host/capture_scheduler.h', | 1194 'host/capture_scheduler.h', |
1194 'host/chromoting_host.cc', | 1195 'host/chromoting_host.cc', |
1195 'host/chromoting_host.h', | 1196 'host/chromoting_host.h', |
1196 'host/chromoting_host_context.cc', | 1197 'host/chromoting_host_context.cc', |
1197 'host/chromoting_host_context.h', | 1198 'host/chromoting_host_context.h', |
1198 'host/client_session.cc', | 1199 'host/client_session.cc', |
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1823 '../base/allocator/allocator.gyp:allocator', | 1824 '../base/allocator/allocator.gyp:allocator', |
1824 ], | 1825 ], |
1825 }, | 1826 }, |
1826 ], | 1827 ], |
1827 ], | 1828 ], |
1828 }], | 1829 }], |
1829 ], # end of 'conditions' | 1830 ], # end of 'conditions' |
1830 }, # end of target 'remoting_unittests' | 1831 }, # end of target 'remoting_unittests' |
1831 ], # end of targets | 1832 ], # end of targets |
1832 } | 1833 } |
OLD | NEW |