[email protected] | bcff05a | 2010-04-14 01:46:43 | [diff] [blame] | 1 | // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
[email protected] | 6d4da12 | 2009-03-24 18:03:55 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
[email protected] | 1eeb5e0 | 2010-07-20 23:02:11 | [diff] [blame] | 5 | #ifndef CHROME_COMMON_CHROME_VERSION_INFO_POSIX_H_ |
| 6 | #define CHROME_COMMON_CHROME_VERSION_INFO_POSIX_H_ |
[email protected] | 6d4da12 | 2009-03-24 18:03:55 | [diff] [blame] | 7 | |
| 8 | #define COMPANY_NAME L"@COMPANY_FULLNAME@" |
| 9 | #define FILE_DESCRIPTION L"@PRODUCT_FULLNAME@" |
| 10 | #define FILE_VERSION L"@MAJOR@.@MINOR@.@BUILD@.@PATCH@" |
| 11 | #define LEGAL_COPYRIGHT L"@COPYRIGHT@" |
| 12 | #define PRODUCT_NAME L"@PRODUCT_FULLNAME@" |
| 13 | #define PRODUCT_VERSION L"@MAJOR@.@MINOR@.@BUILD@.@PATCH@" |
| 14 | #define COMPANY_SHORT_NAME L"@COMPANY_SHORTNAME@" |
| 15 | #define PRODUCT_SHORT_NAME L"@PRODUCT_SHORTNAME@" |
| 16 | #define LAST_CHANGE L"@LASTCHANGE@" |
| 17 | #define OFFICIAL_BUILD @OFFICIAL_BUILD@ |
| 18 | // TODO(mmoss) Do these have values for Linux? |
| 19 | #define INTERNAL_NAME L"" |
| 20 | #define ORIGINAL_FILENAME L"" |
| 21 | #define PRIVATE_BUILD L"" |
| 22 | #define SPECIAL_BUILD L"" |
| 23 | #define COMMENTS L"" |
| 24 | #define LEGAL_TRADEMARKS L"" |
| 25 | |
[email protected] | 1eeb5e0 | 2010-07-20 23:02:11 | [diff] [blame] | 26 | #endif // CHROME_COMMON_CHROME_VERSION_INFO_POSIX_H_ |