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

Unified Diff: base/BUILD.gn

Issue 2449323004: json parser/writer correctness fuzzer (Closed)
Patch Set: moved comment up 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 | base/json/correctness_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 1c47b51f922ea12e2ee5c48af724e507518f0fbb..4c30e1fe20ea5b2435581c79984228ee40f1d685 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -27,6 +27,7 @@ import("//build/config/nacl/config.gni")
import("//build/config/sysroot.gni")
import("//build/config/ui.gni")
import("//build/nocompile.gni")
+import("//testing/libfuzzer/fuzzer_test.gni")
import("//testing/test.gni")
declare_args() {
@@ -2455,3 +2456,12 @@ if (is_android) {
]
}
}
+
+fuzzer_test("base_json_correctness_fuzzer") {
+ sources = [
+ "json/correctness_fuzzer.cc",
+ ]
+ deps = [
+ ":base",
+ ]
+}
« no previous file with comments | « no previous file | base/json/correctness_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698