зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1528963 - Followup to fix compile error when launcher process is off by default. r=aklotz
Differential Revision: https://phabricator.services.mozilla.com/D25463 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
2dbc54f868
Коммит
c759578005
|
@ -10,6 +10,7 @@ FORCE_STATIC_LIB = True
|
|||
|
||||
UNIFIED_SOURCES += [
|
||||
'/ipc/mscom/ProcessRuntime.cpp',
|
||||
'/widget/windows/WindowsConsole.cpp',
|
||||
'DllBlocklistWin.cpp',
|
||||
'ErrorHandler.cpp',
|
||||
'LauncherProcessWin.cpp',
|
||||
|
@ -31,7 +32,6 @@ TEST_DIRS += [
|
|||
if CONFIG['MOZ_LAUNCHER_PROCESS']:
|
||||
UNIFIED_SOURCES += [
|
||||
'/toolkit/xre/LauncherRegistryInfo.cpp',
|
||||
'/widget/windows/WindowsConsole.cpp',
|
||||
]
|
||||
for var in ('MOZ_APP_BASENAME', 'MOZ_APP_VENDOR'):
|
||||
DEFINES[var] = '"%s"' % CONFIG[var]
|
||||
|
|
Загрузка…
Ссылка в новой задаче