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

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

Issue 3004723002: Move RtpExtension to api/ directory and config.h/.cc to call/. (Closed)
Patch Set: Removed a lot of call dependencies. 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/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 50819f19ca333fe5238dfcca34cb281d5ca01735..569d214816559c68b44134a706dc28e28e9f9cf9 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1569,8 +1569,11 @@ if (rtc_include_tests) {
":isac_fix",
":webrtc_opus",
"../..:webrtc_common",
+ "../../api:libjingle_peerconnection_api",
"../../rtc_base:rtc_base_approved",
+ "../../system_wrappers:metrics_default",
"../../system_wrappers:system_wrappers_default",
+ "../../test:field_trial",
"../../test:test_main",
"../audio_processing",
"//testing/gtest",
@@ -1702,6 +1705,8 @@ if (rtc_include_tests) {
"../..:webrtc_common",
"../../common_audio",
"../../rtc_base:rtc_base_approved",
+ "../../system_wrappers:metrics_default",
+ "../../test:field_trial",
]
configs += [ ":RTPencode_config" ]

Powered by Google App Engine
This is Rietveld 408576698