summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/gmock.gyp4
-rw-r--r--testing/gtest.gyp4
2 files changed, 4 insertions, 4 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',
],
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index 1a91ac5..c3116f1 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'gtest',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': 'BFE8E2A7-3B3B-43B0-A994-3058B852DB8B',
'sources': [
'gtest/include/gtest/gtest-death-test.h',
@@ -123,7 +123,7 @@
},
{
'target_name': 'gtest_main',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'gtest',
],