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

Unified Diff: content/content_shell.gypi

Issue 773253004: Move Syzygy build related things to their own directory with an OWNERS file, and add an allocation … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nit. 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 | « chrome/tools/build/win/win-syzyasan-filter.txt ('k') | pdf/pdf.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 06d49daca4d3ee0274e80be43a5cc0ce2d4ee07d..c04f5fa34210c596c82ec6266c0c1b6527681fe3 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -1159,7 +1159,7 @@
],
'action': [
'python',
- '<(DEPTH)/chrome/tools/build/win/syzygy_instrument.py',
+ '<(DEPTH)/chrome/tools/build/win/syzygy/instrument.py',
'--mode', 'asan',
'--input_executable', '<(PRODUCT_DIR)/content_shell.exe',
'--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
« no previous file with comments | « chrome/tools/build/win/win-syzyasan-filter.txt ('k') | pdf/pdf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698