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

Unified Diff: content/content_browser.gypi

Issue 19761007: Move NPAPI implementation out of webkit/plugins/npapi and into content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 7 years, 5 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
Index: content/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 212369)
+++ content/content_browser.gypi (working copy)
@@ -758,6 +758,10 @@
'browser/renderer_host/gtk_im_context_wrapper.h',
'browser/renderer_host/gtk_key_bindings_handler.cc',
'browser/renderer_host/gtk_key_bindings_handler.h',
+ 'browser/renderer_host/gtk_plugin_container.cc',
+ 'browser/renderer_host/gtk_plugin_container.h',
+ 'browser/renderer_host/gtk_plugin_container_manager.cc',
+ 'browser/renderer_host/gtk_plugin_container_manager.h',
'browser/renderer_host/gtk_window_utils.cc',
'browser/renderer_host/gtk_window_utils.h',
'browser/renderer_host/image_transport_factory.cc',

Powered by Google App Engine
This is Rietveld 408576698