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

Unified Diff: webrtc/base/BUILD.gn

Issue 2289383002: rtc::Optional: Tell sanitizers that unset values aren't OK to access (Closed)
Patch Set: Review comment 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | webrtc/base/optional.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index aeb2f355584bdfc1a180cd6ce843920e85fc5eff..67da922d75bf66652c38bdc75a407196bcbafddf 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -135,6 +135,7 @@ rtc_static_library("rtc_base_approved") {
"md5digest.h",
"mod_ops.h",
"onetimeevent.h",
+ "optional.cc",
"optional.h",
"platform_file.cc",
"platform_file.h",
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | webrtc/base/optional.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698