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

Unified Diff: net/BUILD.gn

Issue 2250263003: Move FuzzedDataProvider to //base and expose to blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comment explaining byte ranges + var name in header 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
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index fe3c88856ec5e905906f4ab09b72ba611435afaf..74a0db34665a6fc98ab4c49c3aa8a8fb6e2cd379 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1665,8 +1665,6 @@ source_set("net_fuzzer_test_support") {
testonly = true
sources = [
- "base/fuzzed_data_provider.cc",
- "base/fuzzed_data_provider.h",
"base/fuzzer_test_support.cc",
"socket/fuzzed_socket.cc",
"socket/fuzzed_socket.h",

Powered by Google App Engine
This is Rietveld 408576698