| Index: chrome/tools/build/win/font_file_copy.rules
|
| ===================================================================
|
| --- chrome/tools/build/win/font_file_copy.rules (revision 21854)
|
| +++ chrome/tools/build/win/font_file_copy.rules (working copy)
|
| @@ -1,19 +0,0 @@
|
| -<?xml version="1.0" encoding="utf-8"?>
|
| -<VisualStudioToolFile
|
| - Name="Font file copy"
|
| - Version="8.00"
|
| - >
|
| - <Rules>
|
| - <CustomBuildRule
|
| - Name="Font file copy"
|
| - DisplayName="Font file copy"
|
| - CommandLine="xcopy /Y /D /Q $(InputPath) $(OutDir)\fonts"
|
| - Outputs="$(OutDir)\fonts\$(InputFileName)"
|
| - FileExtensions="*.ttf;*.afm"
|
| - ExecutionDescription="Copying font file..."
|
| - >
|
| - <Properties>
|
| - </Properties>
|
| - </CustomBuildRule>
|
| - </Rules>
|
| -</VisualStudioToolFile>
|
|
|