Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: .gn

Issue 2270403002: Migrated ILBC and ISAC test targets for GN. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@real_master
Patch Set: . Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/BUILD.gn » ('j') | webrtc/modules/audio_coding/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/BUILD.gn » ('j') | webrtc/modules/audio_coding/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698