Index: chrome/tools/build/win/release.rules |
diff --git a/chrome/tools/build/win/release.rules b/chrome/tools/build/win/release.rules |
index 21cdf142a71002bbcc1d0c4b291bb8661b8f9ddf..cd3212bfb5c8ffbb01d350661649e748cf62725e 100644 |
--- a/chrome/tools/build/win/release.rules |
+++ b/chrome/tools/build/win/release.rules |
@@ -7,7 +7,7 @@ |
<CustomBuildRule |
Name="Create Installer Archive" |
DisplayName="Create Installer Archive" |
- CommandLine="$(SolutionDir)..\third_party\python_24\python.exe $(SolutionDir)tools\build\win\create_installer_archive.py --output_dir="$(OutDir)" --input_file="$(InputPath)" --distribution=$(CHROMIUM_BUILD) [LastChromeInstaller] [SkipRebuildArchive] [SetupExeFormat] [DiffAlgorithm]" |
+ CommandLine="$(SolutionDir)..\third_party\python_24\python.exe $(SolutionDir)tools\build\win\create_installer_archive.py --output_dir="$(OutDir)" --input_file="$(InputPath)" --distribution=$(CHROMIUM_BUILD) --enable_hidpi=$(ENABLE_HIDPI) [LastChromeInstaller] [SkipRebuildArchive] [SetupExeFormat] [DiffAlgorithm]" |
Outputs="$(OutDir)/$(InputName).7z;$(OutDir)/$(InputName).packed.7z;$(OutDir)/setup.ex_;$(OutDir)/packed_files.txt;" |
AdditionalDependencies="$(SolutionDir)\tools\build\win\create_installer_archive.py;$(OutDir)\chrome.exe;$(OutDir)\crash_reporter.exe;$(OutDir)\chrome.dll;$(OutDir)\locales\en-US.dll;$(OutDir)\icudt38.dll" |
FileExtensions="*.release" |