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

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

Issue 1916953002: Add proper dependencies for webrtc/modules/audio_coding/codecs (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/codecs/interfaces.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 7a0724759f05d468b4a8c07a0a6f16391f307a54..99fa140da3e8e01137e51d63e9bd4f232ac2b9de 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -121,6 +121,7 @@ source_set("audio_decoder_interface") {
public_configs = [ "../..:common_inherited_config" ]
deps = [
"../..:webrtc_common",
+ "../../base:rtc_base_approved",
]
}
@@ -133,6 +134,7 @@ source_set("audio_encoder_interface") {
public_configs = [ "../..:common_inherited_config" ]
deps = [
"../..:webrtc_common",
+ "../../base:rtc_base_approved",
]
}
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/codecs/interfaces.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698