Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 2255783003: Make the outdated build detector disabler load and run on XP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: suppress wstring warnings Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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!

Powered by Google App Engine
This is Rietveld 408576698