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 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1111 'type': 'static_library', | 1111 'type': 'static_library', |
1112 'variables': { 'enable_wexit_time_destructors': 1, }, | 1112 'variables': { 'enable_wexit_time_destructors': 1, }, |
1113 'dependencies': [ | 1113 'dependencies': [ |
1114 'remoting_base', | 1114 'remoting_base', |
1115 'remoting_jingle_glue', | 1115 'remoting_jingle_glue', |
1116 'remoting_protocol', | 1116 'remoting_protocol', |
1117 'differ_block', | 1117 'differ_block', |
1118 '../crypto/crypto.gyp:crypto', | 1118 '../crypto/crypto.gyp:crypto', |
1119 ], | 1119 ], |
1120 'sources': [ | 1120 'sources': [ |
| 1121 'host/audio_capturer.cc', |
1121 'host/audio_capturer.h', | 1122 'host/audio_capturer.h', |
1122 'host/audio_capturer_linux.cc', | 1123 'host/audio_capturer_linux.cc', |
1123 'host/audio_capturer_mac.cc', | 1124 'host/audio_capturer_mac.cc', |
1124 'host/audio_capturer_win.cc', | 1125 'host/audio_capturer_win.cc', |
1125 'host/audio_scheduler.cc', | 1126 'host/audio_scheduler.cc', |
1126 'host/audio_scheduler.h', | 1127 'host/audio_scheduler.h', |
1127 'host/capture_scheduler.cc', | 1128 'host/capture_scheduler.cc', |
1128 'host/capture_scheduler.h', | 1129 'host/capture_scheduler.h', |
1129 'host/chromoting_host.cc', | 1130 'host/chromoting_host.cc', |
1130 'host/chromoting_host.h', | 1131 'host/chromoting_host.h', |
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1785 '../base/allocator/allocator.gyp:allocator', | 1786 '../base/allocator/allocator.gyp:allocator', |
1786 ], | 1787 ], |
1787 }, | 1788 }, |
1788 ], | 1789 ], |
1789 ], | 1790 ], |
1790 }], | 1791 }], |
1791 ], # end of 'conditions' | 1792 ], # end of 'conditions' |
1792 }, # end of target 'remoting_unittests' | 1793 }, # end of target 'remoting_unittests' |
1793 ], # end of targets | 1794 ], # end of targets |
1794 } | 1795 } |
OLD | NEW |