From 43fa0a71c814e902165782680f2f9705e3c234c9 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sun, 14 Nov 2021 01:30:12 -0500 Subject: Issue %3005 - Move toolkit/components to components/ --- components/microformats/moz.build | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 components/microformats/moz.build (limited to 'components/microformats/moz.build') diff --git a/components/microformats/moz.build b/components/microformats/moz.build new file mode 100644 index 000000000..eadb6fe66 --- /dev/null +++ b/components/microformats/moz.build @@ -0,0 +1,6 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# 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/. + +EXTRA_JS_MODULES += ['microformat-shiv.js'] -- cgit v1.2.3