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

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: ... also remove PLATFORM_EXPORT 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 | « base/test/fuzzed_data_provider.cc ('k') | net/base/fuzzed_data_provider.h » ('j') | 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 fe3c88856ec5e905906f4ab09b72ba611435afaf..f66e9bbb668b25a944b60a2b224a82493b7ebe59 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1665,9 +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",
"socket/fuzzed_socket_factory.cc",
@@ -1675,6 +1672,9 @@ source_set("net_fuzzer_test_support") {
"udp/fuzzed_datagram_client_socket.cc",
"udp/fuzzed_datagram_client_socket.h",
]
+ public_deps = [
+ "//base/test:test_support",
+ ]
deps = [
"//base",
"//base:i18n",
« no previous file with comments | « base/test/fuzzed_data_provider.cc ('k') | net/base/fuzzed_data_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698