| Index: chrome/chrome_syzygy.gypi
|
| diff --git a/chrome/chrome_syzygy.gypi b/chrome/chrome_syzygy.gypi
|
| index f4e3a812c7834fd9b46c9af49da2877939a83e95..a3201cc1510766b5b9320c26879f9260b20dd1f0 100644
|
| --- a/chrome/chrome_syzygy.gypi
|
| +++ b/chrome/chrome_syzygy.gypi
|
| @@ -50,20 +50,16 @@
|
| 'action_name': 'Instrument Chrome with SyzyAsan',
|
| 'msvs_cygwin_shell': 0,
|
| 'inputs': [
|
| - '<(DEPTH)/chrome/tools/build/win/win-syzyasan-filter.txt',
|
| - '<(dest_dir)/asan_rtl.dll',
|
| - '<(dest_dir)/asan_rtl.dll.pdb',
|
| - '<(dest_dir)/agent_logger.exe',
|
| '<(PRODUCT_DIR)/<(dll_name).dll',
|
| + '<(DEPTH)/chrome/tools/build/win/win-syzyasan-filter.txt',
|
| ],
|
| 'outputs': [
|
| '<(dest_dir)/<(dll_name).dll',
|
| '<(dest_dir)/<(dll_name).dll.pdb',
|
| + '<(dest_dir)/asan_rtl.dll',
|
| + '<(dest_dir)/asan_rtl.dll.pdb',
|
| '<(dest_dir)/win-syzyasan-filter-<(dll_name).txt.json',
|
| ],
|
| - 'dependencies': [
|
| - '<(DEPTH)/chrome/chrome_syzygy.gyp:copy_syzyasan_binaries',
|
| - ],
|
| 'action': [
|
| 'python',
|
| '<(DEPTH)/chrome/tools/build/win/syzygy_instrument.py',
|
|
|