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

Unified Diff: content/content_browser.gypi

Issue 10868012: Browser Plugin: New Implementation (Browser Side) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master-trial-obrowser
Patch Set: Rework tests to use timeouts instead of waiting indefinitely, not store any Guest* in embedder. Created 8 years, 3 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
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 1e179d74bd5cc598e7bcef80318d902d8b95223e..a1af762b067f72f1361c37677c10475ef749e1f5 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -231,6 +231,15 @@
'browser/browser_main_loop.cc',
'browser/browser_main_loop.h',
'browser/browser_main_runner.cc',
+ 'browser/browser_plugin/browser_plugin_embedder.cc',
+ 'browser/browser_plugin/browser_plugin_embedder.h',
+ 'browser/browser_plugin/browser_plugin_embedder_helper.cc',
+ 'browser/browser_plugin/browser_plugin_embedder_helper.h',
+ 'browser/browser_plugin/browser_plugin_guest.cc',
+ 'browser/browser_plugin/browser_plugin_guest.h',
+ 'browser/browser_plugin/browser_plugin_guest_helper.cc',
+ 'browser/browser_plugin/browser_plugin_guest_helper.h',
+ 'browser/browser_plugin/browser_plugin_host_factory.h',
'browser/browser_plugin/old/old_browser_plugin_host.cc',
'browser/browser_plugin/old/old_browser_plugin_host.h',
'browser/browser_plugin/old/old_browser_plugin_host_helper.cc',

Powered by Google App Engine
This is Rietveld 408576698