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

Unified Diff: net/BUILD.gn

Issue 2155713002: Fix net/ fuzzers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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..dbd8b61d06aa1a25d8db621ee0c39a476ae10aeb 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1749,7 +1749,7 @@ if (!is_ios) {
# Fuzzers
-static_library("net_fuzzer_test_support") {
+source_set("net_fuzzer_test_support") {
brettw 2016/07/15 17:01:38 You should comment why this needs to be the case o
mmenke 2016/07/15 17:05:15 Is something like "Making this a static_library br
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