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

Side by Side Diff: base/file_version_info_linux.h.version

Issue 45028: Generate header file of Linux version information (currently gyp-only). (Closed)
Patch Set: conditional gyp branding Created 11 years, 9 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 | « base/base.gyp ('k') | chrome/tools/build/linux/version.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef BASE_FILE_VERSION_INFO_LINUX_H_
6 #define BASE_FILE_VERSION_INFO_LINUX_H_
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
26 #endif // BASE_FILE_VERSION_INFO_LINUX_H_
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | chrome/tools/build/linux/version.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698