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

Side by Side Diff: chrome/version.h.in

Issue 2020003: Committing for jeffbailey.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome_frame/chrome_frame.gyp » ('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) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // version.h is generated from version.h.in. Edit the source!
6
7 #pragma once
8
9 // Version Information
10
11 #define CHROME_VERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
12 #define CHROME_VERSION_STRING "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
13
14 // Branding Information
15
16 #define COMPANY_FULLNAME_STRING "@COMPANY_FULLNAME@"
17 #define COMPANY_SHORTNAME_STRING "@COMPANY_SHORTNAME@"
18 #define PRODUCT_FULLNAME_STRING "@PRODUCT_FULLNAME@"
19 #define PRODUCT_SHORTNAME_STRING "@PRODUCT_SHORTNAME@"
20 #define COPYRIGHT_STRING "@COPYRIGHT@"
21 #define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@"
22
23 // Changelist Information
24
25 #define LASTCHANGE_STRING "@LASTCHANGE@"
26
27 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
28 // Use of this source is governed by a BSD-style license that can be
29 // found in the LICENSE file.
30
31 // version.h is generated from version.h.in. Edit the source!
32
33 #pragma once
34
35 // Version Information
36
37 #define CHROME_VERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
38 #define CHROME_VERSION_STRING "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
39
40 // Branding Information
41
42 #define COMPANY_FULLNAME_STRING "@COMPANY_FULLNAME@"
43 #define COMPANY_SHORTNAME_STRING "@COMPANY_SHORTNAME@"
44 #define PRODUCT_FULLNAME_STRING "@PRODUCT_FULLNAME@"
45 #define PRODUCT_SHORTNAME_STRING "@PRODUCT_SHORTNAME@"
46 #define COPYRIGHT_STRING "@COPYRIGHT@"
47 #define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@"
48
49 // Changelist Information
50
51 #define LASTCHANGE_STRING "@LASTCHANGE@"
52
53 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
54 // Use of this source is governed by a BSD-style license that can be
55 // found in the LICENSE file.
56
57 // version.h is generated from version.h.in. Edit the source!
58
59 #pragma once
60
61 // Version Information
62
63 #define CHROME_VERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
64 #define CHROME_VERSION_STRING "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
65
66 // Branding Information
67
68 #define COMPANY_FULLNAME_STRING "@COMPANY_FULLNAME@"
69 #define COMPANY_SHORTNAME_STRING "@COMPANY_SHORTNAME@"
70 #define PRODUCT_FULLNAME_STRING "@PRODUCT_FULLNAME@"
71 #define PRODUCT_SHORTNAME_STRING "@PRODUCT_SHORTNAME@"
72 #define COPYRIGHT_STRING "@COPYRIGHT@"
73 #define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@"
74
75 // Changelist Information
76
77 #define LASTCHANGE_STRING "@LASTCHANGE@"
78
79 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
80 // Use of this source is governed by a BSD-style license that can be
81 // found in the LICENSE file.
82
83 // version.h is generated from version.h.in. Edit the source!
84
85 #pragma once
86
87 // Version Information
88
89 #define CHROME_VERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
90 #define CHROME_VERSION_STRING "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
91
92 // Branding Information
93
94 #define COMPANY_FULLNAME_STRING "@COMPANY_FULLNAME@"
95 #define COMPANY_SHORTNAME_STRING "@COMPANY_SHORTNAME@"
96 #define PRODUCT_FULLNAME_STRING "@PRODUCT_FULLNAME@"
97 #define PRODUCT_SHORTNAME_STRING "@PRODUCT_SHORTNAME@"
98 #define COPYRIGHT_STRING "@COPYRIGHT@"
99 #define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@"
100
101 // Changelist Information
102
103 #define LASTCHANGE_STRING "@LASTCHANGE@"
104
105 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
106 // Use of this source is governed by a BSD-style license that can be
107 // found in the LICENSE file.
108
109 // version.h is generated from version.h.in. Edit the source!
110
111 #pragma once
112
113 // Version Information
114
115 #define CHROME_VERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
116 #define CHROME_VERSION_STRING "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
117
118 // Branding Information
119
120 #define COMPANY_FULLNAME_STRING "@COMPANY_FULLNAME@"
121 #define COMPANY_SHORTNAME_STRING "@COMPANY_SHORTNAME@"
122 #define PRODUCT_FULLNAME_STRING "@PRODUCT_FULLNAME@"
123 #define PRODUCT_SHORTNAME_STRING "@PRODUCT_SHORTNAME@"
124 #define COPYRIGHT_STRING "@COPYRIGHT@"
125 #define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@"
126
127 // Changelist Information
128
129 #define LASTCHANGE_STRING "@LASTCHANGE@"
130
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698