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

Unified Diff: content/content.gyp

Issue 419913003: Make content_shell link in the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Android spelling 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/app/BUILD.gn ('k') | content/renderer/pepper/video_decoder_shim.cc » ('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 a961753b5349cf12b2bc2a7fe82f0c20d889e9e0..f380cab5cd786d33dff0132579a238754559b94f 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -40,6 +40,7 @@
],
'targets': [
{
+ # GN version: //content
'target_name': 'content',
'type': 'none',
'dependencies': [
@@ -63,6 +64,7 @@
],
},
{
+ # GN version: //content/app:browser
'target_name': 'content_app_browser',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -84,6 +86,7 @@
],
},
{
+ # GN version: //content/app:child
'target_name': 'content_app_child',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -105,6 +108,7 @@
],
},
{
+ # GN version: //content/app:both
'target_name': 'content_app_both',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -119,6 +123,7 @@
],
},
{
+ # GN version: //content/browser and //content/public/browser
'target_name': 'content_browser',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -147,6 +152,7 @@
],
},
{
+ # GN version: //content/common and //content/public/common
'target_name': 'content_common',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -259,6 +265,7 @@
{ # component != static_library
'targets': [
{
+ # GN version: //content
'target_name': 'content',
'type': 'shared_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -294,28 +301,33 @@
},
},
{
+ # GN version: //content/app:browser
'target_name': 'content_app_browser',
'type': 'none',
'dependencies': ['content', 'content_browser'],
},
{
+ # GN version: //content/app:child
'target_name': 'content_app_child',
'type': 'none',
'dependencies': ['content', 'content_child'],
},
{
+ # GN version: //content/app:both
'target_name': 'content_app_both',
'type': 'none',
'dependencies': ['content'],
'export_dependent_settings': ['content'],
},
{
+ # GN version: //content/browser and //content/public/browser
'target_name': 'content_browser',
'type': 'none',
'dependencies': ['content'],
'export_dependent_settings': ['content'],
},
{
+ # GN version: //content/common and //content/public/common
'target_name': 'content_common',
'type': 'none',
'dependencies': ['content', 'content_resources.gyp:content_resources'],
@@ -324,21 +336,25 @@
'export_dependent_settings': ['content'],
},
{
+ # GN Version: //content/child
'target_name': 'content_child',
'type': 'none',
'dependencies': ['content'],
},
{
+ # GN version: //content/gpu
'target_name': 'content_gpu',
'type': 'none',
'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',
'dependencies': ['content'],
@@ -346,11 +362,13 @@
'msvs_disabled_warnings': [ 4267, ],
},
{
+ # GN version: //content/renderer and //content/public/renderer
'target_name': 'content_renderer',
'type': 'none',
'dependencies': ['content'],
},
{
+ # GN version: //content/utility
'target_name': 'content_utility',
'type': 'none',
'dependencies': ['content'],
« no previous file with comments | « content/app/BUILD.gn ('k') | content/renderer/pepper/video_decoder_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698