зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1722515 - Only build ActivationContext.cpp in mozglue if a11y r=Jamie
Differential Revision: https://phabricator.services.mozilla.com/D121547
This commit is contained in:
Родитель
a38ff322aa
Коммит
5667e3b2a9
|
@ -85,11 +85,15 @@ if CONFIG["OS_ARCH"] == "WINNT":
|
||||||
|
|
||||||
if not CONFIG["JS_STANDALONE"]:
|
if not CONFIG["JS_STANDALONE"]:
|
||||||
SOURCES += [
|
SOURCES += [
|
||||||
"/ipc/mscom/ActivationContext.cpp",
|
|
||||||
"/ipc/mscom/ProcessRuntime.cpp",
|
"/ipc/mscom/ProcessRuntime.cpp",
|
||||||
"PreXULSkeletonUI.cpp",
|
"PreXULSkeletonUI.cpp",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
if CONFIG["ACCESSIBILITY"]:
|
||||||
|
SOURCES += [
|
||||||
|
"/ipc/mscom/ActivationContext.cpp",
|
||||||
|
]
|
||||||
|
|
||||||
elif CONFIG["HAVE_CLOCK_MONOTONIC"]:
|
elif CONFIG["HAVE_CLOCK_MONOTONIC"]:
|
||||||
SOURCES += [
|
SOURCES += [
|
||||||
"TimeStamp_posix.cpp",
|
"TimeStamp_posix.cpp",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче