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

Unified Diff: webrtc/base/BUILD.gn

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
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | webrtc/base/maybe.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 198078272ad1121c5970f922e9254a527e795497..21d2ba1b85215628338be00376a7d5bee16aa4ac 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -114,6 +114,7 @@ static_library("rtc_base_approved") {
"event_tracer.h",
"exp_filter.cc",
"exp_filter.h",
+ "maybe.h",
"md5.cc",
"md5.h",
"md5digest.cc",
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | webrtc/base/maybe.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698