Remove duplicated source listing of gtest_prod_util.h
This should have been done in https://webrtc-codereview.appspot.com/39579004 BUG= R=andresp@webrtc.org Review URL: https://webrtc-codereview.appspot.com/46779004 Cr-Commit-Position: refs/heads/master@{#8908}
This commit is contained in:
parent
f809b9b38d
commit
f536a507b6
@ -43,7 +43,6 @@ source_set("test_support") {
|
||||
"testsupport/frame_reader.h",
|
||||
"testsupport/frame_writer.cc",
|
||||
"testsupport/frame_writer.h",
|
||||
"testsupport/gtest_prod_util.h",
|
||||
"testsupport/gtest_disable.h",
|
||||
"testsupport/mock/mock_frame_reader.h",
|
||||
"testsupport/mock/mock_frame_writer.h",
|
||||
@ -58,6 +57,7 @@ source_set("test_support") {
|
||||
deps = [
|
||||
"//testing/gmock",
|
||||
"//testing/gtest",
|
||||
"..:gtest_prod",
|
||||
"../system_wrappers",
|
||||
]
|
||||
|
||||
|
||||
@ -101,6 +101,7 @@
|
||||
'dependencies': [
|
||||
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||
'<(DEPTH)/testing/gmock.gyp:gmock',
|
||||
'<(webrtc_root)/common.gyp:gtest_prod',
|
||||
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
|
||||
],
|
||||
'sources': [
|
||||
@ -110,7 +111,6 @@
|
||||
'testsupport/frame_reader.h',
|
||||
'testsupport/frame_writer.cc',
|
||||
'testsupport/frame_writer.h',
|
||||
'testsupport/gtest_prod_util.h',
|
||||
'testsupport/gtest_disable.h',
|
||||
'testsupport/mock/mock_frame_reader.h',
|
||||
'testsupport/mock/mock_frame_writer.h',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user