| Index: .gn
|
| diff --git a/.gn b/.gn
|
| index e151f7cdc3099b3d98b81aefaedab742fe564971..8a173ba4955bc54394a2aa0a14b60a85d980dcd4 100644
|
| --- a/.gn
|
| +++ b/.gn
|
| @@ -19,7 +19,10 @@ secondary_source = "//build/secondary/"
|
| # their includes checked for proper dependencies when you run either
|
| # "gn check" or "gn gen --check".
|
| # TODO(kjellander): Keep adding paths to this list as work in webrtc:5589 is done.
|
| -check_targets = [ "//webrtc/voice_engine:level_indicator" ]
|
| +check_targets = [
|
| + "//webrtc/voice_engine:level_indicator",
|
| + "//webrtc/modules/audio_mixer:audio_conference_mixer",
|
| +]
|
|
|
| # These are the list of GN files that run exec_script. This whitelist exists
|
| # to force additional review for new uses of exec_script, which is strongly
|
|
|