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

Unified Diff: webrtc/base/base.gyp

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/optional.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 9baecd6802c0906614f9bdff70bf2612c5f7f2a4..ed8cd59362d64eb4b55e7a65b195e3dd0bd807ce 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -65,6 +65,7 @@
'md5digest.h',
'mod_ops.h',
'onetimeevent.h',
+ 'optional.cc',
'optional.h',
'platform_file.cc',
'platform_file.h',
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/optional.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698