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

Unified Diff: test/fuzzer/fuzzer.isolate

Issue 2032363002: [gn] Add fuzzer targets. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixes Created 4 years, 6 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 | « test/fuzzer/fuzzer.gyp ('k') | test/fuzzer/testcfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fuzzer/fuzzer.isolate
diff --git a/test/fuzzer/fuzzer.isolate b/test/fuzzer/fuzzer.isolate
index 4e98edd75af10392badadf9a8682a8667799d114..2611c7210415e0655627dd1b77cc0b79bb3c5049 100644
--- a/test/fuzzer/fuzzer.isolate
+++ b/test/fuzzer/fuzzer.isolate
@@ -5,11 +5,11 @@
{
'variables': {
'files': [
- '<(PRODUCT_DIR)/json_fuzzer<(EXECUTABLE_SUFFIX)',
- '<(PRODUCT_DIR)/parser_fuzzer<(EXECUTABLE_SUFFIX)',
- '<(PRODUCT_DIR)/regexp_fuzzer<(EXECUTABLE_SUFFIX)',
- '<(PRODUCT_DIR)/wasm_fuzzer<(EXECUTABLE_SUFFIX)',
- '<(PRODUCT_DIR)/wasm_asmjs_fuzzer<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/v8_simple_json_fuzzer<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/v8_simple_parser_fuzzer<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/v8_simple_regexp_fuzzer<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/v8_simple_wasm_fuzzer<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/v8_simple_wasm_asmjs_fuzzer<(EXECUTABLE_SUFFIX)',
'./fuzzer.status',
'./testcfg.py',
'./json/',
« no previous file with comments | « test/fuzzer/fuzzer.gyp ('k') | test/fuzzer/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698