Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 0973db9

Browse files
committed
Bug 1938452 - Stub out browser/extensions/newtab. r=pdahiya,home-newtab-reviewers,amy
Differential Revision: https://phabricator.services.mozilla.com/D233864
1 parent 73e179b commit 0973db9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

browser/extensions/moz.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ DIRS += [
1111
"report-site-issue",
1212
"pictureinpicture",
1313
"search-detection",
14+
"newtab",
1415
]

browser/extensions/newtab/moz.build

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2+
# vim: set filetype=python:
3+
# This Source Code Form is subject to the terms of the Mozilla Public
4+
# License, v. 2.0. If a copy of the MPL was not distributed with this
5+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6+
7+
with Files("**"):
8+
BUG_COMPONENT = ("Firefox", "New Tab Page")

0 commit comments

Comments
 (0)