moz.build (1480B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 with Files("**"): 6 BUG_COMPONENT = ("GeckoView", "General") 7 8 FINAL_TARGET_FILES.actors += [ 9 "ContentDelegateChild.sys.mjs", 10 "ContentDelegateParent.sys.mjs", 11 "GeckoViewAutoFillChild.sys.mjs", 12 "GeckoViewAutoFillParent.sys.mjs", 13 "GeckoViewContentChild.sys.mjs", 14 "GeckoViewContentParent.sys.mjs", 15 "GeckoViewExperimentDelegateParent.sys.mjs", 16 "GeckoViewFormValidationChild.sys.mjs", 17 "GeckoViewPermissionChild.sys.mjs", 18 "GeckoViewPermissionParent.sys.mjs", 19 "GeckoViewPermissionProcessChild.sys.mjs", 20 "GeckoViewPermissionProcessParent.sys.mjs", 21 "GeckoViewPrintDelegateChild.sys.mjs", 22 "GeckoViewPrintDelegateParent.sys.mjs", 23 "GeckoViewPromptChild.sys.mjs", 24 "GeckoViewPrompterChild.sys.mjs", 25 "GeckoViewPrompterParent.sys.mjs", 26 "GeckoViewSettingsChild.sys.mjs", 27 "LoadURIDelegateChild.sys.mjs", 28 "LoadURIDelegateParent.sys.mjs", 29 "MediaControlDelegateChild.sys.mjs", 30 "MediaControlDelegateParent.sys.mjs", 31 "ProgressDelegateChild.sys.mjs", 32 "ProgressDelegateParent.sys.mjs", 33 "ScrollDelegateChild.sys.mjs", 34 "ScrollDelegateParent.sys.mjs", 35 "SelectionActionDelegateChild.sys.mjs", 36 "SelectionActionDelegateParent.sys.mjs", 37 ] 38 39 MOCHITEST_MANIFESTS += ["tests/mochitests/mochitest.toml"]