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

Unified Diff: chrome/chrome_syzygy.gypi

Issue 23858006: Revert 222650 "Copy asan_rtl.* and agent_logger.exe to the syzyg..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Patch from Git, as drover fails committing for me. Created 7 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 | « chrome/chrome_syzygy.gyp ('k') | chrome/tools/build/win/syzygy_instrument.py » ('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 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',
« no previous file with comments | « chrome/chrome_syzygy.gyp ('k') | chrome/tools/build/win/syzygy_instrument.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698