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

Unified Diff: chrome/chrome_syzygy.gypi

Issue 25890006: 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: Move the dependency to copy_syzyasan_binaries outside of the 'action' section. Created 7 years, 2 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 50a05c34e660c0104f3918a99842b0978f22657f..bfde257452b4a06c89cdba5ba8e0a74b08e04169 100644
--- a/chrome/chrome_syzygy.gypi
+++ b/chrome/chrome_syzygy.gypi
@@ -50,14 +50,12 @@
'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',
+ '<(PRODUCT_DIR)/<(dll_name).dll',
],
'outputs': [
'<(dest_dir)/<(dll_name).dll',
'<(dest_dir)/<(dll_name).dll.pdb',
- '<(dest_dir)/syzyasan_rtl.dll',
- '<(dest_dir)/syzyasan_rtl.dll.pdb',
'<(dest_dir)/win-syzyasan-filter-<(dll_name).txt.json',
],
'action': [
@@ -74,6 +72,9 @@
],
},
],
+ 'dependencies': [
+ 'copy_syzyasan_binaries',
+ ],
}],
],
}
« 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