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

Unified Diff: content/content.gyp

Issue 407243002: Some linking fixes for GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 5 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/browser/tracing/tracing_resources.gyp ('k') | content/content_resources.gyp » ('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 6d5430c808450d13564a5227c52b3a88248f917c..c3588436c89c992d31e9f55a5136f467c013556d 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -157,6 +157,7 @@
['OS != "ios"', {
'targets': [
{
+ # GN version: //content/child and //content/public/child
'target_name': 'content_child',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -170,6 +171,7 @@
'msvs_disabled_warnings': [ 4267, ],
},
{
+ # GN version: //content/gpu
'target_name': 'content_gpu',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -182,6 +184,7 @@
],
},
{
+ # GN version: //content/plugin and //content/public/plugin
'target_name': 'content_plugin',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -194,6 +197,7 @@
],
},
{
+ # GN version: //content/ppapi_plugin
'target_name': 'content_ppapi_plugin',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -204,6 +208,7 @@
'msvs_disabled_warnings': [ 4267, ],
},
{
+ # GN version: //content/renderer and //content/public/renderer
'target_name': 'content_renderer',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -224,6 +229,7 @@
],
},
{
+ # GN version: //content/utility and //content/public/utility
'target_name': 'content_utility',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -236,6 +242,7 @@
],
},
{
+ # GN version: //content/worker
'target_name': 'content_worker',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
« no previous file with comments | « content/browser/tracing/tracing_resources.gyp ('k') | content/content_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698