summaryrefslogtreecommitdiffstats
path: root/webkit/build/WebCore
diff options
context:
space:
mode:
authorevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-30 20:31:45 +0000
committerevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-30 20:31:45 +0000
commita1054ccdc3b6ecff66ceef2ecfe3798c6ddfa25f (patch)
treee4c6f82083edf4504031ab1c3ee81cf2ed67616f /webkit/build/WebCore
parent712fb2bb58859b16e5ace6845afad9d58851533b (diff)
downloadchromium_src-a1054ccdc3b6ecff66ceef2ecfe3798c6ddfa25f.zip
chromium_src-a1054ccdc3b6ecff66ceef2ecfe3798c6ddfa25f.tar.gz
chromium_src-a1054ccdc3b6ecff66ceef2ecfe3798c6ddfa25f.tar.bz2
Linux fixes for the WebKit merge.
Review URL: http://codereview.chromium.org/8746 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4229 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/WebCore')
-rw-r--r--webkit/build/WebCore/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript
index e592c47..17f771d 100644
--- a/webkit/build/WebCore/SConscript
+++ b/webkit/build/WebCore/SConscript
@@ -345,6 +345,7 @@ input_files = [
'$WEBCORE_DIR/loader/archive/ArchiveResourceCollection.cpp',
'$WEBCORE_DIR/page/AccessibilityImageMapLink.cpp',
+ '$WEBCORE_DIR/page/AccessibilityList.cpp',
'$WEBCORE_DIR/page/AccessibilityListBox.cpp',
'$WEBCORE_DIR/page/AccessibilityListBoxOption.cpp',
'$WEBCORE_DIR/page/AccessibilityObject.cpp',
@@ -481,6 +482,7 @@ input_files = [
'$WEBCORE_DIR/rendering/InlineFlowBox.cpp',
'$WEBCORE_DIR/rendering/InlineTextBox.cpp',
'$WEBCORE_DIR/rendering/LayoutState.cpp',
+ '$WEBCORE_DIR/rendering/Length.cpp',
'$WEBCORE_DIR/rendering/ListMarkerBox.cpp',
'$WEBCORE_DIR/rendering/MediaControlElements.cpp',
'$WEBCORE_DIR/rendering/PointerEventsHitRules.cpp',
@@ -789,6 +791,7 @@ if env['PLATFORM'] in ('darwin'):
if env['PLATFORM'] == 'posix':
input_files.extend([
'$WEBCORE_DIR/platform/posix/FileSystemPOSIX.cpp',
+ '$WEBCORE_DIR/platform/gtk/ScrollbarThemeGtk.cpp',
])
# Windows specific files.