have a test for DLL dependency changes in chrome's DLLs |
|
Issue descriptionWe 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 |
|