| Index: chrome/tools/disable_outdated_build_detector/disable_outdated_build_detector_exe_version.rc.version
|
| diff --git a/chrome/tools/disable_outdated_build_detector/disable_outdated_build_detector_exe_version.rc.version b/chrome/tools/disable_outdated_build_detector/disable_outdated_build_detector_exe_version.rc.version
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a45cb2febf838d67e3ff34f2bcbca3d28071f22a
|
| --- /dev/null
|
| +++ b/chrome/tools/disable_outdated_build_detector/disable_outdated_build_detector_exe_version.rc.version
|
| @@ -0,0 +1,46 @@
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include <verrsrc.h>
|
| +
|
| +/////////////////////////////////////////////////////////////////////////////
|
| +//
|
| +// Version
|
| +//
|
| +
|
| +VS_VERSION_INFO VERSIONINFO
|
| + FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
|
| + PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
|
| + FILEFLAGSMASK 0x17L
|
| +#ifdef _DEBUG
|
| + FILEFLAGS 0x1L
|
| +#else
|
| + FILEFLAGS 0x0L
|
| +#endif
|
| + FILEOS 0x4L
|
| + FILETYPE 0x1L
|
| + FILESUBTYPE 0x0L
|
| +BEGIN
|
| + BLOCK "StringFileInfo"
|
| + BEGIN
|
| + BLOCK "040904b0"
|
| + BEGIN
|
| + VALUE "CompanyName", "@COMPANY_FULLNAME@"
|
| + VALUE "FileDescription", "disable_outdated_build_detector"
|
| + VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
|
| + VALUE "InternalName", "disable_outdated_build_detector"
|
| + VALUE "LegalCopyright", "@COPYRIGHT@"
|
| + VALUE "ProductName", "disable_outdated_build_detector"
|
| + VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
|
| + VALUE "CompanyShortName", "@COMPANY_SHORTNAME@"
|
| + VALUE "ProductShortName", "disable_outdated_build_detector"
|
| + VALUE "LastChange", "@LASTCHANGE@"
|
| + VALUE "Official Build", "@OFFICIAL_BUILD@"
|
| + END
|
| + END
|
| + BLOCK "VarFileInfo"
|
| + BEGIN
|
| + VALUE "Translation", 0x409, 1200
|
| + END
|
| +END
|
|
|