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

Unified Diff: breakpad/breakpad_handler.gypi

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 | « breakpad/breakpad.gyp ('k') | breakpad/breakpad_sender.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad_handler.gypi
diff --git a/breakpad/breakpad_handler.gypi b/breakpad/breakpad_handler.gypi
index 5d20542a1ee14a58dbd275d998514c63d51c4953..521939bf6f756f26b8281511565a19529aeff746 100644
--- a/breakpad/breakpad_handler.gypi
+++ b/breakpad/breakpad_handler.gypi
@@ -36,7 +36,7 @@
'targets': [
{
'target_name': 'breakpad_handler',
- 'type': '<(library)',
+ 'type': 'static_library',
'variables': {
'breakpad_handler_target': 1,
},
@@ -58,7 +58,7 @@
# BREAKPAD_NO_TERMINATE_THREAD as that define makes breakpad crash
# when created and destroyed in DllMain.
'target_name': 'breakpad_handler_dll',
- 'type': '<(library)',
+ 'type': 'static_library',
'variables': {
'breakpad_handler_target': 1,
},
@@ -72,7 +72,7 @@
},
{
'target_name': 'breakpad_handler_win64',
- 'type': '<(library)',
+ 'type': 'static_library',
'variables': {
'breakpad_handler_target': 1,
},
« no previous file with comments | « breakpad/breakpad.gyp ('k') | breakpad/breakpad_sender.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698