| Index: webkit/build/WebCore/SConscript
|
| diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript
|
| index d905cd45aee6d036fae69d98e280b679215027e1..f956470903edd71c869ff98cdd4cf839fb910ff8 100644
|
| --- a/webkit/build/WebCore/SConscript
|
| +++ b/webkit/build/WebCore/SConscript
|
| @@ -906,7 +906,6 @@ 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',
|
| @@ -918,6 +917,8 @@ 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.
|
|
|