Files
ce_cdm/third_party/gmock.gyp
Joey Parrish 1955c9c2c9 Source release v2.2.0-0-903 + third_party libs
Change-Id: I03f670eaeb052bc741abb347be06f8ddc58418e7
2014-12-19 11:07:36 -08:00

39 lines
707 B
Python

# Copyright 2013 Google Inc. All Rights Reserved.
{
'target_defaults': {
'type': 'static_library',
'include_dirs': [
'gmock',
'gmock/include',
'gmock/gtest',
'gmock/gtest/include',
],
'direct_dependent_settings': {
'include_dirs': [
'gmock/include',
'gmock/gtest/include',
],
},
},
'targets': [
{
'target_name': 'gmock',
'sources': [
'gmock/src/gmock-all.cc',
],
},
{
'target_name': 'gmock_main',
'sources': [
'gmock/src/gmock_main.cc',
],
},
{
'target_name': 'gtest',
'sources': [
'gmock/gtest/src/gtest-all.cc',
],
},
],
}