OLD | NEW |
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 { | 9 { |
10 'includes': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 }], | 145 }], |
146 ], | 146 ], |
147 }, | 147 }, |
148 { | 148 { |
149 'target_name': 'rtc_base', | 149 'target_name': 'rtc_base', |
150 'type': 'static_library', | 150 'type': 'static_library', |
151 'dependencies': [ | 151 'dependencies': [ |
152 '<(webrtc_root)/common.gyp:webrtc_common', | 152 '<(webrtc_root)/common.gyp:webrtc_common', |
153 'rtc_base_approved', | 153 'rtc_base_approved', |
154 ], | 154 ], |
| 155 'export_dependent_settings': [ |
| 156 'rtc_base_approved', |
| 157 ], |
155 'defines': [ | 158 'defines': [ |
156 'FEATURE_ENABLE_SSL', | 159 'FEATURE_ENABLE_SSL', |
157 'SSL_USE_OPENSSL', | 160 'SSL_USE_OPENSSL', |
158 'HAVE_OPENSSL_SSL_H', | 161 'HAVE_OPENSSL_SSL_H', |
159 'LOGGING=1', | 162 'LOGGING=1', |
160 ], | 163 ], |
161 'sources': [ | 164 'sources': [ |
162 'arraysize.h', | 165 'arraysize.h', |
163 'asyncfile.cc', | 166 'asyncfile.cc', |
164 'asyncfile.h', | 167 'asyncfile.h', |
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
732 ], | 735 ], |
733 }, { | 736 }, { |
734 'include_dirs': [ | 737 'include_dirs': [ |
735 '<(ssl_root)', | 738 '<(ssl_root)', |
736 ], | 739 ], |
737 }], | 740 }], |
738 ], | 741 ], |
739 }, | 742 }, |
740 ], | 743 ], |
741 } | 744 } |
OLD | NEW |