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 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1160 'base/encoder_row_based.cc', | 1160 'base/encoder_row_based.cc', |
1161 'base/encoder_row_based.h', | 1161 'base/encoder_row_based.h', |
1162 'base/plugin_thread_task_runner.cc', | 1162 'base/plugin_thread_task_runner.cc', |
1163 'base/plugin_thread_task_runner.h', | 1163 'base/plugin_thread_task_runner.h', |
1164 'base/rate_counter.cc', | 1164 'base/rate_counter.cc', |
1165 'base/rate_counter.h', | 1165 'base/rate_counter.h', |
1166 'base/running_average.cc', | 1166 'base/running_average.cc', |
1167 'base/running_average.h', | 1167 'base/running_average.h', |
1168 'base/util.cc', | 1168 'base/util.cc', |
1169 'base/util.h', | 1169 'base/util.h', |
1170 # TODO(kxing): Seperate the following into a separate target. | |
Sergey Ulanov
2012/07/31 22:22:17
These and all video codec files.
kxing
2012/07/31 23:06:06
Done.
| |
1171 'codec/audio_encoder.h', | |
1172 'codec/audio_encoder_verbatim.cc', | |
1173 'codec/audio_encoder_verbatim.h', | |
1170 ], | 1174 ], |
1171 }, # end of target 'remoting_base' | 1175 }, # end of target 'remoting_base' |
1172 | 1176 |
1173 { | 1177 { |
1174 'target_name': 'remoting_host', | 1178 'target_name': 'remoting_host', |
1175 'type': 'static_library', | 1179 'type': 'static_library', |
1176 'variables': { 'enable_wexit_time_destructors': 1, }, | 1180 'variables': { 'enable_wexit_time_destructors': 1, }, |
1177 'dependencies': [ | 1181 'dependencies': [ |
1178 'remoting_base', | 1182 'remoting_base', |
1179 'remoting_jingle_glue', | 1183 'remoting_jingle_glue', |
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1823 '../base/allocator/allocator.gyp:allocator', | 1827 '../base/allocator/allocator.gyp:allocator', |
1824 ], | 1828 ], |
1825 }, | 1829 }, |
1826 ], | 1830 ], |
1827 ], | 1831 ], |
1828 }], | 1832 }], |
1829 ], # end of 'conditions' | 1833 ], # end of 'conditions' |
1830 }, # end of target 'remoting_unittests' | 1834 }, # end of target 'remoting_unittests' |
1831 ], # end of targets | 1835 ], # end of targets |
1832 } | 1836 } |
OLD | NEW |