| 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 # Use consistent strings across all platforms. Note that the plugin name | 10 # Use consistent strings across all platforms. Note that the plugin name |
| (...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1099 'type': 'static_library', | 1099 'type': 'static_library', |
| 1100 'variables': { 'enable_wexit_time_destructors': 1, }, | 1100 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 1101 'dependencies': [ | 1101 'dependencies': [ |
| 1102 'remoting_base', | 1102 'remoting_base', |
| 1103 'remoting_jingle_glue', | 1103 'remoting_jingle_glue', |
| 1104 'remoting_protocol', | 1104 'remoting_protocol', |
| 1105 'differ_block', | 1105 'differ_block', |
| 1106 '../crypto/crypto.gyp:crypto', | 1106 '../crypto/crypto.gyp:crypto', |
| 1107 ], | 1107 ], |
| 1108 'sources': [ | 1108 'sources': [ |
| 1109 'host/audio_capturer.cc', |
| 1109 'host/audio_capturer.h', | 1110 'host/audio_capturer.h', |
| 1110 'host/audio_capturer_linux.cc', | 1111 'host/audio_capturer_linux.cc', |
| 1111 'host/audio_capturer_mac.cc', | 1112 'host/audio_capturer_mac.cc', |
| 1112 'host/audio_capturer_win.cc', | 1113 'host/audio_capturer_win.cc', |
| 1113 'host/audio_scheduler.cc', | 1114 'host/audio_scheduler.cc', |
| 1114 'host/audio_scheduler.h', | 1115 'host/audio_scheduler.h', |
| 1115 'host/capture_scheduler.cc', | 1116 'host/capture_scheduler.cc', |
| 1116 'host/capture_scheduler.h', | 1117 'host/capture_scheduler.h', |
| 1117 'host/chromoting_host.cc', | 1118 'host/chromoting_host.cc', |
| 1118 'host/chromoting_host.h', | 1119 'host/chromoting_host.h', |
| (...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1774 '../base/allocator/allocator.gyp:allocator', | 1775 '../base/allocator/allocator.gyp:allocator', |
| 1775 ], | 1776 ], |
| 1776 }, | 1777 }, |
| 1777 ], | 1778 ], |
| 1778 ], | 1779 ], |
| 1779 }], | 1780 }], |
| 1780 ], # end of 'conditions' | 1781 ], # end of 'conditions' |
| 1781 }, # end of target 'remoting_unittests' | 1782 }, # end of target 'remoting_unittests' |
| 1782 ], # end of targets | 1783 ], # end of targets |
| 1783 } | 1784 } |
| OLD | NEW |