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

Unified Diff: chrome/app/chrome_dll_version.rc.version

Issue 5360002: Use BRANDING for IE CEEE. Simplify chrome_dll_version handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove spurious '33' from .gyp file. Created 10 years, 1 month 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/app/chrome_dll_version.rc ('k') | chrome/app/theme/chromium/BRANDING » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_dll_version.rc.version
diff --git a/chrome/app/chrome_dll_version.rc.version b/chrome/app/chrome_dll_version.rc.version
deleted file mode 100644
index 7554088867d129463fbca93e0f4d918a85ff535e..0000000000000000000000000000000000000000
--- a/chrome/app/chrome_dll_version.rc.version
+++ /dev/null
@@ -1,41 +0,0 @@
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
- PRODUCTVERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
- 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", "@COMPANY_FULLNAME@"
- VALUE "FileDescription", "@PRODUCT_FULLNAME@"
- VALUE "FileVersion", "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
- VALUE "InternalName", "chrome_dll"
- VALUE "LegalCopyright", "@COPYRIGHT@"
- VALUE "OriginalFilename", "chrome.dll"
- 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, 1200
- END
-END
« no previous file with comments | « chrome/app/chrome_dll_version.rc ('k') | chrome/app/theme/chromium/BRANDING » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698