Files
tubestation/browser/components/genai/moz.build
Ed Lee 1dd2819331 Bug 1905750 - Stub actors and panel to display content-area shortcuts on text selection r=tarek,desktop-theme-reviewers,tabbrowser-reviewers,firefox-desktop-core-reviewers ,dao
Add default false shortcuts pref to control GenAI actors initially detecting text selection. Prepare content-area elements that stack on top of tab's browser.

Differential Revision: https://phabricator.services.mozilla.com/D217544
2024-07-26 07:22:59 +00:00

22 lines
551 B
Plaintext

# 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/.
BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.toml"]
with Files("**"):
BUG_COMPONENT = ("Core", "Machine Learning")
EXTRA_JS_MODULES += [
"GenAI.sys.mjs",
]
FINAL_TARGET_FILES.actors += [
"GenAIChild.sys.mjs",
"GenAIParent.sys.mjs",
]
JAR_MANIFESTS += ["jar.mn"]
XPCSHELL_TESTS_MANIFESTS += ["tests/xpcshell/xpcshell.toml"]