| // Copyright 2019 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. |
| |
| // Version Information |
| |
| #define UPDATER_VERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ |
| #define UPDATER_VERSION_STRING "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" |
| |
| // Branding Information |
| #define COMPANY_FULLNAME_STRING "@COMPANY_FULLNAME@" |
| #define COMPANY_SHORTNAME_STRING "@COMPANY_SHORTNAME@" |
| #define PRODUCT_FULLNAME_STRING "@PRODUCT_FULLNAME@" |
| #define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@" |
| #define MAC_BUNDLE_IDENTIFIER_STRING "@MAC_BUNDLE_IDENTIFIER@" |
| #define BROWSER_NAME_STRING "@BROWSER_NAME@" |
| #define MAC_BROWSER_BUNDLE_IDENTIFIER_STRING "@MAC_BROWSER_BUNDLE_IDENTIFIER@" |