summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-13 20:01:27 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-13 20:01:27 +0000
commit83249f2fd06764f2258442afa6dbbe9310ecd68b (patch)
tree069bea913d2a37dfb236999b783475820d1bde85
parenta860f0ce5d5e216b52c282f765d81278800c6325 (diff)
downloadchromium_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
-rw-r--r--DEPS2
-rw-r--r--webkit/build/WebCore/SConscript3
2 files changed, 3 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 04eba95..17e46c0 100644
--- a/DEPS
+++ b/DEPS
@@ -12,7 +12,7 @@ deps = {
"http://googletest.googlecode.com/svn/trunk@167",
"src/third_party/WebKit":
- "/trunk/deps/third_party/WebKit@7944",
+ "/trunk/deps/third_party/WebKit@7958",
"src/third_party/icu38":
"/trunk/deps/third_party/icu38@7525",
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 = [