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

Unified Diff: webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.gypi

Issue 2366883002: Renaming a proto target in GYP for audio network adaptor. (Closed)
Patch Set: fixing 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
« 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/audio_network_adaptor/audio_network_adaptor.gypi
diff --git a/webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.gypi b/webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.gypi
index 508b62b2e61e0e31acd87f1d5b011e6a81cc489c..f29992d13d996b7269aa66d8966ec1ebc1757575 100644
--- a/webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.gypi
+++ b/webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.gypi
@@ -36,7 +36,7 @@
], # sources
'conditions': [
['enable_protobuf==1', {
- 'dependencies': ['debug_dump_proto'],
+ 'dependencies': ['ana_debug_dump_proto'],
'defines': ['WEBRTC_AUDIO_NETWORK_ADAPTOR_DEBUG_DUMP'],
}],
], # conditions
@@ -46,7 +46,7 @@
'conditions': [
['enable_protobuf==1', {
'targets': [
- { 'target_name': 'debug_dump_proto',
+ { 'target_name': 'ana_debug_dump_proto',
'type': 'static_library',
'sources': ['debug_dump.proto',],
'variables': {
« 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