17 lines
358 B
Python
17 lines
358 B
Python
# Copyright 2013 Google Inc. All Rights Reserved.
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'gtest',
|
|
'type': 'static_library',
|
|
'include_dirs': [
|
|
'../../third_party/gmock/gtest',
|
|
'../../third_party/gmock/gtest/include',
|
|
],
|
|
'sources': [
|
|
'../../third_party/gmock/gtest/src/gtest-all.cc',
|
|
],
|
|
},
|
|
],
|
|
}
|