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

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

Issue 3004723002: Move RtpExtension to api/ directory and config.h/.cc to call/. (Closed)
Patch Set: Fix nit. 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/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" ]
« no previous file with comments | « webrtc/media/engine/webrtcvoiceengine.h ('k') | webrtc/modules/audio_processing/audio_processing_impl_locking_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698