Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: webrtc/base/base.gyp

Issue 1578833002: Make :rtc_base_approved a public dep of :rtc_base. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: export_dependent_settings in base.gyp Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698