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

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

Issue 2328493002: Remove the tool to disable the outdated build detector for organic installs of Chrome. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « chrome/browser/google/google_brand.cc ('k') | chrome/tools/disable_outdated_build_detector/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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!
« no previous file with comments | « chrome/browser/google/google_brand.cc ('k') | chrome/tools/disable_outdated_build_detector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698