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

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

Issue 2293893002: Add functions to interact with ASan and MSan, and some sample uses (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
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'random.h', 75 'random.h',
76 'rate_statistics.cc', 76 'rate_statistics.cc',
77 'rate_statistics.h', 77 'rate_statistics.h',
78 'rate_limiter.cc', 78 'rate_limiter.cc',
79 'rate_limiter.h', 79 'rate_limiter.h',
80 'ratetracker.cc', 80 'ratetracker.cc',
81 'ratetracker.h', 81 'ratetracker.h',
82 'refcount.h', 82 'refcount.h',
83 'safe_conversions.h', 83 'safe_conversions.h',
84 'safe_conversions_impl.h', 84 'safe_conversions_impl.h',
85 'sanitizer.h',
85 'scoped_ref_ptr.h', 86 'scoped_ref_ptr.h',
86 'stringencode.cc', 87 'stringencode.cc',
87 'stringencode.h', 88 'stringencode.h',
88 'stringutils.cc', 89 'stringutils.cc',
89 'stringutils.h', 90 'stringutils.h',
90 'swap_queue.h', 91 'swap_queue.h',
91 'systeminfo.cc', 92 'systeminfo.cc',
92 'systeminfo.h', 93 'systeminfo.h',
93 'template_util.h', 94 'template_util.h',
94 'thread_annotations.h', 95 'thread_annotations.h',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 }, 660 },
660 { 661 {
661 'target_name': 'gtest_prod', 662 'target_name': 'gtest_prod',
662 'type': 'static_library', 663 'type': 'static_library',
663 'sources': [ 664 'sources': [
664 'gtest_prod_util.h', 665 'gtest_prod_util.h',
665 ], 666 ],
666 }, 667 },
667 ], 668 ],
668 } 669 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698