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

Unified Diff: webrtc/modules/audio_coding/BUILD.gn

Issue 2275463002: Migrated GN target :g722_test (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@real_master
Patch Set: Hopefully, dependency CL is added now. 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 | « .gn ('k') | webrtc/modules/audio_coding/codecs/g722/g722.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 784598f4d46100b4be9c8826156597a3a9283f29..8c253fd9378090553fbc7189f7a546007759719a 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1553,4 +1553,20 @@ if (rtc_include_tests) {
":g711",
]
}
+
+ executable("g722_test") {
+ testonly = true
+
+ sources = [
+ "codecs/g722/test/testG722.cc",
+ ]
+
+ configs += [ "../..:common_config" ]
+ public_configs = [ "../..:common_inherited_config" ]
+
+ deps = [
+ ":g722",
+ "../..:webrtc_common",
+ ]
+ }
}
« no previous file with comments | « .gn ('k') | webrtc/modules/audio_coding/codecs/g722/g722.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698