From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- browser/components/sidebar/jar.mn | 5 +++++ browser/components/sidebar/moz.build | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 browser/components/sidebar/jar.mn create mode 100644 browser/components/sidebar/moz.build (limited to 'browser/components/sidebar') 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"] -- cgit v1.2.3