From f842c945ce503852f39bdb6fc9a3fe1929a196b6 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Tue, 10 Feb 2026 12:31:33 +0100 Subject: [PATCH] feat: Initial commit, b=no-bug, c=no-component --- src/zen/moz.build | 1 + src/zen/space-routing/moz.build | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 src/zen/space-routing/moz.build diff --git a/src/zen/moz.build b/src/zen/moz.build index d52de380d..df7f60725 100644 --- a/src/zen/moz.build +++ b/src/zen/moz.build @@ -15,5 +15,6 @@ DIRS += [ "urlbar", "toolkit", "sessionstore", + "space-routing", "share", ] diff --git a/src/zen/space-routing/moz.build b/src/zen/space-routing/moz.build new file mode 100644 index 000000000..e76174503 --- /dev/null +++ b/src/zen/space-routing/moz.build @@ -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/. + +