diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 22:49:09 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 22:49:09 +0000 |
commit | e0f5b3f46cab6692287e40697339dc7ddbe03f04 (patch) | |
tree | a9ae057928934614681e854a5886c164fc4ebfdd /webkit | |
parent | ef038f229a742a7408ecaec1f56ea61e3bc38409 (diff) | |
download | chromium_src-e0f5b3f46cab6692287e40697339dc7ddbe03f04.zip chromium_src-e0f5b3f46cab6692287e40697339dc7ddbe03f04.tar.gz chromium_src-e0f5b3f46cab6692287e40697339dc7ddbe03f04.tar.bz2 |
Remove ThemeHelperChromiumWin
Review URL: http://codereview.chromium.org/27289
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/webkit.gyp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 4ba49cc..252779c 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -2094,8 +2094,6 @@ '../third_party/WebKit/WebCore/platform/graphics/chromium/PlatformIcon.h', '../third_party/WebKit/WebCore/platform/graphics/chromium/SimpleFontDataChromiumWin.cpp', '../third_party/WebKit/WebCore/platform/graphics/chromium/SimpleFontDataLinux.cpp', - '../third_party/WebKit/WebCore/platform/graphics/chromium/ThemeHelperChromiumWin.cpp', - '../third_party/WebKit/WebCore/platform/graphics/chromium/ThemeHelperChromiumWin.h', '../third_party/WebKit/WebCore/platform/graphics/chromium/TransparencyWin.cpp', '../third_party/WebKit/WebCore/platform/graphics/chromium/TransparencyWin.h', '../third_party/WebKit/WebCore/platform/graphics/chromium/UniscribeHelper.cpp', @@ -2591,7 +2589,7 @@ '../third_party/WebKit/WebCore/platform/network/soup/ResourceRequest.h', '../third_party/WebKit/WebCore/platform/network/soup/ResourceResponse.h', '../third_party/WebKit/WebCore/platform/network/soup/webkit-soup-auth-dialog.c', - 'third_party/WebKit/WebCore/platform/network/soup/webkit-soup-auth-dialog.h', + '../third_party/WebKit/WebCore/platform/network/soup/webkit-soup-auth-dialog.h', '../third_party/WebKit/WebCore/platform/network/win/CookieJarCFNetWin.cpp', '../third_party/WebKit/WebCore/platform/network/win/CookieJarWin.cpp', '../third_party/WebKit/WebCore/platform/network/win/CookieStorageWin.cpp', |