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

Unified Diff: components/html_viewer/html_viewer_version.rc

Issue 1677293002: Bye bye Mandoline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 10 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 | « components/html_viewer/html_viewer_resources.grd ('k') | components/html_viewer/html_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/html_viewer_version.rc
diff --git a/components/html_viewer/html_viewer_version.rc b/components/html_viewer/html_viewer_version.rc
deleted file mode 100644
index 1626afa1a5514de36845987ab837114409325230..0000000000000000000000000000000000000000
--- a/components/html_viewer/html_viewer_version.rc
+++ /dev/null
@@ -1,46 +0,0 @@
-// Copyright 2015 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 <verrsrc.h>
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,0,0,0
- PRODUCTVERSION 1,0,0,0
- 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", "The Chromium Authors"
- VALUE "FileDescription", "Chromium"
- VALUE "FileVersion", "1.0.0.0"
- VALUE "InternalName", "html_viewer_dll"
- VALUE "LegalCopyright", "Copyright 2015 The Chromium Authors. All rights reserved."
- VALUE "OriginalFilename", "html_viewer.mojo"
- VALUE "ProductName", "Chromium"
- VALUE "ProductVersion", "1.0.0.0"
- VALUE "CompanyShortName", "The Chromium Authors"
- VALUE "ProductShortName", "Chromium"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1200
- END
-END
-
« no previous file with comments | « components/html_viewer/html_viewer_resources.grd ('k') | components/html_viewer/html_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698