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

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 19800003: Output mini_installer_exe_version.rc to PRODUCT_DIR (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 5 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/installer/mini_installer.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/FILES.cfg
===================================================================
--- chrome/tools/build/win/FILES.cfg (revision 212900)
+++ chrome/tools/build/win/FILES.cfg (working copy)
@@ -627,12 +627,9 @@
'archive': 'chrome.packed.7z',
},
{
- 'filename': 'obj/mini_installer/mini_installer_exe_version.rc',
+ 'filename': 'mini_installer_exe_version.rc',
'buildtype': ['official'],
'archive': 'mini_installer_exe_version.rc',
- # Force direct archiving since the default is to archive with path, so
- # we're "renaming" it by putting it in the root directory.
- 'direct_archive': 1,
},
{
'filename': 'courgette.exe',
« no previous file with comments | « chrome/installer/mini_installer.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698