New issue
Advanced search Search tips

Issue 893272 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug



Sign in to add a comment

have a test for DLL dependency changes in chrome's DLLs

Project Member Reported by wfh@chromium.org, Oct 8

Issue description

We should have a test that runs that verifies Chrome's DLL and EXEs do not have dependencies changed without conscious decision being made.

It could run dumpbin.exe and just parse the output, or it could use base::win::PEImage::EnumAllImports - and compare against a 'known good' list. Then approval from base/win should be required to change the 'known good' list.

This would prevent accidental changes to dependencies e.g. see  issue 888783 
 

Sign in to add a comment