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

Unified Diff: components/breakpad.gypi

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 | « components/BUILD.gn ('k') | components/breakpad/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/breakpad.gypi
diff --git a/components/breakpad.gypi b/components/breakpad.gypi
index b981e3052ea96b5712a69e88e06b756b280230d7..cd13889f2d443b0085177cd81812f26b75b1a7a6 100644
--- a/components/breakpad.gypi
+++ b/components/breakpad.gypi
@@ -33,6 +33,8 @@
# Note: if you depend on this target, you need to either link in
# content.gyp:content_common, or add
# content/public/common/content_switches.cc to your sources.
+ #
+ # GN version: //components/breakpad/app
'target_name': 'breakpad_component',
'type': '<(breakpad_component_target_type)',
'sources': [
@@ -84,6 +86,7 @@
],
},
{
+ # GN version: //components/breakpad/app:test_support
'target_name': 'breakpad_test_support',
'type': 'none',
'dependencies': [
@@ -100,6 +103,7 @@
['OS=="win"', {
'targets': [
{
+ # GN version: //components/breakpad/tools:crash_service
'target_name': 'breakpad_crash_service',
'type': 'static_library',
'dependencies': [
@@ -194,6 +198,7 @@
['os_posix == 1 and OS != "mac" and OS != "ios" and android_webview_build != 1', {
'targets': [
{
+ # GN version: //components/breakpad/browser
'target_name': 'breakpad_host',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « components/BUILD.gn ('k') | components/breakpad/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698