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

Unified Diff: BUILD.gn

Issue 2480323002: Revert of Compile fuzzer sources in standalone builds. (Closed)
Patch Set: Created 4 years, 1 month 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 | testing/libfuzzer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 48b85c16b81112789136b796421ff10fe0e24c8b..a54f6e401870960f8b3f6bd20d8a2be8661859f9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1759,10 +1759,4 @@
"//samples",
]
}
- group("fuzzers") {
- testonly = true
- deps = [
- "//testing/libfuzzer",
- ]
- }
-}
+}
« no previous file with comments | « no previous file | testing/libfuzzer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698