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

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

Issue 2289383002: rtc::Optional: Tell sanitizers that unset values aren't OK to access (Closed)
Patch Set: rebase 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 | « no previous file | webrtc/base/base.gyp » ('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 import("//build/config/crypto.gni") 9 import("//build/config/crypto.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "file.h", 121 "file.h",
122 "format_macros.h", 122 "format_macros.h",
123 "location.cc", 123 "location.cc",
124 "location.h", 124 "location.h",
125 "md5.cc", 125 "md5.cc",
126 "md5.h", 126 "md5.h",
127 "md5digest.cc", 127 "md5digest.cc",
128 "md5digest.h", 128 "md5digest.h",
129 "mod_ops.h", 129 "mod_ops.h",
130 "onetimeevent.h", 130 "onetimeevent.h",
131 "optional.cc",
131 "optional.h", 132 "optional.h",
132 "platform_file.cc", 133 "platform_file.cc",
133 "platform_file.h", 134 "platform_file.h",
134 "platform_thread.cc", 135 "platform_thread.cc",
135 "platform_thread.h", 136 "platform_thread.h",
136 "platform_thread_types.h", 137 "platform_thread_types.h",
137 "race_checker.cc", 138 "race_checker.cc",
138 "race_checker.h", 139 "race_checker.h",
139 "random.cc", 140 "random.cc",
140 "random.h", 141 "random.h",
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 "java/src/org/webrtc/Logging.java", 746 "java/src/org/webrtc/Logging.java",
746 "java/src/org/webrtc/Size.java", 747 "java/src/org/webrtc/Size.java",
747 "java/src/org/webrtc/ThreadUtils.java", 748 "java/src/org/webrtc/ThreadUtils.java",
748 ] 749 ]
749 750
750 deps = [ 751 deps = [
751 "//base:base_java", 752 "//base:base_java",
752 ] 753 ]
753 } 754 }
754 } 755 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698