Remove .def files from GYP and GN in webrtc/base
This was previously done in https://webrtc-codereview.appspot.com/49969004 but was accidentally readded in https://codereview.webrtc.org/1857163003/ .def files breaks downstream since it's not a recognized file extension. BUG=webrtc:4256 TBR=perkj@webrtc.org Review URL: https://codereview.webrtc.org/1855373005 . Cr-Commit-Position: refs/heads/master@{#12243}
This commit is contained in:
parent
a8a7ef6cf0
commit
c1dba73028
@ -421,9 +421,7 @@ static_library("rtc_base") {
|
||||
if (is_posix) {
|
||||
sources += [
|
||||
"latebindingsymboltable.cc",
|
||||
"latebindingsymboltable.cc.def",
|
||||
"latebindingsymboltable.h",
|
||||
"latebindingsymboltable.h.def",
|
||||
"posix.cc",
|
||||
"posix.h",
|
||||
]
|
||||
|
||||
@ -433,9 +433,7 @@
|
||||
['os_posix==1', {
|
||||
'sources': [
|
||||
'latebindingsymboltable.cc',
|
||||
'latebindingsymboltable.cc.def',
|
||||
'latebindingsymboltable.h',
|
||||
'latebindingsymboltable.h.def',
|
||||
'posix.cc',
|
||||
'posix.h',
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user