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

Unified Diff: chrome/chrome_syzygy.gypi

Issue 23460023: Copy asan_rtl.* and agent_logger.exe to the syzygy directory for the ASan builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and address Gab's nit. 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
Index: chrome/chrome_syzygy.gypi
diff --git a/chrome/chrome_syzygy.gypi b/chrome/chrome_syzygy.gypi
index a3201cc1510766b5b9320c26879f9260b20dd1f0..f4e3a812c7834fd9b46c9af49da2877939a83e95 100644
--- a/chrome/chrome_syzygy.gypi
+++ b/chrome/chrome_syzygy.gypi
@@ -50,16 +50,20 @@
'action_name': 'Instrument Chrome with SyzyAsan',
'msvs_cygwin_shell': 0,
'inputs': [
- '<(PRODUCT_DIR)/<(dll_name).dll',
'<(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',
],
'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',

Powered by Google App Engine
This is Rietveld 408576698