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

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

Issue 2442743002: Remove LOGGING=1 define. (Closed)
Patch Set: Fixed some code paths 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',
236 ], 235 ],
237 'sources': [ 236 'sources': [
238 'applefilesystem.mm', 237 'applefilesystem.mm',
239 'asyncfile.cc', 238 'asyncfile.cc',
240 'asyncfile.h', 239 'asyncfile.h',
241 'asyncinvoker.cc', 240 'asyncinvoker.cc',
242 'asyncinvoker.h', 241 'asyncinvoker.h',
243 'asyncinvoker-inl.h', 242 'asyncinvoker-inl.h',
244 'asyncpacketsocket.cc', 243 'asyncpacketsocket.cc',
245 'asyncpacketsocket.h', 244 'asyncpacketsocket.h',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 }, 646 },
648 { 647 {
649 'target_name': 'gtest_prod', 648 'target_name': 'gtest_prod',
650 'type': 'static_library', 649 'type': 'static_library',
651 'sources': [ 650 'sources': [
652 'gtest_prod_util.h', 651 'gtest_prod_util.h',
653 ], 652 ],
654 }, 653 },
655 ], 654 ],
656 } 655 }
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