| Index: content/content.gyp
|
| diff --git a/content/content.gyp b/content/content.gyp
|
| index ff15c09592f38bd6cb3e7739f1c876399aa43c7f..7a5c2140fdac0748130b5dd729b4560b7d78b09d 100644
|
| --- a/content/content.gyp
|
| +++ b/content/content.gyp
|
| @@ -130,7 +130,6 @@
|
| 'content_child',
|
| 'content_common',
|
| 'content_gpu',
|
| - 'content_plugin',
|
| 'content_ppapi_plugin',
|
| 'content_renderer',
|
| 'content_utility',
|
| @@ -274,19 +273,6 @@
|
| ],
|
| },
|
| {
|
| - # GN version: //content/plugin and //content/public/plugin
|
| - 'target_name': 'content_plugin',
|
| - 'type': 'static_library',
|
| - 'variables': { 'enable_wexit_time_destructors': 1, },
|
| - 'includes': [
|
| - 'content_plugin.gypi',
|
| - ],
|
| - 'dependencies': [
|
| - 'content_child',
|
| - 'content_common',
|
| - ],
|
| - },
|
| - {
|
| # GN version: //content/ppapi_plugin
|
| 'target_name': 'content_ppapi_plugin',
|
| 'type': 'static_library',
|
| @@ -365,7 +351,6 @@
|
| 'content_child.gypi',
|
| 'content_common.gypi',
|
| 'content_gpu.gypi',
|
| - 'content_plugin.gypi',
|
| 'content_ppapi_plugin.gypi',
|
| 'content_renderer.gypi',
|
| 'content_utility.gypi',
|
| @@ -433,12 +418,6 @@
|
| 'dependencies': ['content'],
|
| },
|
| {
|
| - # GN version: //content/plugin
|
| - 'target_name': 'content_plugin',
|
| - 'type': 'none',
|
| - 'dependencies': ['content'],
|
| - },
|
| - {
|
| # GN version: //content/ppapi_plugin
|
| 'target_name': 'content_ppapi_plugin',
|
| 'type': 'none',
|
|
|