Chromium Code Reviews

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

Issue 2053093002: Use relative paths for api/p2p fuzzers. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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/test/fuzzers/BUILD.gn
diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
index 319427aad52b541dfd5702e84a209f73ab509170..09e354255692c30566f990369d09e003a5f78be0 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -89,7 +89,7 @@ webrtc_fuzzer_test("sdp_parser_fuzzer") {
"sdp_parser_fuzzer.cc",
]
deps = [
- "//webrtc/api:libjingle_peerconnection",
+ "../../api:libjingle_peerconnection",
]
}
@@ -98,7 +98,7 @@ webrtc_fuzzer_test("stun_parser_fuzzer") {
"stun_parser_fuzzer.cc",
]
deps = [
- "//webrtc/p2p:rtc_p2p",
+ "../../p2p:rtc_p2p",
]
}
@@ -107,7 +107,7 @@ webrtc_fuzzer_test("stun_validator_fuzzer") {
"stun_validator_fuzzer.cc",
]
deps = [
- "//webrtc/p2p:rtc_p2p",
+ "../../p2p:rtc_p2p",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine