Initial source release: v2.0.8-0-679
Change-Id: Idf6316a8faf4b4fdc54265aad12084e5aa60707a
This commit is contained in:
1595
cdm/test/cdm_api_test.cpp
Normal file
1595
cdm/test/cdm_api_test.cpp
Normal file
File diff suppressed because it is too large
Load Diff
31
cdm/test/gmock.gyp
Normal file
31
cdm/test/gmock.gyp
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 2013 Google Inc. All Rights Reserved.
|
||||
{
|
||||
'target_defaults': {
|
||||
'type': 'static_library',
|
||||
'include_dirs': [
|
||||
'../../third_party/gmock',
|
||||
'../../third_party/gmock/include',
|
||||
'../../third_party/gmock/gtest/include',
|
||||
],
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
'../../third_party/gmock/include',
|
||||
'../../third_party/gmock/gtest/include',
|
||||
],
|
||||
},
|
||||
},
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'gmock',
|
||||
'sources': [
|
||||
'../../third_party/gmock/src/gmock-all.cc',
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'gmock_main',
|
||||
'sources': [
|
||||
'../../third_party/gmock/src/gmock_main.cc',
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
16
cdm/test/gtest.gyp
Normal file
16
cdm/test/gtest.gyp
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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',
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user