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:
Henrik Kjellander 2016-04-05 17:31:24 +02:00
parent a8a7ef6cf0
commit c1dba73028
2 changed files with 0 additions and 4 deletions

View File

@ -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",
]

View File

@ -433,9 +433,7 @@
['os_posix==1', {
'sources': [
'latebindingsymboltable.cc',
'latebindingsymboltable.cc.def',
'latebindingsymboltable.h',
'latebindingsymboltable.h.def',
'posix.cc',
'posix.h',
],