Fix up configs applying to GN build.
The audio_processing target didn't have the build configs applying to it which led to some logging errors. TBR=kjellander Review URL: https://webrtc-codereview.appspot.com/22339004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7125 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
7d4891d3f1
commit
87ff9c8efa
@ -78,6 +78,9 @@ source_set("audio_processing") {
|
||||
"voice_detection_impl.h",
|
||||
]
|
||||
|
||||
configs += [ "../..:common_config" ]
|
||||
direct_dependent_configs = [ "../..:common_inherited_config" ]
|
||||
|
||||
defines = []
|
||||
deps = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user