diff options
Diffstat (limited to 'build/temp_gyp/breakpad.gyp')
-rw-r--r-- | build/temp_gyp/breakpad.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/temp_gyp/breakpad.gyp b/build/temp_gyp/breakpad.gyp index f032446..c4b41bb 100644 --- a/build/temp_gyp/breakpad.gyp +++ b/build/temp_gyp/breakpad.gyp @@ -11,7 +11,7 @@ 'targets': [ { 'target_name': 'breakpad_handler', - 'type': 'static_library', + 'type': '<(library)', 'msvs_guid': 'B55CA863-B374-4BAF-95AC-539E4FA4C90C', 'sources': [ '../../breakpad/src/client/windows/crash_generation/client_info.cc', @@ -45,7 +45,7 @@ }, { 'target_name': 'breakpad_sender', - 'type': 'static_library', + 'type': '<(library)', 'msvs_guid': '9946A048-043B-4F8F-9E07-9297B204714C', 'sources': [ '../../breakpad/src/client/windows/sender/crash_report_sender.cc', |