diff options
Diffstat (limited to 'browser/components/asrouter/jar.mn')
-rw-r--r-- | browser/components/asrouter/jar.mn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/browser/components/asrouter/jar.mn b/browser/components/asrouter/jar.mn new file mode 100644 index 0000000000..951e12126a --- /dev/null +++ b/browser/components/asrouter/jar.mn @@ -0,0 +1,11 @@ +# 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.jar: + content/browser/asrouter/asrouter-admin.html (content/asrouter-admin.html) + content/browser/asrouter/asrouter-admin.bundle.js (content/asrouter-admin.bundle.js) + content/browser/asrouter/components/ASRouterAdmin/ASRouterAdmin.css (content/components/ASRouterAdmin/ASRouterAdmin.css) + content/browser/asrouter/render.js (content/render.js) + content/browser/asrouter/schemas/BackgroundTaskMessagingExperiment.schema.json (content-src/schemas/BackgroundTaskMessagingExperiment.schema.json) + content/browser/asrouter/schemas/MessagingExperiment.schema.json (content-src/schemas/MessagingExperiment.schema.json) |