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

Unified Diff: chrome/installer/mini_installer/mini_installer.rc

Issue 8615002: Another attempt to land http://codereview.chromium.org/8589029. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Quote file names in RC file. Created 9 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
Index: chrome/installer/mini_installer/mini_installer.rc
diff --git a/chrome/installer/mini_installer/mini_installer.rc b/chrome/installer/mini_installer/mini_installer.rc
index 420dea9542f13e1fe6f24613fd52cef4c0ab5a53..fff6a53c69130651cafd844a76a5d0e882689d56 100644
--- a/chrome/installer/mini_installer/mini_installer.rc
+++ b/chrome/installer/mini_installer/mini_installer.rc
@@ -49,28 +49,7 @@ BEGIN
"#undef APSTUDIO_HIDDEN_SYMBOL\0"
END
-3 TEXTINCLUDE
-BEGIN
- "#include ""mini_installer_exe_version.rc""\r\0"
-END
-
#endif // APSTUDIO_INVOKED
-// This file lists the resources that are going to be packed with the exe.
-#include "packed_files.txt"
-
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
-
-
-
-#ifndef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 3 resource.
-//
-#include "mini_installer_exe_version.rc"
-
-/////////////////////////////////////////////////////////////////////////////
-#endif // not APSTUDIO_INVOKED
-

Powered by Google App Engine
This is Rietveld 408576698