summaryrefslogtreecommitdiffstats
path: root/content/content_plugin.gypi
diff options
context:
space:
mode:
authorsteveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-20 17:39:17 +0000
committersteveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-20 17:39:17 +0000
commitd3fd748b3cb77c39feb7a05bd0b0ee699847de90 (patch)
tree65fb7744c19be35530a970459732916112d4ad14 /content/content_plugin.gypi
parent855cb828e518efd40ac97d08107ad58d996698be (diff)
downloadchromium_src-d3fd748b3cb77c39feb7a05bd0b0ee699847de90.zip
chromium_src-d3fd748b3cb77c39feb7a05bd0b0ee699847de90.tar.gz
chromium_src-d3fd748b3cb77c39feb7a05bd0b0ee699847de90.tar.bz2
Move npobject_proxy, npobject_stub and npobject_util from content/plugin to content/common
Note that these classes still depend on PluginChannel and PluginThread, which live in content/plugin. This will be fixed in a later change. BUG=96703 Review URL: http://codereview.chromium.org/7979002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_plugin.gypi')
-rw-r--r--content/content_plugin.gypi6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi
index 969d3c0..4ef9ca2 100644
--- a/content/content_plugin.gypi
+++ b/content/content_plugin.gypi
@@ -16,12 +16,6 @@
# All .cc, .h, .m, and .mm files under plugins except for tests and
# mocks.
'plugin/content_plugin_client.h',
- 'plugin/npobject_proxy.cc',
- 'plugin/npobject_proxy.h',
- 'plugin/npobject_stub.cc',
- 'plugin/npobject_stub.h',
- 'plugin/npobject_util.cc',
- 'plugin/npobject_util.h',
'plugin/plugin_channel.cc',
'plugin/plugin_channel.h',
'plugin/plugin_interpose_util_mac.mm',