diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-18 07:03:07 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-18 07:03:07 +0000 |
commit | d61cdc0177d95917a6fc37aabb4b33a27396e527 (patch) | |
tree | b8ebe03f15211e040155cb8e0c57dd5e50f55564 /webkit/SConscript.port | |
parent | 69a613f3a95c188524ac8e590fb45396b047c9ee (diff) | |
download | chromium_src-d61cdc0177d95917a6fc37aabb4b33a27396e527.zip chromium_src-d61cdc0177d95917a6fc37aabb4b33a27396e527.tar.gz chromium_src-d61cdc0177d95917a6fc37aabb4b33a27396e527.tar.bz2 |
linux compile fixes
patch by icefox (Torchmobile) at http://codereview.chromium.org/7488
Review URL: http://codereview.chromium.org/7658
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3598 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript.port')
-rw-r--r-- | webkit/SConscript.port | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port index eed7c8f..5e79476 100644 --- a/webkit/SConscript.port +++ b/webkit/SConscript.port @@ -118,11 +118,8 @@ if env['PLATFORM'] in ('posix', 'darwin'): # Remove from the list files that haven't yet been made portable # to Mac and Linux. remove_files = [ - '$PORT_DIR/platform/network/chromium/NetworkStateNotifierChromium.cpp', '$PORT_DIR/page/chromium/AXObjectCacheChromium.cpp', - '$PORT_DIR/page/chromium/DragControllerChromium.cpp', '$PORT_DIR/page/chromium/EventHandlerChromium.cpp', - '$PORT_DIR/platform/chromium/ContextMenuItemChromium.cpp', '$PORT_DIR/platform/chromium/CursorChromium.cpp', '$PORT_DIR/platform/chromium/DragDataChromium.cpp', '$PORT_DIR/platform/chromium/PlatformScrollBarChromium.cpp', |