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

Unified Diff: chrome_frame/chrome_frame_version.rc.version

Issue 126143005: Remove Chrome Frame code and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244038 Created 6 years, 11 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
« no previous file with comments | « chrome_frame/chrome_frame_unittest_main.cc ('k') | chrome_frame/chrome_launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_version.rc.version
diff --git a/chrome_frame/chrome_frame_version.rc.version b/chrome_frame/chrome_frame_version.rc.version
deleted file mode 100644
index 8cac5ebf5f7feb1650cd8e827c05f5e257cb5567..0000000000000000000000000000000000000000
--- a/chrome_frame/chrome_frame_version.rc.version
+++ /dev/null
@@ -1,49 +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.
-
-#ifdef APSTUDIO_INVOKED
-# error Don't open this in the GUI, it'll be massacred on save.
-#endif // APSTUDIO_INVOKED
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
-1 VERSIONINFO
- FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
- PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
- FILEFLAGSMASK 0x17L
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x4L
- FILETYPE @FILETYPE@
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904e4"
- BEGIN
- VALUE "CompanyName", "@COMPANY_FULLNAME@"
- VALUE "FileDescription", "@PRODUCT_DESCRIPTION@"
- VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
- VALUE "InternalName", "@INTERNAL_NAME@"
- VALUE "LegalCopyright", "@COPYRIGHT@"
- VALUE "OriginalFilename", "@ORIGINAL_FILENAME@"
- VALUE "ProductName", "@PRODUCT_FULLNAME@"
- VALUE "ProductVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
- VALUE "CompanyShortName", "@COMPANY_SHORTNAME@"
- VALUE "ProductShortName", "@PRODUCT_SHORTNAME@"
- VALUE "LastChange", "@LASTCHANGE@"
- VALUE "Official Build", "@OFFICIAL_BUILD@"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1252
- END
-END
« no previous file with comments | « chrome_frame/chrome_frame_unittest_main.cc ('k') | chrome_frame/chrome_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698