OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <VisualStudioToolFile | 2 <VisualStudioToolFile |
3 Name="installer archive" | 3 Name="installer archive" |
4 Version="8.00" | 4 Version="8.00" |
5 > | 5 > |
6 <Rules> | 6 <Rules> |
7 <CustomBuildRule | 7 <CustomBuildRule |
8 Name="Create Installer Archive" | 8 Name="Create Installer Archive" |
9 DisplayName="Create Installer Archive" | 9 DisplayName="Create Installer Archive" |
10 » » » CommandLine="$(SolutionDir)..\third_party\python_24\pyth
on.exe $(SolutionDir)tools\build\win\create_installer_archive.py --output_dir=&q
uot;$(OutDir)" --input_file="$(InputPath)" --distribution=$(CHROM
IUM_BUILD) --enable_hidpi=$(ENABLE_HIDPI) [LastChromeInstaller] [SkipRebuildArch
ive] [SetupExeFormat] [DiffAlgorithm]" | 10 » » » CommandLine="$(SolutionDir)..\third_party\python_24\pyth
on.exe $(SolutionDir)tools\build\win\create_installer_archive.py --output_dir=&q
uot;$(OutDir)" --input_file="$(InputPath)" --distribution=$(CHROM
IUM_BUILD) --enable_hidpi=$(ENABLE_HIDPI) --enable_metro=$(ENABLE_METRO) [LastCh
romeInstaller] [SkipRebuildArchive] [SetupExeFormat] [DiffAlgorithm]" |
11 Outputs="$(OutDir)/$(InputName).7z;$(OutDir)/$(InputName
).packed.7z;$(OutDir)/setup.ex_;$(OutDir)/packed_files.txt;" | 11 Outputs="$(OutDir)/$(InputName).7z;$(OutDir)/$(InputName
).packed.7z;$(OutDir)/setup.ex_;$(OutDir)/packed_files.txt;" |
12 AdditionalDependencies="$(SolutionDir)\tools\build\win\c
reate_installer_archive.py;$(OutDir)\chrome.exe;$(OutDir)\crash_reporter.exe;$(O
utDir)\chrome.dll;$(OutDir)\locales\en-US.dll;$(OutDir)\icudt38.dll" | 12 AdditionalDependencies="$(SolutionDir)\tools\build\win\c
reate_installer_archive.py;$(OutDir)\chrome.exe;$(OutDir)\crash_reporter.exe;$(O
utDir)\chrome.dll;$(OutDir)\locales\en-US.dll;$(OutDir)\icudt38.dll" |
13 FileExtensions="*.release" | 13 FileExtensions="*.release" |
14 ExecutionDescription="create installer archive" | 14 ExecutionDescription="create installer archive" |
15 > | 15 > |
16 <Properties> | 16 <Properties> |
17 <StringProperty | 17 <StringProperty |
18 Name="LastChromeInstaller" | 18 Name="LastChromeInstaller" |
19 DisplayName="Last Chrome Installer Direc
tory" | 19 DisplayName="Last Chrome Installer Direc
tory" |
20 Description="Directory where old version
of installer is present (setup.exe and chrome.7z)" | 20 Description="Directory where old version
of installer is present (setup.exe and chrome.7z)" |
(...skipping 14 matching lines...) Expand all Loading... |
35 <StringProperty | 35 <StringProperty |
36 Name="DiffAlgorithm" | 36 Name="DiffAlgorithm" |
37 DisplayName="Differential Algorithm" | 37 DisplayName="Differential Algorithm" |
38 Description="Differential algorithm to u
se when generating differential patch. Possible values - {BSDIFF|COURGETTE}." | 38 Description="Differential algorithm to u
se when generating differential patch. Possible values - {BSDIFF|COURGETTE}." |
39 Switch="--diff_algorithm="[value]&q
uot;" | 39 Switch="--diff_algorithm="[value]&q
uot;" |
40 /> | 40 /> |
41 </Properties> | 41 </Properties> |
42 </CustomBuildRule> | 42 </CustomBuildRule> |
43 </Rules> | 43 </Rules> |
44 </VisualStudioToolFile> | 44 </VisualStudioToolFile> |
OLD | NEW |