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

Unified Diff: chrome/chrome_syzygy.gypi

Issue 810853004: Remove the SyzyASan allocation filter file from the instrument.exe command line. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « no previous file | chrome/tools/build/win/syzygy/syzyasan-allocation-filter.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)',
],
},
« no previous file with comments | « no previous file | chrome/tools/build/win/syzygy/syzyasan-allocation-filter.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698