Source release v3.2.0

This commit is contained in:
Gene Morgan
2017-02-01 16:36:41 -08:00
parent 643b91b616
commit 2fde891c01
370 changed files with 40622 additions and 276133 deletions

19
third_party/gmock.gyp vendored
View File

@@ -1,17 +1,18 @@
# Copyright 2013 Google Inc. All Rights Reserved.
# This is for googletest release 1.8.0
{
'target_defaults': {
'type': 'static_library',
'include_dirs': [
'gmock',
'gmock/include',
'gmock/gtest',
'gmock/gtest/include',
'googletest/googlemock',
'googletest/googlemock/include',
'googletest/googletest',
'googletest/googletest/include',
],
'direct_dependent_settings': {
'include_dirs': [
'gmock/include',
'gmock/gtest/include',
'googletest/googlemock/include',
'googletest/googletest/include',
],
},
},
@@ -19,19 +20,19 @@
{
'target_name': 'gmock',
'sources': [
'gmock/src/gmock-all.cc',
'googletest/googlemock/src/gmock-all.cc',
],
},
{
'target_name': 'gmock_main',
'sources': [
'gmock/src/gmock_main.cc',
'googletest/googlemock/src/gmock_main.cc',
],
},
{
'target_name': 'gtest',
'sources': [
'gmock/gtest/src/gtest-all.cc',
'googletest/googletest/src/gtest-all.cc',
],
},
],