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

Unified 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 side-by-side diff with in-line comments
Download patch
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
« 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