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

Unified Diff: webrtc/base/base.gyp

Issue 1413763003: Introduce rtc::Maybe<T>, which either contains a T or not. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Make constructors explicit Created 5 years, 2 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
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 9992d9dfc6b5d44591f798d7d7255e8cade5a7df..6d35aef26a5403e2571d8707e50245557169c9c6 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -53,6 +53,7 @@
'exp_filter.h',
'logging.cc',
'logging.h',
+ 'maybe.h',
'md5.cc',
'md5.h',
'md5digest.cc',
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/base_tests.gyp » ('j') | webrtc/base/maybe.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698