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

Unified Diff: webrtc/modules/congestion_controller/BUILD.gn

Issue 3011943002: Move optional.h to webrtc/api/ (Closed)
Patch Set: Created 3 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
Index: webrtc/modules/congestion_controller/BUILD.gn
diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
index 8c3f35be1416445742908cf76d3a7656bb4fc9e7..be0afd2dfd09f832d2ae2a1999d159ac78cdcdb0 100644
--- a/webrtc/modules/congestion_controller/BUILD.gn
+++ b/webrtc/modules/congestion_controller/BUILD.gn
@@ -49,6 +49,7 @@ rtc_static_library("congestion_controller") {
deps = [
"..:module_api",
"../..:webrtc_common",
+ "../../api:optional",
"../../logging:rtc_event_log_api",
"../../rtc_base:rtc_base",
"../../rtc_base:rtc_base_approved",

Powered by Google App Engine
This is Rietveld 408576698