Chromium Code Reviews| Index: webrtc/modules/audio_mixer/BUILD.gn |
| diff --git a/webrtc/modules/audio_mixer/BUILD.gn b/webrtc/modules/audio_mixer/BUILD.gn |
| index 43e1ee282a3e6b79b9da603774212ff2b81db671..471156ff36c58172d3d52219e20922eda46ba248 100644 |
| --- a/webrtc/modules/audio_mixer/BUILD.gn |
| +++ b/webrtc/modules/audio_mixer/BUILD.gn |
| @@ -51,6 +51,11 @@ source_set("audio_conference_mixer") { |
| "source/new_audio_conference_mixer_impl.h", |
| ] |
| + public = [ |
| + "include/audio_mixer_defines.h", |
| + "include/new_audio_conference_mixer.h", |
| + ] |
| + |
|
aleloi2
2016/08/06 10:22:38
'public' is a GN feature. Source files from target
|
| configs += [ "../..:common_config" ] |
| public_configs = [ |