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

Unified Diff: testing/libfuzzer/fuzzer_test.gni

Issue 2296893002: Add minidump fuzzer for breakpad. (Closed)
Patch Set: do not binary_symlink the test Created 4 years, 3 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 | « breakpad/minidump_fuzzer.dict ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzer_test.gni
diff --git a/testing/libfuzzer/fuzzer_test.gni b/testing/libfuzzer/fuzzer_test.gni
index 8f1b8919e892988354c0422f2bae139f827c382e..ad013b0b10f0f0dca2d88d7d445cc0b2935dc91e 100644
--- a/testing/libfuzzer/fuzzer_test.gni
+++ b/testing/libfuzzer/fuzzer_test.gni
@@ -108,6 +108,7 @@ template("fuzzer_test") {
forward_variables_from(invoker,
[
"check_includes",
+ "defines",
"include_dirs",
"sources",
])
@@ -144,6 +145,8 @@ template("fuzzer_test") {
assert(invoker.seed_corpus == [] || invoker.seed_corpus != [])
}
assert(!defined(invoker.check_includes) || invoker.check_includes != [])
+ assert(!defined(invoker.include_dirs) || invoker.include_dirs != [])
+ assert(!defined(invoker.defines) || invoker.defines != [])
group(target_name) {
}
« no previous file with comments | « breakpad/minidump_fuzzer.dict ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698