Index: .gn |
diff --git a/.gn b/.gn |
index 52f4402b1459ef2c4820e15fea07d330451e2e63..4f14f190ab1417891d4595678f5cd070af6d540f 100644 |
--- a/.gn |
+++ b/.gn |
@@ -28,6 +28,10 @@ check_targets = [ |
"//webrtc/modules/audio_device/*", |
"//webrtc/modules/audio_mixer/*", |
"//webrtc/voice_engine:level_indicator", |
kjellander_webrtc
2016/08/29 11:01:32
nit: sort alphabetically.
aleloi
2016/08/29 11:08:13
Done.
|
+ "//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", |
] |
# These are the list of GN files that run exec_script. This whitelist exists |