зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1709817 - Enable NSS documentation in firefox-src-tree. r=beurdouche
Differential Revision: https://phabricator.services.mozilla.com/D119913
This commit is contained in:
Родитель
acd0f2b8cb
Коммит
4582da2473
|
@ -30,6 +30,7 @@ categories:
|
|||
- tools/profiler
|
||||
- performance
|
||||
- xpcom
|
||||
- security/nss
|
||||
build_doc:
|
||||
- mach
|
||||
- tools/try
|
||||
|
|
|
@ -73,6 +73,7 @@ EXCLUSIVE_COMPONENTS = [
|
|||
"web-platform-tests-wdspec",
|
||||
# webrender enabled
|
||||
"webrender",
|
||||
"nss",
|
||||
]
|
||||
EXCLUSIVE_COMPONENTS = sorted(EXCLUSIVE_COMPONENTS)
|
||||
ALL_COMPONENTS = INCLUSIVE_COMPONENTS + EXCLUSIVE_COMPONENTS
|
||||
|
|
|
@ -158,3 +158,8 @@ GYP_DIRS["nss"].action_overrides = {
|
|||
|
||||
if CONFIG["NSS_EXTRA_SYMBOLS_FILE"]:
|
||||
DEFINES["NSS_EXTRA_SYMBOLS_FILE"] = CONFIG["NSS_EXTRA_SYMBOLS_FILE"]
|
||||
|
||||
SPHINX_TREES["nss"] = "nss/doc/rst"
|
||||
|
||||
with Files("nss/doc/rst/**"):
|
||||
SCHEDULES.exclusive = ["nss"]
|
||||
|
|
Загрузка…
Ссылка в новой задаче