| 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 | 10 |
| (...skipping 1173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1184 'remoting_base', | 1184 'remoting_base', |
| 1185 'remoting_jingle_glue', | 1185 'remoting_jingle_glue', |
| 1186 'remoting_protocol', | 1186 'remoting_protocol', |
| 1187 'differ_block', | 1187 'differ_block', |
| 1188 '../crypto/crypto.gyp:crypto', | 1188 '../crypto/crypto.gyp:crypto', |
| 1189 ], | 1189 ], |
| 1190 'sources': [ | 1190 'sources': [ |
| 1191 'host/audio_capturer.cc', | 1191 'host/audio_capturer.cc', |
| 1192 'host/audio_capturer.h', | 1192 'host/audio_capturer.h', |
| 1193 'host/audio_capturer_linux.cc', | 1193 'host/audio_capturer_linux.cc', |
| 1194 'host/audio_capturer_linux.h', |
| 1194 'host/audio_capturer_mac.cc', | 1195 'host/audio_capturer_mac.cc', |
| 1195 'host/audio_capturer_win.cc', | 1196 'host/audio_capturer_win.cc', |
| 1197 'host/audio_capturer_win.h', |
| 1196 'host/audio_scheduler.cc', | 1198 'host/audio_scheduler.cc', |
| 1197 'host/audio_scheduler.h', | 1199 'host/audio_scheduler.h', |
| 1198 'host/capture_scheduler.cc', | 1200 'host/capture_scheduler.cc', |
| 1199 'host/capture_scheduler.h', | 1201 'host/capture_scheduler.h', |
| 1200 'host/chromoting_host.cc', | 1202 'host/chromoting_host.cc', |
| 1201 'host/chromoting_host.h', | 1203 'host/chromoting_host.h', |
| 1202 'host/chromoting_host_context.cc', | 1204 'host/chromoting_host_context.cc', |
| 1203 'host/chromoting_host_context.h', | 1205 'host/chromoting_host_context.h', |
| 1204 'host/client_session.cc', | 1206 'host/client_session.cc', |
| 1205 'host/client_session.h', | 1207 'host/client_session.h', |
| (...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1838 '../base/allocator/allocator.gyp:allocator', | 1840 '../base/allocator/allocator.gyp:allocator', |
| 1839 ], | 1841 ], |
| 1840 }, | 1842 }, |
| 1841 ], | 1843 ], |
| 1842 ], | 1844 ], |
| 1843 }], | 1845 }], |
| 1844 ], # end of 'conditions' | 1846 ], # end of 'conditions' |
| 1845 }, # end of target 'remoting_unittests' | 1847 }, # end of target 'remoting_unittests' |
| 1846 ], # end of targets | 1848 ], # end of targets |
| 1847 } | 1849 } |
| OLD | NEW |