Bug 1852754: part 9) Add tests for dynamically loading <link rel="prefetch"> elements...
[gecko.git] / toolkit / components / remotebrowserutils / moz.build
blob0723c716ffebd51e284349745f63ef407b99a91f
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 with Files("**"):
8     BUG_COMPONENT = ("Core", "DOM: Navigation")
10 EXTRA_JS_MODULES += [
11     "RemoteWebNavigation.sys.mjs",
14 BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.ini"]