| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 3fdb8fdf7c1e48e854758f08bb1d3361e436eca4..35f41efe15e808e5d02e5e7c9cf8351c98b792f4 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -1144,9 +1144,16 @@
|
| ],
|
| }, { # enable_plugins==0
|
| 'sources!': [
|
| + 'browser/pepper_flash_settings_helper_impl.cc',
|
| + 'browser/pepper_flash_settings_helper_impl.h',
|
| 'browser/plugin_data_remover_impl.cc',
|
| 'browser/plugin_data_remover_impl.h',
|
| + 'browser/plugin_loader_posix.cc',
|
| + 'browser/plugin_loader_posix.h',
|
| + 'browser/plugin_service_impl.cc',
|
| + 'browser/plugin_service_impl.h',
|
| 'browser/ppapi_plugin_process_host.cc',
|
| + 'public/browser/plugin_service.h',
|
| ],
|
| 'sources/': [
|
| ['exclude', '^browser/renderer_host/pepper/'],
|
|
|