diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 00:11:31 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 00:11:31 +0000 |
commit | 0a35402454c1c2481d4c6dae6a272cd9f535abdb (patch) | |
tree | 7ad079cd5db536bc5dae553f42cf6ada8ac8d18b /webkit/tools/test_shell/test_shell_tests.vcproj | |
parent | eb12b71f9b3a5ea44b1b44abb1f245b803a05443 (diff) | |
download | chromium_src-0a35402454c1c2481d4c6dae6a272cd9f535abdb.zip chromium_src-0a35402454c1c2481d4c6dae6a272cd9f535abdb.tar.gz chromium_src-0a35402454c1c2481d4c6dae6a272cd9f535abdb.tar.bz2 |
Move some files from platform/graphics to platform/graphics/chromium.
Files that ended with Win.cpp now end with ChromiumWin.cpp.
I also cleaned up FontUtils[Chromium]Win.cpp so that it no longer depends on
base/ or STL.
R=brettw,jungshik
Review URL: http://codereview.chromium.org/13304
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6667 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_tests.vcproj b/webkit/tools/test_shell/test_shell_tests.vcproj index a9bd585..a2776ae 100644 --- a/webkit/tools/test_shell/test_shell_tests.vcproj +++ b/webkit/tools/test_shell/test_shell_tests.vcproj @@ -383,7 +383,7 @@ >
</File>
<File
- RelativePath="..\..\port\platform\graphics\UniscribeHelper_unittest.cpp"
+ RelativePath="..\..\port\platform\graphics\chromium\UniscribeHelper_unittest.cpp"
>
</File>
<File
|