diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-13 20:01:27 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-13 20:01:27 +0000 |
commit | 83249f2fd06764f2258442afa6dbbe9310ecd68b (patch) | |
tree | 069bea913d2a37dfb236999b783475820d1bde85 /webkit | |
parent | a860f0ce5d5e216b52c282f765d81278800c6325 (diff) | |
download | chromium_src-83249f2fd06764f2258442afa6dbbe9310ecd68b.zip chromium_src-83249f2fd06764f2258442afa6dbbe9310ecd68b.tar.gz chromium_src-83249f2fd06764f2258442afa6dbbe9310ecd68b.tar.bz2 |
webkit/ side of moving RenderThemeGtk.{h,cpp} into rendering/
R=dglazkov
Review URL: http://codereview.chromium.org/17391
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7959 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/build/WebCore/SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 8bb8a57..be7e4f0 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -909,7 +909,6 @@ if env.Bit('linux'): '$WEBCORE_DIR/platform/chromium/FileSystemChromiumLinux.cpp', '$WEBCORE_DIR/platform/chromium/gtk2drawing.c', '$WEBCORE_DIR/platform/chromium/KeyCodeConversionGtk.cpp', - '$WEBCORE_DIR/platform/chromium/RenderThemeGtk.cpp', '$WEBCORE_DIR/platform/chromium/ScrollbarThemeChromiumLinux.cpp', '$WEBCORE_DIR/platform/chromium/SoundChromiumPosix.cpp', @@ -919,6 +918,8 @@ if env.Bit('linux'): '$WEBCORE_DIR/platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp', '$WEBCORE_DIR/platform/graphics/chromium/IconChromiumLinux.cpp', '$WEBCORE_DIR/platform/graphics/chromium/SimpleFontDataLinux.cpp', + + '$WEBCORE_DIR/rendering/RenderThemeChromiumGtk.cpp', ]) # Remove from the list files that haven't yet been made portable to Linux. to_be_ported_files = [ |