From 5531c25bf144183612d4bf9f6746a7a682eb7904 Mon Sep 17 00:00:00 2001 From: "dglazkov@google.com" Date: Mon, 22 Dec 2008 19:37:34 +0000 Subject: Move port/plugins/chromium to WebCore/plugins Review URL: http://codereview.chromium.org/16421 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7363 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- webkit/SConscript.port | 2 - webkit/build/WebCore/SConscript | 2 + webkit/build/WebCore/WebCore.vcproj | 12 ++++++ webkit/build/port/port.vcproj | 12 ------ .../port/plugins/chromium/PluginDataChromium.cpp | 49 ---------------------- webkit/webkit.xcodeproj/project.pbxproj | 11 ++--- 7 files changed, 21 insertions(+), 69 deletions(-) delete mode 100644 webkit/port/plugins/chromium/PluginDataChromium.cpp diff --git a/DEPS b/DEPS index b5c6941..aa2773e 100644 --- a/DEPS +++ b/DEPS @@ -12,7 +12,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@63", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@7358", + "/trunk/deps/third_party/WebKit@7362", "src/third_party/icu38": "/trunk/deps/third_party/icu38@7121", diff --git a/webkit/SConscript.port b/webkit/SConscript.port index c404384..86a0e32 100644 --- a/webkit/SConscript.port +++ b/webkit/SConscript.port @@ -96,8 +96,6 @@ input_files = [ '$PORT_DIR/platform/network/chromium/CookieJarChromium.cpp', '$PORT_DIR/platform/network/chromium/DNSChromium.cpp', '$PORT_DIR/platform/network/chromium/NetworkStateNotifierChromium.cpp', - - '$PORT_DIR/plugins/chromium/PluginDataChromium.cpp', ] if env.Bit('windows'): diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 9889946..ab3abce 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -503,6 +503,8 @@ input_files = [ '$WEBCORE_DIR/plugins/PluginArray.cpp', '$WEBCORE_DIR/plugins/PluginData.cpp', + '$WEBCORE_DIR/plugins/chromium/PluginDataChromium.cpp', + '$WEBCORE_DIR/rendering/AutoTableLayout.cpp', '$WEBCORE_DIR/rendering/bidi.cpp', '$WEBCORE_DIR/rendering/break_lines.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 3dcf2ff..6b9303a 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -6793,6 +6793,18 @@ RelativePath="..\..\..\third_party\WebKit\WebCore\plugins\PluginStream.h" > + + + + + + - - - - - -