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

Unified Diff: webrtc/test/fuzzers/BUILD.gn

Issue 2449783002: Rename ProducerFec to UlpfecGenerator. (Closed)
Patch Set: Rebase. Created 4 years, 2 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
Index: webrtc/test/fuzzers/BUILD.gn
diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
index f7b94362adac16c89937a43904c98681337c2d01..764d71917f1d3c41313b233dfd3ae0c0ae6eebca 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -86,9 +86,9 @@ webrtc_fuzzer_test("ulpfec_header_reader_fuzzer") {
]
}
-webrtc_fuzzer_test("producer_fec_fuzzer") {
+webrtc_fuzzer_test("ulpfec_generator_fuzzer") {
sources = [
- "producer_fec_fuzzer.cc",
+ "ulpfec_generator_fuzzer.cc",
]
deps = [
"../../modules/rtp_rtcp/",
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/ulpfec_generator_unittest.cc ('k') | webrtc/test/fuzzers/producer_fec_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698