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

Unified Diff: content/content_renderer.gypi

Issue 11826005: Browser Plugin: Implement BrowserPluginObserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with ToT Created 7 years, 10 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/public/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 523fa9c1d26e321c238afe8b47dbd1f6ac736d3a..d696cbde4b308e8b2dc9f13dfc02443c0f7cfce6 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -27,6 +27,11 @@
'sources': [
'public/renderer/android_content_detection_prefixes.cc',
'public/renderer/android_content_detection_prefixes.h',
+ 'public/renderer/browser_plugin/browser_plugin.h',
+ 'public/renderer/browser_plugin/browser_plugin_observer.cc',
+ 'public/renderer/browser_plugin/browser_plugin_observer.h',
+ 'public/renderer/browser_plugin/browser_plugin_method_binding.h',
+ 'public/renderer/browser_plugin/browser_plugin_property_binding.h',
'public/renderer/content_renderer_client.cc',
'public/renderer/content_renderer_client.h',
'public/renderer/context_menu_client.h',
@@ -218,12 +223,12 @@
'renderer/pepper/renderer_ppapi_host_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_backing_store.h',
'renderer/browser_plugin/browser_plugin_backing_store.cc',
'renderer/browser_plugin/browser_plugin_bindings.h',
'renderer/browser_plugin/browser_plugin_bindings.cc',
+ 'renderer/browser_plugin/browser_plugin_impl.cc',
+ 'renderer/browser_plugin/browser_plugin_impl.h',
'renderer/browser_plugin/browser_plugin_manager.h',
'renderer/browser_plugin/browser_plugin_manager.cc',
'renderer/browser_plugin/browser_plugin_manager_factory.h',
« no previous file with comments | « content/common/browser_plugin_messages.h ('k') | content/public/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698