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

Unified Diff: breakpad/breakpad_sender.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_handler.gypi ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad_sender.gypi
diff --git a/breakpad/breakpad_sender.gypi b/breakpad/breakpad_sender.gypi
index a6d466467a7c3d678c7234f388f32a877eabff9c..b50bddc5c604f2cd1215ddd8cf9a37ee87105aad 100644
--- a/breakpad/breakpad_sender.gypi
+++ b/breakpad/breakpad_sender.gypi
@@ -26,7 +26,7 @@
'targets': [
{
'target_name': 'breakpad_sender',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '9946A048-043B-4F8F-9E07-9297B204714C',
'variables': {
'breakpad_sender_target': 1,
@@ -41,7 +41,7 @@
},
{
'target_name': 'breakpad_sender_win64',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '237AEB58-9D74-41EF-9D49-A6ECE24EA8BC',
'variables': {
'breakpad_sender_target': 1,
« no previous file with comments | « breakpad/breakpad_handler.gypi ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698