diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 18:22:27 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 18:22:27 +0000 |
commit | 124261e8e09608110c41d88f01c65f23606c8274 (patch) | |
tree | e3455b62aaca9b6298a2f1664d58ae376023261c /webkit/SConscript.port | |
parent | 88d34281085bddbca159a2ee73226fecbfdbcead (diff) | |
download | chromium_src-124261e8e09608110c41d88f01c65f23606c8274.zip chromium_src-124261e8e09608110c41d88f01c65f23606c8274.tar.gz chromium_src-124261e8e09608110c41d88f01c65f23606c8274.tar.bz2 |
Move port/page/chromium to WebCore/page/chromium, Win and Linux build
R=darin
Review URL: http://codereview.chromium.org/16802
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7420 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript.port')
-rw-r--r-- | webkit/SConscript.port | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port index 4312f96..9fd227d 100644 --- a/webkit/SConscript.port +++ b/webkit/SConscript.port @@ -28,11 +28,6 @@ input_files = [ '$PORT_DIR/bridge/chromium/PluginsChromium.cpp',
'$PORT_DIR/page/Location.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/image-decoders/bmp/BMPImageDecoder.cpp',
'$PORT_DIR/platform/image-decoders/bmp/BMPImageReader.cpp',
@@ -51,13 +46,6 @@ if env.Bit('mac'): '$PORT_DIR/rendering/RenderThemeMac.mm',
])
- # Remove from the list files that haven't yet been made portable to Mac.
- to_be_ported_files = [
- '$PORT_DIR/page/chromium/AXObjectCacheChromium.cpp',
- '$PORT_DIR/page/chromium/EventHandlerChromium.cpp',
- ]
- input_files = list(set(input_files) - set(to_be_ported_files))
-
if env.get('KJS'):
input_files.extend([
'$PORT_DIR/bridge/KJSBridge.cpp',
|