summaryrefslogtreecommitdiffstats
path: root/testing/gmock.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gmock.gyp')
-rw-r--r--testing/gmock.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gmock.gyp b/testing/gmock.gyp
index 8f73cb6..57ef913 100644
--- a/testing/gmock.gyp
+++ b/testing/gmock.gyp
@@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'gmock',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': 'F9D886ED-B09F-4B74-932F-D8E4691E6B7F',
'dependencies': [
'gtest.gyp:gtest',
@@ -51,7 +51,7 @@
},
{
'target_name': 'gmock_main',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'gmock',
],