summaryrefslogtreecommitdiffstats
path: root/webkit/build/WebCore/SConscript
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-29 15:13:13 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-29 15:13:13 +0000
commit4e60c8de62c93da72ff8bd7ee5f3c4d10df2af6b (patch)
tree4ec28a573cf3386fb294e68b70f5f69e8c58bd76 /webkit/build/WebCore/SConscript
parentdf2f172cf22679c379a4f30d141dba946eb750af (diff)
downloadchromium_src-4e60c8de62c93da72ff8bd7ee5f3c4d10df2af6b.zip
chromium_src-4e60c8de62c93da72ff8bd7ee5f3c4d10df2af6b.tar.gz
chromium_src-4e60c8de62c93da72ff8bd7ee5f3c4d10df2af6b.tar.bz2
Revert "Linux: use WebKit HEAD's gtk2drawing.c"
Dean pointed out that this is causing layout test failures. Review URL: http://codereview.chromium.org/19664 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8877 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/WebCore/SConscript')
-rw-r--r--webkit/build/WebCore/SConscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript
index c37fd25..553b45e 100644
--- a/webkit/build/WebCore/SConscript
+++ b/webkit/build/WebCore/SConscript
@@ -931,6 +931,7 @@ if env.Bit('linux'):
# Linux specific implementations.
input_files.extend([
'$WEBCORE_DIR/platform/chromium/FileSystemChromiumLinux.cpp',
+ '$WEBCORE_DIR/platform/chromium/gtk2drawing.c',
'$WEBCORE_DIR/platform/chromium/KeyCodeConversionGtk.cpp',
'$WEBCORE_DIR/platform/chromium/ScrollbarThemeChromiumLinux.cpp',
'$WEBCORE_DIR/platform/chromium/SoundChromiumPosix.cpp',
@@ -942,8 +943,6 @@ if env.Bit('linux'):
'$WEBCORE_DIR/platform/graphics/chromium/IconChromiumLinux.cpp',
'$WEBCORE_DIR/platform/graphics/chromium/SimpleFontDataLinux.cpp',
- '$WEBCORE_DIR/platform/gtk/gtk2drawing.c',
-
'$WEBCORE_DIR/rendering/RenderThemeChromiumGtk.cpp',
])
# Remove from the list files that haven't yet been made portable to Linux.