From f25cab288d618105237ae2e9138cfe59d0cf42b2 Mon Sep 17 00:00:00 2001 From: chrisha Date: Tue, 16 Dec 2014 11:40:15 -0800 Subject: Move Syzygy build related things to their own directory with an OWNERS file, and add an allocation filter file. BUG= Review URL: https://codereview.chromium.org/773253004 Cr-Commit-Position: refs/heads/master@{#308637} --- pdf/pdf.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdf') diff --git a/pdf/pdf.gyp b/pdf/pdf.gyp index f1e8e3e..d9f6cc3 100644 --- a/pdf/pdf.gyp +++ b/pdf/pdf.gyp @@ -185,7 +185,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)/pdf.dll', '--input_symbol', '<(PRODUCT_DIR)/pdf.dll.pdb', -- cgit v1.1