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

@ -41,11 +41,6 @@
'target_defaults': {
'conditions': [
['moz_widget_toolkit_gonk==1', {
'defines' : [
'WEBRTC_GONK',
],
}],
],
},
@ -316,7 +311,7 @@
'cflags_mozilla': [
],
}],
['OS=="android" or moz_widget_toolkit_gonk==1', {
['OS=="android"', {
'cflags_mozilla': [
# This warning complains about important MOZ_EXPORT attributes
# on forward declarations for Android API types.