diff options
author | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-12 23:11:11 +0000 |
---|---|---|
committer | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-12 23:11:11 +0000 |
commit | 6c4e6457020ee25557c44f78c229536d59cc32e3 (patch) | |
tree | f533151118256c44aa1a5b47be78168a99f8b6ec /cloud_print/service/win | |
parent | ff899c807fc64b8b131bf93a7f99dc7110f9b146 (diff) | |
download | chromium_src-6c4e6457020ee25557c44f78c229536d59cc32e3.zip chromium_src-6c4e6457020ee25557c44f78c229536d59cc32e3.tar.gz chromium_src-6c4e6457020ee25557c44f78c229536d59cc32e3.tar.bz2 |
Switched to version generation with ver files.
Review URL: https://chromiumcodereview.appspot.com/12745003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187687 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print/service/win')
-rw-r--r-- | cloud_print/service/win/cloud_print_service.rc | 90 | ||||
-rw-r--r-- | cloud_print/service/win/cloud_print_service_exe.ver | 3 |
2 files changed, 9 insertions, 84 deletions
diff --git a/cloud_print/service/win/cloud_print_service.rc b/cloud_print/service/win/cloud_print_service.rc index 9ed0efb..2eccba4 100644 --- a/cloud_print/service/win/cloud_print_service.rc +++ b/cloud_print/service/win/cloud_print_service.rc @@ -1,105 +1,27 @@ -// Microsoft Visual C++ generated resource script. -// +// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// #include "winres.h" #include "verrsrc.h" - #include "version.h" - -///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// English (United States) resources - #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE -BEGIN - "#ifndef APSTUDIO_INVOKED\r\n" - "#include ""targetver.h""\r\n" - "#endif\r\n" - "#include ""winres.h""\r\n" - "#include ""verrsrc.h""\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - -VS_VERSION_INFO VERSIONINFO - FILEVERSION CHROME_VERSION - PRODUCTVERSION CHROME_VERSION - FILEFLAGSMASK 0x3fL -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x40004L - FILETYPE 0x1L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "CompanyName", "Google, Inc." - VALUE "FileDescription", "Cloud Print Service" - VALUE "FileVersion", CHROME_VERSION_STRING - VALUE "InternalName", "Cloud Print Service" - VALUE "ProductName", "Google Cloud Print Service" - VALUE "ProductVersion", CHROME_VERSION_STRING - VALUE "LegalCopyright", "Copyright (c) 2012 The Chromium Authors. All rights." - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x409, 1200 - END -END - - -///////////////////////////////////////////////////////////////////////////// -// -// REGISTRY -// +# error Don't open this in the GUI, it'll be massacred on save. +#endif // APSTUDIO_INVOKED IDR_CLOUDPRINTSERVICE REGISTRY "cloud_print_service.rgs" -///////////////////////////////////////////////////////////////////////////// -// -// String Table -// - STRINGTABLE BEGIN IDS_SERVICENAME "CloudPrintService" END #endif // English (United States) resources -///////////////////////////////////////////////////////////////////////////// - diff --git a/cloud_print/service/win/cloud_print_service_exe.ver b/cloud_print/service/win/cloud_print_service_exe.ver new file mode 100644 index 0000000..945062e --- /dev/null +++ b/cloud_print/service/win/cloud_print_service_exe.ver @@ -0,0 +1,3 @@ +INTERNAL_NAME=cloud_print_service.exe +ORIGINAL_FILENAME=cloud_print_service.exe +FILETYPE=0x1L |