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

Unified Diff: net/BUILD.gn

Issue 2155713002: Fix net/ fuzzers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment Created 4 years, 5 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 0d4961a9d6218c2c1e71d22f123f99354b1b15dd..2068aa333e698168d6eb48937ab4e0a6448cf0f7 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1749,7 +1749,9 @@ if (!is_ios) {
# Fuzzers
-static_library("net_fuzzer_test_support") {
+# This has a global (InitGlobals) that must always be linked in, so
+# must be a source set instead of a static library.
+source_set("net_fuzzer_test_support") {
testonly = true
sources = [
« 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