diff options
author | chrisha <chrisha@chromium.org> | 2014-12-16 11:40:15 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-16 19:40:32 +0000 |
commit | f25cab288d618105237ae2e9138cfe59d0cf42b2 (patch) | |
tree | da9dd801d9eb39e2f964ff51c03e1d4f469c1087 /pdf | |
parent | ddc896504d83fa943ede4732ed2c922c7e494154 (diff) | |
download | chromium_src-f25cab288d618105237ae2e9138cfe59d0cf42b2.zip chromium_src-f25cab288d618105237ae2e9138cfe59d0cf42b2.tar.gz chromium_src-f25cab288d618105237ae2e9138cfe59d0cf42b2.tar.bz2 |
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}
Diffstat (limited to 'pdf')
-rw-r--r-- | pdf/pdf.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
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', |