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

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

Issue 2452373002: Testing if 2442743002 is causing problems. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/base/physicalsocketserver.cc » ('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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 '<(webrtc_root)/common.gyp:webrtc_common', 225 '<(webrtc_root)/common.gyp:webrtc_common',
226 'rtc_base_approved', 226 'rtc_base_approved',
227 ], 227 ],
228 'export_dependent_settings': [ 228 'export_dependent_settings': [
229 'rtc_base_approved', 229 'rtc_base_approved',
230 ], 230 ],
231 'defines': [ 231 'defines': [
232 'FEATURE_ENABLE_SSL', 232 'FEATURE_ENABLE_SSL',
233 'SSL_USE_OPENSSL', 233 'SSL_USE_OPENSSL',
234 'HAVE_OPENSSL_SSL_H', 234 'HAVE_OPENSSL_SSL_H',
235 'LOGGING=1',
235 ], 236 ],
236 'sources': [ 237 'sources': [
237 'applefilesystem.mm', 238 'applefilesystem.mm',
238 'asyncfile.cc', 239 'asyncfile.cc',
239 'asyncfile.h', 240 'asyncfile.h',
240 'asyncinvoker.cc', 241 'asyncinvoker.cc',
241 'asyncinvoker.h', 242 'asyncinvoker.h',
242 'asyncinvoker-inl.h', 243 'asyncinvoker-inl.h',
243 'asyncpacketsocket.cc', 244 'asyncpacketsocket.cc',
244 'asyncpacketsocket.h', 245 'asyncpacketsocket.h',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 }, 647 },
647 { 648 {
648 'target_name': 'gtest_prod', 649 'target_name': 'gtest_prod',
649 'type': 'static_library', 650 'type': 'static_library',
650 'sources': [ 651 'sources': [
651 'gtest_prod_util.h', 652 'gtest_prod_util.h',
652 ], 653 ],
653 }, 654 },
654 ], 655 ],
655 } 656 }
OLDNEW
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/physicalsocketserver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698