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

Side by Side Diff: cloud_print/virtual_driver/win/virtual_driver_common_resources.rc

Issue 12745003: Switched to version generation with ver files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2012 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 #include "version.h"
6
7 #ifdef APSTUDIO_INVOKED
8 # error Don't open this in the GUI, it'll be massacred on save.
9 #endif // APSTUDIO_INVOKED
10
11 1 VERSIONINFO
12 FILEVERSION CHROME_VERSION
13 PRODUCTVERSION CHROME_VERSION
14 FILEFLAGSMASK 0x17L
15 #ifdef _DEBUG
16 FILEFLAGS 0x1L
17 #else
18 FILEFLAGS 0x0L
19 #endif
20 FILEOS 0x4L
21 FILETYPE 0x1L
22 FILESUBTYPE 0x0L
23 BEGIN
24 BLOCK "StringFileInfo"
25 BEGIN
26 BLOCK "040904b0"
27 BEGIN
28 VALUE "CompanyName", "Google, Inc."
29 VALUE "FileDescription", "Google Cloud Printer"
30 VALUE "FileVersion", CHROME_VERSION_STRING
31 VALUE "InternalName", "Google Cloud Printer"
32 VALUE "ProductName", "Google Cloud Printer"
33 VALUE "ProductVersion", CHROME_VERSION_STRING
34 VALUE "LegalCopyright", "Copyright (c) 2012 The Chromium Authors. Al l rights reserved."
35 END
36 END
37 BLOCK "VarFileInfo"
38 BEGIN
39 VALUE "Translation", 0x409, 1200
40 END
41 END
OLDNEW
« cloud_print/service/service.gyp ('K') | « cloud_print/virtual_driver/win/virtual_driver.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698