| Index: cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
|
| diff --git a/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc b/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
|
| deleted file mode 100644
|
| index 7f1e0a26818c725b179814bfcd057341bad33cf8..0000000000000000000000000000000000000000
|
| --- a/cloud_print/virtual_driver/win/virtual_driver_common_resources.rc
|
| +++ /dev/null
|
| @@ -1,41 +0,0 @@
|
| -// Copyright (c) 2012 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 "version.h"
|
| -
|
| -#ifdef APSTUDIO_INVOKED
|
| -# error Don't open this in the GUI, it'll be massacred on save.
|
| -#endif // APSTUDIO_INVOKED
|
| -
|
| -1 VERSIONINFO
|
| - FILEVERSION CHROME_VERSION
|
| - PRODUCTVERSION CHROME_VERSION
|
| - FILEFLAGSMASK 0x17L
|
| -#ifdef _DEBUG
|
| - FILEFLAGS 0x1L
|
| -#else
|
| - FILEFLAGS 0x0L
|
| -#endif
|
| - FILEOS 0x4L
|
| - FILETYPE 0x1L
|
| - FILESUBTYPE 0x0L
|
| -BEGIN
|
| - BLOCK "StringFileInfo"
|
| - BEGIN
|
| - BLOCK "040904b0"
|
| - BEGIN
|
| - VALUE "CompanyName", "Google, Inc."
|
| - VALUE "FileDescription", "Google Cloud Printer"
|
| - VALUE "FileVersion", CHROME_VERSION_STRING
|
| - VALUE "InternalName", "Google Cloud Printer"
|
| - VALUE "ProductName", "Google Cloud Printer"
|
| - VALUE "ProductVersion", CHROME_VERSION_STRING
|
| - VALUE "LegalCopyright", "Copyright (c) 2012 The Chromium Authors. All rights reserved."
|
| - END
|
| - END
|
| - BLOCK "VarFileInfo"
|
| - BEGIN
|
| - VALUE "Translation", 0x409, 1200
|
| - END
|
| -END
|
|
|