diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-23 00:42:10 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-23 00:42:10 +0000 |
commit | ed1ac9fd00ef975b63c0e8940c1855da54198b05 (patch) | |
tree | 257f5bc5483c820ceb23dcd607707ab25074ba35 /webkit/SConscript.port | |
parent | 074c6fcfeb61f7d325eb7021f62738940d583c20 (diff) | |
download | chromium_src-ed1ac9fd00ef975b63c0e8940c1855da54198b05.zip chromium_src-ed1ac9fd00ef975b63c0e8940c1855da54198b05.tar.gz chromium_src-ed1ac9fd00ef975b63c0e8940c1855da54198b05.tar.bz2 |
Get DragDataChromium and AXObjectCache building on Linux. These are the last
two exceptions - we have patches pending for the rest.
Review URL: http://codereview.chromium.org/8086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript.port')
-rw-r--r-- | webkit/SConscript.port | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port index 290315c..2de18a2 100644 --- a/webkit/SConscript.port +++ b/webkit/SConscript.port @@ -117,8 +117,6 @@ input_files = [ if env['PLATFORM'] == 'posix': # Remove from the list files that haven't yet been made portable to Linux. remove_files = [ - '$PORT_DIR/page/chromium/AXObjectCacheChromium.cpp', - '$PORT_DIR/platform/chromium/DragDataChromium.cpp', '$PORT_DIR/platform/chromium/PlatformScrollBarChromium.cpp', '$PORT_DIR/platform/graphics/FontCustomPlatformData.cpp', ] |