| 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',
|
|
|