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

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

Issue 2201883004: Migrated GN target RTPtimeshift. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase on top of master. Created 4 years, 5 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 | no next file » | 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 79381fc00cf0aea0680d2eadcd669bd8a7b2b722..1a67598e428d4739b9e4fac6639898785d584f73 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1317,6 +1317,19 @@ if (rtc_include_tests) {
]
}
+ executable("RTPtimeshift") {
+ testonly = true
+
+ sources = [
+ "neteq/test/RTPtimeshift.cc",
+ ]
+
+ deps = [
+ ":neteq_test_tools",
+ "//testing/gtest",
+ ]
+ }
+
executable("rtp_analyze") {
testonly = true
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698