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

Unified Diff: net/BUILD.gn

Issue 2269133002: Add fuzzer_test_support.cc to net_fuzzer_test_support target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index f66e9bbb668b25a944b60a2b224a82493b7ebe59..8fe21498be2c53ac4260534fb1ba9001fbef03a3 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1665,6 +1665,7 @@ source_set("net_fuzzer_test_support") {
testonly = true
sources = [
+ "base/fuzzer_test_support.cc",
"socket/fuzzed_socket.cc",
"socket/fuzzed_socket.h",
"socket/fuzzed_socket_factory.cc",
« 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