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

Unified Diff: webrtc/call/BUILD.gn

Issue 3007763002: Move array_view.h to webrtc/api/ (Closed)
Patch Set: rebase 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
« no previous file with comments | « webrtc/api/audio_codecs/audio_encoder.h ('k') | webrtc/call/flexfec_receive_stream_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index 263f16dd354da795e71f3a24bdd0eea4cd24864d..bc30871f43be0c20364b61655751920c90a1754f 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -45,6 +45,7 @@ rtc_source_set("rtp_interfaces") {
"rtp_transport_controller_send_interface.h",
]
deps = [
+ "../api:array_view",
"../rtc_base:rtc_base_approved",
]
}
@@ -66,6 +67,7 @@ rtc_source_set("rtp_receiver") {
deps = [
":rtp_interfaces",
"..:webrtc_common",
+ "../api:array_view",
"../modules/rtp_rtcp",
"../rtc_base:rtc_base_approved",
]
@@ -175,6 +177,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",
« no previous file with comments | « webrtc/api/audio_codecs/audio_encoder.h ('k') | webrtc/call/flexfec_receive_stream_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698