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

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

Issue 2828793003: GN: Tighten up test target visibility + refactorings (Closed)
Patch Set: Disable Win compile warning Created 3 years, 8 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 ed84e48833358e76fe7f2b73e6972ab14d0d16e4..b0d2ffa3e887bc6cced1f91a86b17076c244db46 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -118,7 +118,7 @@ webrtc_fuzzer_test("ulpfec_generator_fuzzer") {
deps = [
"../../base:rtc_base_approved",
"../../modules/rtp_rtcp",
- "../../modules/rtp_rtcp:rtp_rtcp_unittests",
+ "../../modules/rtp_rtcp:fec_test_helper",
]
}

Powered by Google App Engine
This is Rietveld 408576698