diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-27 23:14:29 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-27 23:14:29 +0000 |
commit | ef91a9b983a30a05668ef5ba3c4f26605ae6b467 (patch) | |
tree | 8b718964a88a4b92901e412b4f53341fd2087815 | |
parent | 42756b2411374830db75fb707840b5db187f4946 (diff) | |
download | chromium_src-ef91a9b983a30a05668ef5ba3c4f26605ae6b467.zip chromium_src-ef91a9b983a30a05668ef5ba3c4f26605ae6b467.tar.gz chromium_src-ef91a9b983a30a05668ef5ba3c4f26605ae6b467.tar.bz2 |
[1 of 3] Get rid of test_shell/resources/fonts/*
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1472 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/build/font_file_copy.rules | 19 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_shell.vcproj | 25 |
2 files changed, 0 insertions, 44 deletions
diff --git a/webkit/build/font_file_copy.rules b/webkit/build/font_file_copy.rules deleted file mode 100644 index 0a526d5..0000000 --- a/webkit/build/font_file_copy.rules +++ /dev/null @@ -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 /F $(InputPath) $(OutDir)\fonts" - Outputs="$(OutDir)\fonts\$(InputFileName)" - FileExtensions="*.ttf;*.afm;*.txt" - ExecutionDescription="Copying font file..." - > - <Properties> - </Properties> - </CustomBuildRule> - </Rules> -</VisualStudioToolFile> diff --git a/webkit/tools/test_shell/test_shell.vcproj b/webkit/tools/test_shell/test_shell.vcproj index 03544c7..dc73ba4 100644 --- a/webkit/tools/test_shell/test_shell.vcproj +++ b/webkit/tools/test_shell/test_shell.vcproj @@ -12,11 +12,6 @@ Name="Win32" /> </Platforms> - <ToolFiles> - <ToolFile - RelativePath="..\..\build\font_file_copy.rules" - /> - </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" @@ -154,22 +149,6 @@ Name="resources" > <File - RelativePath=".\resources\fonts\ahem-fallback.txt" - > - </File> - <File - RelativePath=".\resources\fonts\comic_sans_ms-fallback.txt" - > - </File> - <File - RelativePath=".\resources\fonts\courier-fallback.txt" - > - </File> - <File - RelativePath=".\resources\fonts\lucida_grande-fallback.txt" - > - </File> - <File RelativePath="..\..\..\net\base\net_resources.rc" > </File> @@ -190,10 +169,6 @@ > </File> <File - RelativePath=".\resources\fonts\times-fallback.txt" - > - </File> - <File RelativePath="$(IntDir)\..\localized_strings\webkit_strings_en-US.rc" > </File> |