зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1850483 - use unified sources for xpcom/io r=glandium
Depends on D187023 Differential Revision: https://phabricator.services.mozilla.com/D187024
This commit is contained in:
Родитель
32c2bfc94c
Коммит
5e27e85262
|
@ -51,13 +51,13 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
|
|||
EXPORTS.mozilla += [
|
||||
"FileUtilsWin.h",
|
||||
]
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
"FileUtilsWin.cpp",
|
||||
"nsLocalFileWin.cpp",
|
||||
]
|
||||
else:
|
||||
EXPORTS += ["nsLocalFileUnix.h"]
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
"nsLocalFileUnix.cpp",
|
||||
]
|
||||
|
||||
|
@ -143,7 +143,7 @@ UNIFIED_SOURCES += [
|
|||
]
|
||||
|
||||
if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa":
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
"CocoaFileUtils.mm",
|
||||
]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче