Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: webkit/build/WebCore/SConscript

Issue 18053: Linux: use WebKit HEAD's gtk2drawing.c (Closed)
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/tools/test_shell/test_shell_gtk.cc » ('j') | webkit/tools/test_shell/test_shell_gtk.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | webkit/tools/test_shell/test_shell_gtk.cc » ('j') | webkit/tools/test_shell/test_shell_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698