Renaming a proto target in GYP for audio network adaptor.
It was incorrectly named for GYP in https://codereview.webrtc.org/2365723002 This makes the target name be the same for GN and GYP. BUG=webrtc:6303 NOTRY=True Review-Url: https://codereview.webrtc.org/2366883002 Cr-Commit-Position: refs/heads/master@{#14366}
This commit is contained in:
parent
e87d6734ea
commit
6d4c8c307e
@ -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': {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user