summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build/win/flattened_html_file.rules
blob: 8cc33ba08c3cab447ef40398c290326caf6b5099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
	Name="Flattened HTML Resource"
	Version="8.00"
	>
	<Rules>
		<CustomBuildRule
			Name="Flattened HTML Resource"
			DisplayName="Flattened HTML Resource"
			CommandLine="$(SolutionDir)\tools\build\win\flattened_html_file.bat $(InputPath) &quot;$(SolutionDir)&quot; &quot;$(IntDir)\$(InputName)_flat.html&quot;"
			Outputs="$(IntDir)\$(InputName)_flat.html"
			AdditionalDependencies="$(SolutionDir)\tools\build\win\flattened_html_file.bat"
			FileExtensions="*.html"
			ExecutionDescription="Generating resources..."
			>
			<Properties>
			</Properties>
		</CustomBuildRule>
	</Rules>
</VisualStudioToolFile>