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

Unified Diff: webrtc/modules/rtp_rtcp/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
Index: webrtc/modules/rtp_rtcp/BUILD.gn
diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
index 07ac7ae3a142be8ef023ff6e6596e83e7aa2e6e8..8d17d1a799db5fa1f02f409dd20696697546746c 100644
--- a/webrtc/modules/rtp_rtcp/BUILD.gn
+++ b/webrtc/modules/rtp_rtcp/BUILD.gn
@@ -167,6 +167,7 @@ rtc_static_library("rtp_rtcp") {
deps = [
"..:module_api",
"../..:webrtc_common",
+ "../../api:array_view",
"../../api:libjingle_peerconnection_api",
"../../api:transport_api",
"../../api/audio_codecs:audio_codecs_api",
@@ -341,6 +342,7 @@ if (rtc_include_tests) {
":rtp_rtcp",
"..:module_api",
"../..:webrtc_common",
+ "../../api:array_view",
"../../api:libjingle_peerconnection_api",
"../../api:transport_api",
"../../common_video:common_video",
« no previous file with comments | « webrtc/modules/audio_processing/voice_detection_unittest.cc ('k') | webrtc/modules/rtp_rtcp/include/flexfec_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698