summaryrefslogtreecommitdiffstats
path: root/webkit/SConscript.port
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-24 23:13:00 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-24 23:13:00 +0000
commit2db037be98a1059dc42f2cf45056944300fbe361 (patch)
tree048ef1ddaa8d6c39e192d56805b34d552a0c5612 /webkit/SConscript.port
parentc690a1841132bc82bceda221c30c9526ec7527bf (diff)
downloadchromium_src-2db037be98a1059dc42f2cf45056944300fbe361.zip
chromium_src-2db037be98a1059dc42f2cf45056944300fbe361.tar.gz
chromium_src-2db037be98a1059dc42f2cf45056944300fbe361.tar.bz2
More stubbing out. With this and the rest of Linux pending, test_shell links.
There doesn't appear to be a WebKit PLATFORM macro for LINUX and, since we're in the middle of a merge, adding one isn't a great idea either. So I'm using __linux__ here. Also, several the stubs were very temporary and since stubbing them required getting their headers to work as well I just aliased them away. Review URL: http://codereview.chromium.org/8131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript.port')
-rw-r--r--webkit/SConscript.port3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port
index 3af7859..262960c 100644
--- a/webkit/SConscript.port
+++ b/webkit/SConscript.port
@@ -125,6 +125,9 @@ if env['PLATFORM'] == 'posix':
# Linux specific implementations
input_files.extend([
'$PORT_DIR/platform/chromium/ScreenLinux.cpp',
+ '$PORT_DIR/platform/chromium/EditorLinux.cpp',
+ '$PORT_DIR/platform/chromium/IconLinux.cpp',
+ '$PORT_DIR/platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp',
'$PORT_DIR/platform/chromium/PasteboardLinux.cpp',
])