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

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

Issue 2346763002: Add arraysize to rtc_base_approved. Remove dependency of audio_device on rtc_base. (Closed)
Patch Set: Created 4 years, 3 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') | webrtc/modules/audio_device/BUILD.gn » ('j') | 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 11 matching lines...) Expand all
22 }], 22 }],
23 ], 23 ],
24 }], 24 }],
25 ], 25 ],
26 'targets': [ 26 'targets': [
27 { 27 {
28 # The subset of rtc_base approved for use outside of libjingle. 28 # The subset of rtc_base approved for use outside of libjingle.
29 'target_name': 'rtc_base_approved', 29 'target_name': 'rtc_base_approved',
30 'type': 'static_library', 30 'type': 'static_library',
31 'sources': [ 31 'sources': [
32 'arraysize.h',
32 'array_view.h', 33 'array_view.h',
33 'atomicops.h', 34 'atomicops.h',
34 'bind.h', 35 'bind.h',
35 'bitbuffer.cc', 36 'bitbuffer.cc',
36 'bitbuffer.h', 37 'bitbuffer.h',
37 'buffer.h', 38 'buffer.h',
38 'bufferqueue.cc', 39 'bufferqueue.cc',
39 'bufferqueue.h', 40 'bufferqueue.h',
40 'bytebuffer.cc', 41 'bytebuffer.cc',
41 'bytebuffer.h', 42 'bytebuffer.h',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'rtc_base_approved', 225 'rtc_base_approved',
225 ], 226 ],
226 'defines': [ 227 'defines': [
227 'FEATURE_ENABLE_SSL', 228 'FEATURE_ENABLE_SSL',
228 'SSL_USE_OPENSSL', 229 'SSL_USE_OPENSSL',
229 'HAVE_OPENSSL_SSL_H', 230 'HAVE_OPENSSL_SSL_H',
230 'LOGGING=1', 231 'LOGGING=1',
231 ], 232 ],
232 'sources': [ 233 'sources': [
233 'applefilesystem.mm', 234 'applefilesystem.mm',
234 'arraysize.h',
235 'asyncfile.cc', 235 'asyncfile.cc',
236 'asyncfile.h', 236 'asyncfile.h',
237 'asyncinvoker.cc', 237 'asyncinvoker.cc',
238 'asyncinvoker.h', 238 'asyncinvoker.h',
239 'asyncinvoker-inl.h', 239 'asyncinvoker-inl.h',
240 'asyncpacketsocket.cc', 240 'asyncpacketsocket.cc',
241 'asyncpacketsocket.h', 241 'asyncpacketsocket.h',
242 'asyncresolverinterface.cc', 242 'asyncresolverinterface.cc',
243 'asyncresolverinterface.h', 243 'asyncresolverinterface.h',
244 'asyncsocket.cc', 244 'asyncsocket.cc',
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 }, 669 },
670 { 670 {
671 'target_name': 'gtest_prod', 671 'target_name': 'gtest_prod',
672 'type': 'static_library', 672 'type': 'static_library',
673 'sources': [ 673 'sources': [
674 'gtest_prod_util.h', 674 'gtest_prod_util.h',
675 ], 675 ],
676 }, 676 },
677 ], 677 ],
678 } 678 }
OLDNEW
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/modules/audio_device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698