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

Unified Diff: testing/libfuzzer/fuzzers/dicts/json.dict

Issue 1808203002: [libfuzzer] Added dictionary for v8_json_parser_fuzzer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « testing/libfuzzer/fuzzers/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/dicts/json.dict
diff --git a/mash/init/public/interfaces/BUILD.gn b/testing/libfuzzer/fuzzers/dicts/json.dict
similarity index 52%
copy from mash/init/public/interfaces/BUILD.gn
copy to testing/libfuzzer/fuzzers/dicts/json.dict
index 0fde6198252e01ba277351ea5d5278ce1e8f74e9..18a83f4fa5f2a88f90a4f94e006f9dbd9050218e 100644
--- a/mash/init/public/interfaces/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/dicts/json.dict
@@ -2,10 +2,32 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/public/tools/bindings/mojom.gni")
-
-mojom("interfaces") {
- sources = [
- "init.mojom",
- ]
-}
+"{"
+"}"
+"["
+"]"
+"\""
+"'"
+"\\"
+"//"
+":"
+","
+" "
+"\\n"
+"\\r"
+"/*"
+"*/"
+"true"
+"false"
+"null"
+"\\u"
+"\\b"
+"\\f"
+"\\t"
+"."
+"e"
+"e+"
+"e-"
+"E"
+"E+"
+"E-"
« no previous file with comments | « testing/libfuzzer/fuzzers/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698