gecko-dev/toolkit/components/remotebrowserutils/moz.build
Kris Maglione 6ccf7e42c1 Bug 1595927 - Remove XPCOM gunk around RemoteWebNavigation creation. r=mconley
It just adds a lot of unnecessary overhead and indirection.

Differential Revision: https://phabricator.services.mozilla.com/D52753

--HG--
extra : moz-landing-system : lando
2019-11-15 01:23:40 +00:00

14 lines
470 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Core', 'DOM: Navigation')
EXTRA_JS_MODULES += [
'RemoteWebNavigation.jsm',
]
BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini']