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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/README.md

Issue 2166913002: bluetooth: Generate random service uuid and generate random fake adapter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-fuzzer-basics
Patch Set: Address scheib's comments and include common/ files 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
Index: third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/README.md
diff --git a/third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/README.md b/third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/README.md
index 4e267d5925dd56ef2297ccbed016460da123083d..8b213d68acf6019e89af83f80345036b9862ae78 100644
--- a/third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/README.md
+++ b/third_party/WebKit/Source/modules/bluetooth/testing/clusterfuzz/README.md
@@ -26,6 +26,7 @@ arguments, `--no_of_files`, `--input_dir`, and `--output_dir`.
## Setup
This fuzzer depends on files in:
* `//src/third_party/WebKit/LayoutTests/resources`
+* `//src/testing/clusterfuzz/fuzzers/common`
To ease development a setup.py script is included to copy over the necessary
files to run the fuzzer locally. Additionally the script can be used to generate

Powered by Google App Engine
This is Rietveld 408576698