| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'content_shell_product_name': 'Content Shell', | 7 'content_shell_product_name': 'Content Shell', |
| 8 'content_shell_version': '99.77.34.5', | 8 'content_shell_version': '99.77.34.5', |
| 9 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 898 'action_name': 'Instrument content_shell with SyzyAsan', | 898 'action_name': 'Instrument content_shell with SyzyAsan', |
| 899 'inputs': [ | 899 'inputs': [ |
| 900 '<(PRODUCT_DIR)/content_shell.exe', | 900 '<(PRODUCT_DIR)/content_shell.exe', |
| 901 ], | 901 ], |
| 902 'outputs': [ | 902 'outputs': [ |
| 903 '<(dest_dir)/content_shell.exe', | 903 '<(dest_dir)/content_shell.exe', |
| 904 '<(dest_dir)/content_shell.exe.pdb', | 904 '<(dest_dir)/content_shell.exe.pdb', |
| 905 ], | 905 ], |
| 906 'action': [ | 906 'action': [ |
| 907 'python', | 907 'python', |
| 908 '<(DEPTH)/chrome/tools/build/win/syzygy/instrument.py', | 908 '<(DEPTH)/build/win/syzygy/instrument.py', |
| 909 '--mode', 'asan', | 909 '--mode', 'asan', |
| 910 '--input_executable', '<(PRODUCT_DIR)/content_shell.exe', | 910 '--input_executable', '<(PRODUCT_DIR)/content_shell.exe', |
| 911 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 911 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 912 '--destination_dir', '<(dest_dir)', | 912 '--destination_dir', '<(dest_dir)', |
| 913 ], | 913 ], |
| 914 }, | 914 }, |
| 915 ], | 915 ], |
| 916 }, | 916 }, |
| 917 ], | 917 ], |
| 918 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 918 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 919 ] | 919 ] |
| 920 } | 920 } |
| OLD | NEW |