diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 22:25:59 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 22:25:59 +0000 |
commit | 3ccbdb9370f53c006b8d677ff90776df94da79a1 (patch) | |
tree | abac7727f520cf165fcc3bef57390c66005ad83e /webkit/SConscript.port | |
parent | 80b54ab8f2ba05912a28acaa311336a3728619f1 (diff) | |
download | chromium_src-3ccbdb9370f53c006b8d677ff90776df94da79a1.zip chromium_src-3ccbdb9370f53c006b8d677ff90776df94da79a1.tar.gz chromium_src-3ccbdb9370f53c006b8d677ff90776df94da79a1.tar.bz2 |
* Remove windows-ism from pasteboard code and move to using
ChromiumBridge for clipboard methods. Also did some cleanup
of lingering webkit_glue code in ClipboardChromium.
Review URL: http://codereview.chromium.org/10285
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5213 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript.port')
-rw-r--r-- | webkit/SConscript.port | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port index 312a713..adb199f 100644 --- a/webkit/SConscript.port +++ b/webkit/SConscript.port @@ -46,6 +46,7 @@ input_files = [ '$PORT_DIR/platform/chromium/ChromiumDataObject.cpp', '$PORT_DIR/platform/chromium/ClipboardChromium.cpp', + '$PORT_DIR/platform/chromium/ClipboardUtilitiesChromium.cpp', '$PORT_DIR/platform/chromium/ContextMenuChromium.cpp', '$PORT_DIR/platform/chromium/ContextMenuItemChromium.cpp', '$PORT_DIR/platform/chromium/CursorChromium.cpp', @@ -57,6 +58,7 @@ input_files = [ '$PORT_DIR/platform/chromium/FramelessScrollView.cpp', '$PORT_DIR/platform/chromium/Language.cpp', '$PORT_DIR/platform/chromium/MimeTypeRegistryChromium.cpp', + '$PORT_DIR/platform/chromium/PasteboardChromium.cpp', '$PORT_DIR/platform/chromium/PlatformKeyboardEventChromium.cpp', '$PORT_DIR/platform/chromium/PlatformScreenChromium.cpp', '$PORT_DIR/platform/chromium/PopupMenuChromium.cpp', @@ -125,7 +127,6 @@ if env['PLATFORM'] == 'posix': # Linux specific implementations input_files.extend([ '$PORT_DIR/platform/chromium/IconLinux.cpp', - '$PORT_DIR/platform/chromium/PasteboardLinux.cpp', '$PORT_DIR/platform/chromium/ScreenLinux.cpp', '$PORT_DIR/platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp', '$PORT_DIR/platform/graphics/skia/GdkSkia.cc', @@ -153,8 +154,6 @@ if env['PLATFORM'] == 'win32': '$PORT_DIR/platform/chromium/ScrollBarThemeChromiumWin.cpp', '$PORT_DIR/platform/UniscribeStateTextRun.cpp', '$PORT_DIR/platform/win/BString.cpp', - '$PORT_DIR/platform/win/ClipboardUtilitiesWin.cpp', - '$PORT_DIR/platform/win/PasteboardWin.cpp', '$PORT_DIR/platform/win/SoundWin.cpp', '$PORT_DIR/platform/graphics/FontCacheWin.cpp', '$PORT_DIR/platform/graphics/FontPlatformDataWin.cpp', @@ -186,10 +185,8 @@ if env['PLATFORM'] == 'darwin': '$PORT_DIR/page/WebCoreFrameBridge.mm', '$PORT_DIR/platform/GKURLMac.mm', '$PORT_DIR/platform/PluginStubsMac.cpp', - '$PORT_DIR/platform/mac/ClipboardMac.mm', '$PORT_DIR/platform/mac/DragDataMac.mm', '$PORT_DIR/platform/mac/IntRectMac.mm', - '$PORT_DIR/platform/mac/PasteboardMac.mm', '$PORT_DIR/platform/mac/ScrollViewMac.mm', '$PORT_DIR/platform/graphics/mac/FontCacheMacPending.cpp', '$PORT_DIR/rendering/RenderThemeMac.mm', |