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

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

Issue 2347843002: Add proper lifetime of encoder-specific settings (Closed)
Patch Set: 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 b25b97ab849716750b7346ebef991c8e298288a9..fa273c8cbb63a6f951e9aa56a2be8df87ee3ac07 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1287,6 +1287,7 @@ if (rtc_include_tests) {
testonly = true
deps = [
"../..:webrtc_common",
+ "../../base:rtc_base_approved",
pbos-webrtc 2016/09/16 18:52:35 Is this related?
"//testing/gtest",
]
sources = [

Powered by Google App Engine
This is Rietveld 408576698