Commit 81721eea authored by Kathleen Brade's avatar Kathleen Brade Committed by Matthew Finkel
Browse files

Bug 16439: Remove screencasting code

We avoid including the screencasting code on mobile (it got ripped out
for desktop in bug 1393582) by simply excluding the related JS modules
from Tor Browser.
parent 940e8afc
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -266,6 +266,7 @@ if 'Android' != CONFIG['OS_TARGET']:
    ]
else:
    DEFINES['ANDROID'] = True
    if not CONFIG['TOR_BROWSER_VERSION']:
        EXTRA_JS_MODULES += [
            'secondscreen/RokuApp.jsm',
            'secondscreen/SimpleServiceDiscovery.jsm',