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

Side by Side Diff: webrtc/base/BUILD.gn

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 import("//build/config/crypto.gni") 9 import("//build/config/crypto.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "random.h", 145 "random.h",
146 "rate_limiter.cc", 146 "rate_limiter.cc",
147 "rate_limiter.h", 147 "rate_limiter.h",
148 "rate_statistics.cc", 148 "rate_statistics.cc",
149 "rate_statistics.h", 149 "rate_statistics.h",
150 "ratetracker.cc", 150 "ratetracker.cc",
151 "ratetracker.h", 151 "ratetracker.h",
152 "refcount.h", 152 "refcount.h",
153 "safe_conversions.h", 153 "safe_conversions.h",
154 "safe_conversions_impl.h", 154 "safe_conversions_impl.h",
155 "sanitizer.h",
155 "scoped_ref_ptr.h", 156 "scoped_ref_ptr.h",
156 "stringencode.cc", 157 "stringencode.cc",
157 "stringencode.h", 158 "stringencode.h",
158 "stringutils.cc", 159 "stringutils.cc",
159 "stringutils.h", 160 "stringutils.h",
160 "swap_queue.h", 161 "swap_queue.h",
161 "systeminfo.cc", 162 "systeminfo.cc",
162 "systeminfo.h", 163 "systeminfo.h",
163 "template_util.h", 164 "template_util.h",
164 "thread_annotations.h", 165 "thread_annotations.h",
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 "java/src/org/webrtc/Logging.java", 744 "java/src/org/webrtc/Logging.java",
744 "java/src/org/webrtc/Size.java", 745 "java/src/org/webrtc/Size.java",
745 "java/src/org/webrtc/ThreadUtils.java", 746 "java/src/org/webrtc/ThreadUtils.java",
746 ] 747 ]
747 748
748 deps = [ 749 deps = [
749 "//base:base_java", 750 "//base:base_java",
750 ] 751 ]
751 } 752 }
752 } 753 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/array_view.h » ('j') | webrtc/common_audio/signal_processing/filter_ma_fast_q12.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698