Bug 1732920 - Lint fix. r=fix. CLOSED TREE

This commit is contained in:
Butkovits Atila 2022-05-17 22:13:21 +03:00
Родитель f2c37a12b2
Коммит 039058996c
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -297,9 +297,9 @@ if CONFIG["MOZ_INSTRUMENT_EVENT_LOOP"]:
]
EXPORTS.ipc = [
"nsGUIEventIPC.h",
"nsTransferableIPC.h",
]
"nsGUIEventIPC.h",
"nsTransferableIPC.h",
]
if CONFIG["MOZ_X11"] or CONFIG["MOZ_WAYLAND"]:
DIRS += ["x11"]