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

Side by Side Diff: chrome/app/chrome_version_info_posix.h.version

Issue 1560027: Refactor FileVersionInfo into an interface with platform implementations. (Closed)
Patch Set: comments Created 10 years, 8 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 unified diff | Download patch
« no previous file with comments | « chrome/app/chrome_version_info.cc ('k') | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef BASE_FILE_VERSION_INFO_LINUX_H_ 5 #ifndef CHROME_APP_CHROME_VERSION_INFO_POSIX_H_
6 #define BASE_FILE_VERSION_INFO_LINUX_H_ 6 #define CHROME_APP_CHROME_VERSION_INFO_POSIX_H_
7 7
8 #define COMPANY_NAME L"@COMPANY_FULLNAME@" 8 #define COMPANY_NAME L"@COMPANY_FULLNAME@"
9 #define FILE_DESCRIPTION L"@PRODUCT_FULLNAME@" 9 #define FILE_DESCRIPTION L"@PRODUCT_FULLNAME@"
10 #define FILE_VERSION L"@MAJOR@.@MINOR@.@BUILD@.@PATCH@" 10 #define FILE_VERSION L"@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
11 #define LEGAL_COPYRIGHT L"@COPYRIGHT@" 11 #define LEGAL_COPYRIGHT L"@COPYRIGHT@"
12 #define PRODUCT_NAME L"@PRODUCT_FULLNAME@" 12 #define PRODUCT_NAME L"@PRODUCT_FULLNAME@"
13 #define PRODUCT_VERSION L"@MAJOR@.@MINOR@.@BUILD@.@PATCH@" 13 #define PRODUCT_VERSION L"@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
14 #define COMPANY_SHORT_NAME L"@COMPANY_SHORTNAME@" 14 #define COMPANY_SHORT_NAME L"@COMPANY_SHORTNAME@"
15 #define PRODUCT_SHORT_NAME L"@PRODUCT_SHORTNAME@" 15 #define PRODUCT_SHORT_NAME L"@PRODUCT_SHORTNAME@"
16 #define LAST_CHANGE L"@LASTCHANGE@" 16 #define LAST_CHANGE L"@LASTCHANGE@"
17 #define OFFICIAL_BUILD @OFFICIAL_BUILD@ 17 #define OFFICIAL_BUILD @OFFICIAL_BUILD@
18 // TODO(mmoss) Do these have values for Linux? 18 // TODO(mmoss) Do these have values for Linux?
19 #define INTERNAL_NAME L"" 19 #define INTERNAL_NAME L""
20 #define ORIGINAL_FILENAME L"" 20 #define ORIGINAL_FILENAME L""
21 #define PRIVATE_BUILD L"" 21 #define PRIVATE_BUILD L""
22 #define SPECIAL_BUILD L"" 22 #define SPECIAL_BUILD L""
23 #define COMMENTS L"" 23 #define COMMENTS L""
24 #define LEGAL_TRADEMARKS L"" 24 #define LEGAL_TRADEMARKS L""
25 25
26 #endif // BASE_FILE_VERSION_INFO_LINUX_H_ 26 #endif // CHROME_APP_CHROME_VERSION_INFO_POSIX_H_
OLDNEW
« no previous file with comments | « chrome/app/chrome_version_info.cc ('k') | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698