Index: chrome/chrome_syzygy.gypi |
diff --git a/chrome/chrome_syzygy.gypi b/chrome/chrome_syzygy.gypi |
index b9ac5b651aa7c67f0ddb55adf331cab4cc86ea5b..666e07cbe8bcd0d4a827a6806360563292cd6c01 100644 |
--- a/chrome/chrome_syzygy.gypi |
+++ b/chrome/chrome_syzygy.gypi |
@@ -49,8 +49,6 @@ |
'inputs': [ |
'<(DEPTH)/chrome/tools/build/win/syzygy/instrument.py', |
'<(DEPTH)/chrome/tools/build/win/syzygy/' |
- 'syzyasan-allocation-filter.txt', |
- '<(DEPTH)/chrome/tools/build/win/syzygy/' |
'syzyasan-instrumentation-filter.txt', |
'<(PRODUCT_DIR)/<(dll_name).dll', |
], |
@@ -70,8 +68,6 @@ |
'syzyasan-instrumentation-filter.txt', |
'--output-filter-file', |
'<(dest_dir)/win-syzyasan-filter-<(dll_name).txt.json', |
- '--allocation-filter-file', '<(DEPTH)/chrome/tools/build/win/syzygy' |
- 'syzyasan-allocation-filter.txt', |
'--destination_dir', '<(dest_dir)', |
], |
}, |