diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-17 17:30:19 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-17 17:30:19 +0000 |
commit | 9b9877d2952882560e37205edf33ad460a7efa91 (patch) | |
tree | 452db327f3b534b65d8d8260213094c5d9e6d00d /webkit/tools/test_shell/test_shell_tests.vcproj | |
parent | b6f2b91367ba6ed9ebb305233d4e786c1c748e45 (diff) | |
download | chromium_src-9b9877d2952882560e37205edf33ad460a7efa91.zip chromium_src-9b9877d2952882560e37205edf33ad460a7efa91.tar.gz chromium_src-9b9877d2952882560e37205edf33ad460a7efa91.tar.bz2 |
Debase our Uniscribe code. This moves FontUtils and all our Uniscribe code from
base/gfx to webkit/port/platform/graphics. I fixed the indenting and naming of
the moved code.
Review URL: http://codereview.chromium.org/10785
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell_tests.vcproj')
-rw-r--r-- | webkit/tools/test_shell/test_shell_tests.vcproj | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/webkit/tools/test_shell/test_shell_tests.vcproj b/webkit/tools/test_shell/test_shell_tests.vcproj index a8f8d00..c21ea63 100644 --- a/webkit/tools/test_shell/test_shell_tests.vcproj +++ b/webkit/tools/test_shell/test_shell_tests.vcproj @@ -219,10 +219,6 @@ > </File> <File - RelativePath=".\test_shell_win.cc" - > - </File> - <File RelativePath=".\resources\test_shell.ico" > </File> @@ -255,6 +251,10 @@ > </File> <File + RelativePath=".\test_shell_win.cc" + > + </File> + <File RelativePath=".\test_webview_delegate.cc" > </File> @@ -383,6 +383,10 @@ > </File> <File + RelativePath="..\..\port\platform\graphics\UniscribeHelper_unittest.cpp" + > + </File> + <File RelativePath="..\..\glue\webframe_unittest.cc" > </File> |