| Index: chrome/tools/build/win/FILES.cfg
|
| diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
|
| index f1783d85ed362f6c1b6d32a14aa2712b9ce49006..a760afcee39aa9bb375508e1306d9d84f5b40e3b 100644
|
| --- a/chrome/tools/build/win/FILES.cfg
|
| +++ b/chrome/tools/build/win/FILES.cfg
|
| @@ -623,6 +623,25 @@ 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,
|
| + 'filegroup': ['symsrc'],
|
| + '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!
|
|
|