summaryrefslogtreecommitdiffstats
path: root/browser/components/sidebar
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/sidebar')
-rw-r--r--browser/components/sidebar/jar.mn5
-rw-r--r--browser/components/sidebar/moz.build7
2 files changed, 12 insertions, 0 deletions
diff --git a/browser/components/sidebar/jar.mn b/browser/components/sidebar/jar.mn
new file mode 100644
index 0000000000..c3d7f0cbcf
--- /dev/null
+++ b/browser/components/sidebar/jar.mn
@@ -0,0 +1,5 @@
+# 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:
diff --git a/browser/components/sidebar/moz.build b/browser/components/sidebar/moz.build
new file mode 100644
index 0000000000..d988c0ff9b
--- /dev/null
+++ b/browser/components/sidebar/moz.build
@@ -0,0 +1,7 @@
+# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
+# vim: set filetype=python:
+# 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/.
+
+JAR_MANIFESTS += ["jar.mn"]