Remove unreferenced .rules files.
BUG=none TEST=none Review URL: http://codereview.chromium.org/160285 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21918 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
chrome/tools/build/win
gears
webkit
@ -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>
|
@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<VisualStudioToolFile
|
||||
Name="Inspector file copy"
|
||||
Version="8.00"
|
||||
>
|
||||
<Rules>
|
||||
<CustomBuildRule
|
||||
Name="Inspector file copy"
|
||||
CommandLine="xcopy /Y /D /Q $(InputPath) $(OutDir)\Resources\Inspector\"
|
||||
Outputs="$(OutDir)\Resources\Inspector\$(InputFileName)"
|
||||
FileExtensions="*.html;*.js;*.gif;*.css"
|
||||
ExecutionDescription="Copying resource file..."
|
||||
>
|
||||
<Properties>
|
||||
</Properties>
|
||||
</CustomBuildRule>
|
||||
<CustomBuildRule
|
||||
Name="Inspector image file copy"
|
||||
CommandLine="xcopy /Y /D /Q $(InputPath) $(OutDir)\Resources\Inspector\Images\"
|
||||
Outputs="$(OutDir)\Resources\Inspector\Images\$(InputFileName)"
|
||||
FileExtensions="*.png"
|
||||
ExecutionDescription="Copying resource file..."
|
||||
>
|
||||
<Properties>
|
||||
</Properties>
|
||||
</CustomBuildRule>
|
||||
</Rules>
|
||||
</VisualStudioToolFile>
|
@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<VisualStudioToolFile
|
||||
Name="Resource text file copy"
|
||||
Version="8.00"
|
||||
>
|
||||
<Rules>
|
||||
<CustomBuildRule
|
||||
Name="Resource text file copy"
|
||||
CommandLine="xcopy /Y /D /Q $(InputPath) $(OutDir)\resources"
|
||||
Outputs="$(OutDir)\Resources\$(InputFileName)"
|
||||
FileExtensions="*.html;*.js;*.gif"
|
||||
ExecutionDescription="Copying resource file..."
|
||||
>
|
||||
<Properties>
|
||||
</Properties>
|
||||
</CustomBuildRule>
|
||||
</Rules>
|
||||
</VisualStudioToolFile>
|
@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<VisualStudioToolFile
|
||||
Name="Output Gears copy"
|
||||
Version="8.00"
|
||||
>
|
||||
<Rules>
|
||||
<CustomBuildRule
|
||||
Name="Output Gears copy"
|
||||
CommandLine="xcopy /R /C /Y $(InputPath) $(OutDir)"
|
||||
Outputs="$(OutDir)\$(InputFileName)"
|
||||
FileExtensions="*.dll;*.pdb"
|
||||
>
|
||||
<Properties>
|
||||
</Properties>
|
||||
</CustomBuildRule>
|
||||
</Rules>
|
||||
</VisualStudioToolFile>
|
@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<VisualStudioToolFile
|
||||
Name="Inspector file copy"
|
||||
Version="8.00"
|
||||
>
|
||||
<Rules>
|
||||
<CustomBuildRule
|
||||
Name="Inspector file copy"
|
||||
CommandLine="xcopy /Y /D $(InputPath) $(OutDir)\Resources\Inspector\"
|
||||
Outputs="$(OutDir)\Resources\Inspector\$(InputFileName)"
|
||||
FileExtensions="*.html;*.js;*.gif;*.css"
|
||||
ExecutionDescription="Copying resource file..."
|
||||
>
|
||||
<Properties>
|
||||
</Properties>
|
||||
</CustomBuildRule>
|
||||
<CustomBuildRule
|
||||
Name="Inspector image file copy"
|
||||
CommandLine="xcopy /Y /D $(InputPath) $(OutDir)\Resources\Inspector\Images\"
|
||||
Outputs="$(OutDir)\Resources\Inspector\Images\$(InputFileName)"
|
||||
FileExtensions="*.png"
|
||||
ExecutionDescription="Copying resource file..."
|
||||
>
|
||||
<Properties>
|
||||
</Properties>
|
||||
</CustomBuildRule>
|
||||
</Rules>
|
||||
</VisualStudioToolFile>
|
@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<VisualStudioToolFile
|
||||
Name="WebKit Version"
|
||||
Version="8.00"
|
||||
>
|
||||
<Rules>
|
||||
<CustomBuildRule
|
||||
Name="WebKitVersion"
|
||||
DisplayName="WebKit Version"
|
||||
CommandLine="$(SolutionDir)/../third_party/python_24/python.exe $(SolutionDir)/../webkit/build/webkit_version.py "$(InputPath)" "$(IntDir)/../WebCore/""
|
||||
Outputs="$(IntDir)/../WebCore/webkit_version.h"
|
||||
FileExtensions="*.xcconfig"
|
||||
ExecutionDescription="Generating webkit_version.h"
|
||||
>
|
||||
<Properties>
|
||||
</Properties>
|
||||
</CustomBuildRule>
|
||||
</Rules>
|
||||
</VisualStudioToolFile>
|
@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<VisualStudioToolFile
|
||||
Name="devtools file copy"
|
||||
Version="8.00"
|
||||
>
|
||||
<Rules>
|
||||
<CustomBuildRule
|
||||
Name="devtools file copy"
|
||||
CommandLine="xcopy /Y /D $(InputPath) $(OutDir)\Resources\Inspector\"
|
||||
Outputs="$(OutDir)\Resources\Inspector\$(InputFileName)"
|
||||
FileExtensions="*.html;*.js"
|
||||
ExecutionDescription="Copying resource file..."
|
||||
>
|
||||
<Properties>
|
||||
</Properties>
|
||||
</CustomBuildRule>
|
||||
</Rules>
|
||||
</VisualStudioToolFile>
|
Reference in New Issue
Block a user