-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
app.mozbuild
32 lines (27 loc) · 1.09 KB
/
app.mozbuild
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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/.
include('/toolkit/toolkit.mozbuild')
DIRS += [
"/dot",
"/browser/actors",
"/browser/base",
"/browser/modules",
# Minimum amount of components needed to boot browser
"/browser/components/build",
"/browser/components/customizableui",
"/browser/components/downloads",
"/browser/components/firefoxview", # todo: remove
"/browser/components/urlbar",
"/browser/components/migration",
"/browser/components/pagedata",
"/browser/components/places",
"/browser/components/pocket", # needed to boot the browser (could probably be removed)
"/browser/components/preferences", # todo: remove once we have a preferences page
"/browser/components/search",
"/browser/components/sessionstore",
"/browser/components/shell",
"/browser/components/tabunloader", # todo: try shim this
"/%s" % CONFIG["MOZ_BRANDING_DIRECTORY"],
]