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

Unified Diff: content/content.gyp

Issue 1852593004: Remove content/plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_npapi_test_plugin
Patch Set: . Created 4 years, 9 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
« no previous file with comments | « content/child/BUILD.gn ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « content/child/BUILD.gn ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698