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

Unified Diff: tools/win/copy-installer.bat

Issue 10825342: Do not compress chrome.7z into chrome.packed.7z for developer (component) builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
Index: tools/win/copy-installer.bat
diff --git a/tools/win/copy-installer.bat b/tools/win/copy-installer.bat
index 0e563de5e1869bccb4340ef95dd9184a38c6a2da..d231f61a67c5c87a5a51c1f75087b28d70426f5b 100755
--- a/tools/win/copy-installer.bat
+++ b/tools/win/copy-installer.bat
@@ -9,7 +9,7 @@ REM into the directory \[out|build]\[Debug|Release] on the current drive.
REM
REM Usage:
REM \\build.share\<path_to_checkout>\src\tools\win\copy-installer.bat
-REM
+REM
REM By default, the script will copy the Debug build in the tree, falling back
REM to the Release build if one is not found. Similarly, the ninja output
REM directory is preferred over the devenv output directory. Specify
@@ -50,7 +50,7 @@ SET TO=\%OUTPUT%\%BUILDTYPE%
REM Figure out what files to copy based on the component type (shared/static).
IF EXIST "%FROM%\base.dll" (
-SET TOCOPY=*.pdb setup.exe setup.exe.manifest chrome.packed.7z *.dll
+SET TOCOPY=*.pdb setup.exe setup.exe.manifest chrome*.7z *.dll
robertshield 2012/08/14 16:45:28 Ideally this should copy chrome.packed.7z if it ex
gab 2012/08/14 19:15:37 Done.
SET INSTALLER=setup.exe
) ELSE (
SET TOCOPY=*.pdb mini_installer.exe

Powered by Google App Engine
This is Rietveld 408576698