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

Unified Diff: content/content_renderer.gypi

Issue 9609008: Implemented Browser Plugin (NOT FOR REVIEW) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updated according to creis@'s comments 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/content_browser.gypi ('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 4896ed90c8eb227f5b589cceda6e2809dcb8eb4d..b8e86de9dd4a05c68e2fa72a8fcdb9a60415e1f6 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/content_browser.gypi ('k') | content/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698