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

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

Issue 2347843002: Add proper lifetime of encoder-specific settings (Closed)
Patch Set: privatize ref counted dtor Created 4 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 b6e2db3ac359d723222373521be4d7ca964e18cf..133f7de47e0317eaf5e64c1420f7a405cc4cf4a6 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1289,6 +1289,7 @@ if (rtc_include_tests) {
testonly = true
deps = [
"../..:webrtc_common",
+ "../../base:rtc_base_approved",
"//testing/gtest",
]
sources = [

Powered by Google App Engine
This is Rietveld 408576698