| Index: chrome/tools/build/win/FILES.cfg
|
| diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
|
| index ca1bc1bf4fee35e2ddf4dc421812e665e3eab5c9..8e769cf4b9bf01d7622ee87bc51042ec2d77b1e6 100644
|
| --- a/chrome/tools/build/win/FILES.cfg
|
| +++ b/chrome/tools/build/win/FILES.cfg
|
| @@ -609,24 +609,6 @@ FILES = [
|
| 'buildtype': ['dev', 'official'],
|
| 'archive': 'chrome-win32-syms.zip',
|
| },
|
| - # XP/Vista Probe.
|
| - {
|
| - 'filename': 'disable_outdated_build_detector.exe',
|
| - 'arch': ['32bit'],
|
| - 'buildtype': ['official'],
|
| - 'archive': 'disable_outdated_build_detector.exe',
|
| - 'direct_archive': 1,
|
| - 'filegroup': ['default', 'symsrc'],
|
| - 'optional': ['official'],
|
| - },
|
| - {
|
| - 'filename': 'disable_outdated_build_detector.exe.pdb',
|
| - 'arch': ['32bit'],
|
| - 'buildtype': ['official'],
|
| - 'archive': 'disable_outdated_build_detector.exe.pdb',
|
| - 'direct_archive': 1,
|
| - 'optional': ['official'],
|
| - },
|
| # PDB files for Syzygy modified binaries. Only add to this section if you
|
| # know what you're doing! The build configuration has to be modified to run
|
| # Syzygy on the target in question before adding a staging dependency here!
|
|
|