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

Unified Diff: webkit/build/WebCore/SConscript

Issue 8746: Linux fixes for the WebKit merge. (Closed)
Patch Set: Created 12 years, 2 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 | « webkit/build/V8Bindings/SConscript ('k') | webkit/build/port/SConscript » ('j') | no next file with comments »
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 e592c47792be0684eabe2430a013f853d97230b8..17f771ddcb3f3e7f07ab787f2d7e25e0c2a85129 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.
« no previous file with comments | « webkit/build/V8Bindings/SConscript ('k') | webkit/build/port/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698