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

Side by Side Diff: chrome/tools/build/win/release.rules

Issue 10082020: Metro/HiDPI: Use metro resource pak in metro mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build Created 8 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/tools/build/win/create_installer_archive.py ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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)&quot; --input_file=&quot;$(InputPath)&quot; --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)&quot; --input_file=&quot;$(InputPath)&quot; --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
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=&quot;[value]&q uot;" 39 Switch="--diff_algorithm=&quot;[value]&q uot;"
40 /> 40 />
41 </Properties> 41 </Properties>
42 </CustomBuildRule> 42 </CustomBuildRule>
43 </Rules> 43 </Rules>
44 </VisualStudioToolFile> 44 </VisualStudioToolFile>
OLDNEW
« no previous file with comments | « chrome/tools/build/win/create_installer_archive.py ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698