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

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

Issue 2985853002: Add gn dependency between ana_debug_dump_proto and ana_config_proto. (Closed)
Patch Set: Created 3 years, 5 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 | no next file » | 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 d69d9783165be645b727c13b28ea4108165f17d6..fa5508e3b332e0e13f16d0fdfe8574931560025a 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -885,6 +885,9 @@ if (rtc_enable_protobuf) {
sources = [
"audio_network_adaptor/debug_dump.proto",
]
+ deps = [
+ ":ana_config_proto",
+ ]
proto_out_dir = "webrtc/modules/audio_coding/audio_network_adaptor"
}
proto_library("ana_config_proto") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698