diff options
author | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-15 22:41:14 +0000 |
---|---|---|
committer | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-15 22:41:14 +0000 |
commit | bfbafe26d2d97f378da686f2a64016ac25562c16 (patch) | |
tree | a37dcc83f0f77ef2b807af872127f6f9177d55d4 /webkit/SConscript.port | |
parent | 8e4a1193a43e4ae7180a630b756e2dc328015693 (diff) | |
download | chromium_src-bfbafe26d2d97f378da686f2a64016ac25562c16.zip chromium_src-bfbafe26d2d97f378da686f2a64016ac25562c16.tar.gz chromium_src-bfbafe26d2d97f378da686f2a64016ac25562c16.tar.bz2 |
Fix Linux build.
Review URL: http://codereview.chromium.org/7425
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3432 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript.port')
-rw-r--r-- | webkit/SConscript.port | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port index 5c81d39..0fd7279 100644 --- a/webkit/SConscript.port +++ b/webkit/SConscript.port @@ -120,6 +120,12 @@ if env['PLATFORM'] in ('posix', 'darwin'): # to Mac and Linux. remove_files = [ '$PORT_DIR/bridge/chromium/PluginsChromium.cpp', + '$PORT_DIR/platform/network/chromium/NetworkStateNotifierChromium.cpp', + '$PORT_DIR/page/chromium/AccessibilityObjectChromium.cpp', + '$PORT_DIR/page/chromium/AXObjectCacheChromium.cpp', + '$PORT_DIR/page/chromium/DragControllerChromium.cpp', + '$PORT_DIR/page/chromium/EventHandlerChromium.cpp', + '$PORT_DIR/page/chromium/FrameChromium.cpp', '$PORT_DIR/platform/chromium/ContextMenuItemChromium.cpp', '$PORT_DIR/platform/chromium/ContextMenuChromium.cpp', '$PORT_DIR/platform/chromium/CursorChromium.cpp', @@ -195,7 +201,7 @@ if env.get('KJS'): ]) else: input_files.extend([ - '$PORT_DIR/bridge/ScriptControllerV8.cpp', + '$PORT_DIR/bindings/v8/ScriptController.cpp', '$PORT_DIR/bridge/ExceptionContextV8.cpp', ]) |