Remove moz_widget_toolkit_gonk

Tag #288
This commit is contained in:
wolfbeast 2018-05-14 13:28:04 +02:00 • committed by Roy Tam
commit fd9202fef0
8 changed files with 6 additions and 48 deletions

View file

@ -231,18 +231,6 @@
'sources': [
],
}],
['moz_widget_toolkit_gonk==1', {
'defines' : [
'WEBRTC_GONK',
'NO_REG_RPC',
],
}],
# Gonk has its own nr_stun_get_addrs implementation.
['build_with_gonk==1', {
'defines': [
"USE_PLATFORM_NR_STUN_GET_ADDRS",
]
}],
['have_ethtool_cmd_speed_hi==0', {
'defines': [
"DONT_HAVE_ETHTOOL_SPEED_HI",