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

Unified Diff: webrtc/call/BUILD.gn

Issue 3007763002: Move array_view.h to webrtc/api/ (Closed)
Patch Set: Created 3 years, 4 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/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index d86df1e379a9686c2b8243c84dc49f69cb4e6390..5a6257ec8b773f0543c4033c5214ccc6e427b1d6 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -43,6 +43,7 @@ rtc_source_set("rtp_interfaces") {
"rtp_transport_controller_send_interface.h",
]
deps = [
+ "../api:array_view",
"../rtc_base:rtc_base_approved",
]
}
@@ -64,6 +65,7 @@ rtc_source_set("rtp_receiver") {
deps = [
":rtp_interfaces",
"..:webrtc_common",
+ "../api:array_view",
"../modules/rtp_rtcp",
"../rtc_base:rtc_base_approved",
]
@@ -167,6 +169,7 @@ if (rtc_include_tests) {
":rtp_receiver",
":rtp_sender",
"..:webrtc_common",
+ "../api:array_view",
"../api:mock_audio_mixer",
"../logging:rtc_event_log_api",
"../modules/audio_device:mock_audio_device",

Powered by Google App Engine
This is Rietveld 408576698