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

Unified Diff: breakpad/breakpad.gyp

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « base/third_party/dynamic_annotations/dynamic_annotations.gyp ('k') | breakpad/breakpad_handler.gypi » ('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 4713f4d994b75c3c88859b76e837b85f1861fcee..fb01fa72b1731f2099ea243bc61fdabb587b4bd1 100644
--- a/breakpad/breakpad.gyp
+++ b/breakpad/breakpad.gyp
@@ -25,7 +25,7 @@
'targets': [
{
'target_name': 'breakpad_utilities',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'src/common/convert_UTF.c',
'src/client/mac/handler/breakpad_nlist_64.cc',
@@ -174,7 +174,7 @@
},
{
'target_name': 'breakpad',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'breakpad_utilities',
'crash_inspector',
@@ -283,7 +283,7 @@
'targets': [
{
'target_name': 'breakpad_client',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'src/client/linux/crash_generation/crash_generation_client.cc',
@@ -338,7 +338,7 @@
{
# Breakpad r693 uses some files from src/processor in unit tests.
'target_name': 'breakpad_processor_support',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'src/processor/basic_code_modules.cc',
« no previous file with comments | « base/third_party/dynamic_annotations/dynamic_annotations.gyp ('k') | breakpad/breakpad_handler.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698