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

Unified Diff: breakpad/breakpad.gyp

Issue 413863002: Add breakpad component to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « breakpad/BUILD.gn ('k') | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
index ca1286bd2829ab9ae0ace71aa0f72c6cfd81714d..80cfc6a14c13f2f8b60fbdb5d4b424b092f59b07 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -13,6 +13,7 @@
['OS!="ios" and OS!="win"', {
'targets': [
{
+ # GN version: //breakpad:minidump_stackwalk
'target_name': 'minidump_stackwalk',
'type': 'executable',
'includes': ['breakpad_tools.gypi'],
@@ -96,6 +97,7 @@
],
},
{
+ # GN version: //breakpad:minidump_dump
'target_name': 'minidump_dump',
'type': 'executable',
'includes': ['breakpad_tools.gypi'],
@@ -129,6 +131,7 @@
},
'targets': [
{
+ # GN version: //breakpad:dump_syms
'target_name': 'dump_syms',
'type': 'executable',
'toolsets': ['host'],
@@ -194,6 +197,7 @@
},
},
{
+ # GN version: //breakpad:symupload
'target_name': 'symupload',
'type': 'executable',
'toolsets': ['host'],
@@ -228,6 +232,7 @@
},
'targets': [
{
+ # GN version: //breakpad:utilities
'target_name': 'breakpad_utilities',
'type': 'static_library',
'sources': [
@@ -250,6 +255,7 @@
],
},
{
+ # GN version: //breakpad:crash_inspector
'target_name': 'crash_inspector',
'type': 'executable',
'variables': {
@@ -275,6 +281,7 @@
}
},
{
+ # GN version: //breakpad:crash_report_sender
'target_name': 'crash_report_sender',
'type': 'executable',
'mac_bundle': 1,
@@ -311,6 +318,7 @@
}
},
{
+ # GN version: //breakpad
'target_name': 'breakpad',
'type': 'static_library',
'dependencies': [
@@ -351,6 +359,7 @@
# Tools needed for archiving build symbols.
'targets': [
{
+ # GN version: //breakpad:symupload
'target_name': 'symupload',
'type': 'executable',
@@ -372,6 +381,7 @@
},
},
{
+ # GN version: //breakpad:dump_syms
'target_name': 'dump_syms',
'type': 'executable',
'conditions': [
@@ -435,6 +445,7 @@
],
},
{
+ # GN version: //breakpad:client
'target_name': 'breakpad_client',
'type': 'static_library',
@@ -534,6 +545,7 @@
},
{
# Breakpad r693 uses some files from src/processor in unit tests.
+ # GN version: //breakpad:processor_support
'target_name': 'breakpad_processor_support',
'type': 'static_library',
@@ -557,6 +569,7 @@
],
},
{
+ # GN version: //breakpad:breakpad_unittests
'target_name': 'breakpad_unittests',
'type': 'executable',
'dependencies': [
@@ -623,6 +636,7 @@
],
},
{
+ # GN version: //breakpad:linux_dumper_unittest_helper
'target_name': 'linux_dumper_unittest_helper',
'type': 'executable',
'dependencies': [
@@ -645,6 +659,7 @@
],
},
{
+ # GN version: //breakpad:generate_test_dump
'target_name': 'generate_test_dump',
'type': 'executable',
@@ -672,6 +687,7 @@
],
},
{
+ # GN version: //breakpad:minidump-2-core
'target_name': 'minidump-2-core',
'type': 'executable',
@@ -689,6 +705,7 @@
],
},
{
+ # GN version: //breakpad:core-2-minidump
'target_name': 'core-2-minidump',
'type': 'executable',
@@ -710,6 +727,7 @@
['OS=="ios"', {
'targets': [
{
+ # GN version: //breakpad:client
'target_name': 'breakpad_client',
'type': 'static_library',
'sources': [
« no previous file with comments | « breakpad/BUILD.gn ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698