Bug 1869092 - Fix timeouts in browser_PanelMultiView.js. r=twisniewski,test-only
[gecko.git] / browser / components / shopping / moz.build
blob1db819a6317b14436ed4c4bdace3d367de571ab4
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 JAR_MANIFESTS += ["jar.mn"]
9 FINAL_TARGET_FILES.actors += [
10     "ShoppingSidebarChild.sys.mjs",
11     "ShoppingSidebarParent.sys.mjs",
14 EXTRA_JS_MODULES += [
15     "ShoppingUtils.sys.mjs",
18 BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.toml"]
20 with Files("**"):
21     BUG_COMPONENT = ("Firefox", "Shopping")