Add syzygy/instrumented/chrome_child.dll to the official SyzyASan archives.

syzygy/chrome_child.dll doesn't get instrumented when doing a SyzyASan official build of Chrome (because we don't want to ship an instrumented renderer to the users).

However we still produce an instrumented version of chrome_child.dll, and we put it in the syzygy/instrumented folder. This CL should add this dll to the chrome-win32.zip archive, this way we'll be able to use it in our fuzzing infrastructure.

R=robertshield@chromium.org

BUG=

Review URL: https://codereview.chromium.org/298253010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274384 0039d316-1c4b-4281-b951-d872f2087c98
parent 98a28aaa
......@@ -559,6 +559,14 @@ FILES = [
'filegroup': ['symsrc'],
'optional': ['dev', 'official'],
},
{
'filename': 'syzygy/instrumented/chrome_child.dll',
'arch': ['32bit'],
'buildtype': ['official'],
'archive': 'syzygy/instrumented/chrome_child.dll',
'filegroup': ['symsrc'],
'optional': ['official'],
},
{
'filename': 'syzygy/mini_installer.exe',
'arch': ['32bit'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment