| Index: .gn
|
| diff --git a/.gn b/.gn
|
| index 65bc7dd3ecf51d3648d4bad0e19dba48dc0d4ea7..0b295478f4b50b4bd6a350158eddc5d8a209523a 100644
|
| --- a/.gn
|
| +++ b/.gn
|
| @@ -32,6 +32,9 @@ check_targets = [
|
| "//webrtc/modules/audio_coding:isac",
|
| "//webrtc/modules/audio_coding:isac_api_test",
|
| "//webrtc/modules/audio_coding:isac_switch_samprate_test",
|
| + "//webrtc/voice_engine:audio_coder",
|
| + "//webrtc/voice_engine:file_player",
|
| + "//webrtc/voice_engine:file_recorder",
|
| ]
|
|
|
| # These are the list of GN files that run exec_script. This whitelist exists
|
|
|