| Index: .gn
|
| diff --git a/.gn b/.gn
|
| index 75e2587cee87b32f37bff5be967f39f658683885..3a744bf7bd35c0664c010f49ff7d2af7ecf073f9 100644
|
| --- a/.gn
|
| +++ b/.gn
|
| @@ -21,6 +21,9 @@ secondary_source = "//build/secondary/"
|
| # TODO(kjellander): Keep adding paths to this list as work in webrtc:5589 is done.
|
| check_targets = [
|
| "//webrtc/modules/audio_device/*",
|
| + "//webrtc/voice_engine:audio_coder",
|
| + "//webrtc/voice_engine:file_player",
|
| + "//webrtc/voice_engine:file_recorder",
|
| "//webrtc/voice_engine:level_indicator",
|
| "//webrtc/modules/audio_coding:isac_fix_test",
|
| "//webrtc/modules/audio_mixer:audio_conference_mixer",
|
|
|