Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1855)

Unified Diff: content/content_renderer.gypi

Issue 9968097: Browser Plugin: Renderer-side changes (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Make RefCounted<GuestToEmbedderChannel> a friend Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/browser_plugin_messages.h ('k') | content/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 04babf23fb6920cfee7792464f4784fc3b874fb5..0d67650261826b684a334c5d5defe7f59bb3c6a4 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -153,10 +153,18 @@
'renderer/pepper/pepper_proxy_channel_delegate_impl.h',
'renderer/plugin_channel_host.cc',
'renderer/plugin_channel_host.h',
+ 'renderer/browser_plugin/browser_plugin.cc',
+ 'renderer/browser_plugin/browser_plugin.h',
+ 'renderer/browser_plugin/browser_plugin_channel_manager.cc',
+ 'renderer/browser_plugin/browser_plugin_channel_manager.h',
'renderer/browser_plugin/browser_plugin_constants.cc',
'renderer/browser_plugin/browser_plugin_constants.h',
- 'renderer/browser_plugin/browser_plugin_placeholder.cc',
- 'renderer/browser_plugin/browser_plugin_placeholder.h',
+ 'renderer/browser_plugin/browser_plugin_registry.cc',
+ 'renderer/browser_plugin/browser_plugin_registry.h',
+ 'renderer/browser_plugin/browser_plugin_var_serialization_rules.cc',
+ 'renderer/browser_plugin/browser_plugin_var_serialization_rules.h',
+ 'renderer/browser_plugin/guest_to_embedder_channel.cc',
+ 'renderer/browser_plugin/guest_to_embedder_channel.h',
'renderer/render_process.h',
'renderer/render_process_impl.cc',
'renderer/render_process_impl.h',
« no previous file with comments | « content/common/browser_plugin_messages.h ('k') | content/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698