| 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 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1189 'remoting_base', | 1189 'remoting_base', |
| 1190 'remoting_jingle_glue', | 1190 'remoting_jingle_glue', |
| 1191 'remoting_protocol', | 1191 'remoting_protocol', |
| 1192 'differ_block', | 1192 'differ_block', |
| 1193 '../crypto/crypto.gyp:crypto', | 1193 '../crypto/crypto.gyp:crypto', |
| 1194 ], | 1194 ], |
| 1195 'sources': [ | 1195 'sources': [ |
| 1196 'host/audio_capturer.cc', | 1196 'host/audio_capturer.cc', |
| 1197 'host/audio_capturer.h', | 1197 'host/audio_capturer.h', |
| 1198 'host/audio_capturer_linux.cc', | 1198 'host/audio_capturer_linux.cc', |
| 1199 'host/audio_capturer_linux.h', |
| 1199 'host/audio_capturer_mac.cc', | 1200 'host/audio_capturer_mac.cc', |
| 1200 'host/audio_capturer_win.cc', | 1201 'host/audio_capturer_win.cc', |
| 1202 'host/audio_capturer_win.h', |
| 1201 'host/audio_scheduler.cc', | 1203 'host/audio_scheduler.cc', |
| 1202 'host/audio_scheduler.h', | 1204 'host/audio_scheduler.h', |
| 1203 'host/capture_scheduler.cc', | 1205 'host/capture_scheduler.cc', |
| 1204 'host/capture_scheduler.h', | 1206 'host/capture_scheduler.h', |
| 1205 'host/chromoting_host.cc', | 1207 'host/chromoting_host.cc', |
| 1206 'host/chromoting_host.h', | 1208 'host/chromoting_host.h', |
| 1207 'host/chromoting_host_context.cc', | 1209 'host/chromoting_host_context.cc', |
| 1208 'host/chromoting_host_context.h', | 1210 'host/chromoting_host_context.h', |
| 1209 'host/client_session.cc', | 1211 'host/client_session.cc', |
| 1210 'host/client_session.h', | 1212 'host/client_session.h', |
| (...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1849 '../base/allocator/allocator.gyp:allocator', | 1851 '../base/allocator/allocator.gyp:allocator', |
| 1850 ], | 1852 ], |
| 1851 }, | 1853 }, |
| 1852 ], | 1854 ], |
| 1853 ], | 1855 ], |
| 1854 }], | 1856 }], |
| 1855 ], # end of 'conditions' | 1857 ], # end of 'conditions' |
| 1856 }, # end of target 'remoting_unittests' | 1858 }, # end of target 'remoting_unittests' |
| 1857 ], # end of targets | 1859 ], # end of targets |
| 1858 } | 1860 } |
| OLD | NEW |