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 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1124 '../base/base.gyp:base', | 1124 '../base/base.gyp:base', |
1125 '../net/net.gyp:net', | 1125 '../net/net.gyp:net', |
1126 '../skia/skia.gyp:skia', | 1126 '../skia/skia.gyp:skia', |
1127 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 1127 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
1128 'proto/chromotocol.gyp:chromotocol_proto_lib', | 1128 'proto/chromotocol.gyp:chromotocol_proto_lib', |
1129 ], | 1129 ], |
1130 # This target needs a hard dependency because dependent targets | 1130 # This target needs a hard dependency because dependent targets |
1131 # depend on chromotocol_proto_lib for headers. | 1131 # depend on chromotocol_proto_lib for headers. |
1132 'hard_dependency': 1, | 1132 'hard_dependency': 1, |
1133 'sources': [ | 1133 'sources': [ |
| 1134 'base/audio_capture_data.cc', |
| 1135 'base/audio_capture_data.h', |
| 1136 'base/audio_encoder.h', |
| 1137 'base/audio_encoder_verbatim.cc', |
| 1138 'base/audio_encoder_verbatim.h', |
1134 'base/auth_token_util.cc', | 1139 'base/auth_token_util.cc', |
1135 'base/auth_token_util.h', | 1140 'base/auth_token_util.h', |
1136 'base/capture_data.cc', | 1141 'base/capture_data.cc', |
1137 'base/capture_data.h', | 1142 'base/capture_data.h', |
1138 'base/compound_buffer.cc', | 1143 'base/compound_buffer.cc', |
1139 'base/compound_buffer.h', | 1144 'base/compound_buffer.h', |
1140 'base/compressor.h', | 1145 'base/compressor.h', |
1141 'base/compressor_verbatim.cc', | 1146 'base/compressor_verbatim.cc', |
1142 'base/compressor_verbatim.h', | 1147 'base/compressor_verbatim.h', |
1143 'base/compressor_zlib.cc', | 1148 'base/compressor_zlib.cc', |
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1823 '../base/allocator/allocator.gyp:allocator', | 1828 '../base/allocator/allocator.gyp:allocator', |
1824 ], | 1829 ], |
1825 }, | 1830 }, |
1826 ], | 1831 ], |
1827 ], | 1832 ], |
1828 }], | 1833 }], |
1829 ], # end of 'conditions' | 1834 ], # end of 'conditions' |
1830 }, # end of target 'remoting_unittests' | 1835 }, # end of target 'remoting_unittests' |
1831 ], # end of targets | 1836 ], # end of targets |
1832 } | 1837 } |
OLD | NEW |