moz.build (1020B)
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 = ("Core", "Machine Learning: Frontend") 7 8 BROWSER_CHROME_MANIFESTS += ["test/browser/browser.toml"] 9 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.toml"] 10 11 MOZ_SRC_FILES += [ 12 "actors/AIChatContentChild.sys.mjs", 13 "actors/AIChatContentParent.sys.mjs", 14 "modules/AIWindow.sys.mjs", 15 "modules/AIWindowAccountAuth.sys.mjs", 16 "modules/AIWindowMenu.sys.mjs", 17 "modules/AIWindowUI.sys.mjs", 18 "modules/ChatConstants.sys.mjs", 19 "modules/ChatConversation.sys.mjs", 20 "modules/ChatEnums.sys.mjs", 21 "modules/ChatMessage.sys.mjs", 22 "modules/ChatMigrations.sys.mjs", 23 "modules/ChatSql.sys.mjs", 24 "modules/ChatStore.sys.mjs", 25 "modules/ChatUtils.sys.mjs", 26 ] 27 28 TESTING_JS_MODULES += [ 29 "test/AIWindowTestUtils.sys.mjs", 30 ] 31 32 JAR_MANIFESTS += ["jar.mn"]