| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 76d4fabdcff464dba4b2b3085993db03f85b6f89..1448c7aebc1dc8ca08736eeed3bac7203e5d624e 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -238,6 +238,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',
|
|
|