Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(10)

Unified Diff: src/client/windows/sender/crash_report_sender.gyp

Issue 513002: Remove <(library) usage from gyp files. (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/client/windows/handler/exception_handler.gyp ('k') | src/client/windows/unittests/testing.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/client/windows/sender/crash_report_sender.gyp
===================================================================
--- src/client/windows/sender/crash_report_sender.gyp (revision 1099)
+++ src/client/windows/sender/crash_report_sender.gyp (working copy)
@@ -34,7 +34,7 @@
'targets': [
{
'target_name': 'crash_report_sender',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'crash_report_sender.cc',
'crash_report_sender.h',
« no previous file with comments | « src/client/windows/handler/exception_handler.gyp ('k') | src/client/windows/unittests/testing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted