Index: .gn |
diff --git a/.gn b/.gn |
index a5f070a97c88624fd65211e23333fbcfe1cc2670..165e0e86bf958296d2332882b3a24b495e943541 100644 |
--- a/.gn |
+++ b/.gn |
@@ -27,6 +27,10 @@ check_targets = [ |
"//webrtc/modules/audio_device/*", |
"//webrtc/modules/audio_mixer:audio_conference_mixer", |
aleloi
2016/08/29 10:21:34
Not changed in this CL, diff from rebase.
|
"//webrtc/voice_engine:level_indicator", |
+ "//webrtc/modules/audio_coding:ilbc_test", |
+ "//webrtc/modules/audio_coding:isac_api_test", |
+ "//webrtc/modules/audio_coding:isac_switch_samprate_test", |
+ "//webrtc/modules/audio_coding:isac", |
aleloi
2016/08/24 11:02:51
Also added :isac, as it was very simple to make pa
|
] |
# These are the list of GN files that run exec_script. This whitelist exists |