| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 7ac2b8f85ef09edb75f5eafd7eaa6e01736fc18d..62f1c28de9f08031d54f847531eb2a94440e78a2 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -232,6 +232,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',
|
|
|