Issue #1473 - Fix building %OS_SLICE% on non-Windows platforms

This commit is contained in:
JustOff 2020-03-24 22:56:31 +02:00 committed by Roy Tam
commit 6aa52af7ac
2 changed files with 22 additions and 5 deletions

View file

@ -99,9 +99,9 @@ IPDL_SOURCES += [
'PHttpChannel.ipdl',
]
EXTRA_JS_MODULES += ['UserAgentOverrides.jsm']
EXTRA_JS_MODULES += ['UserAgentUpdates.jsm']
EXTRA_PP_JS_MODULES += ['UserAgentUpdates.jsm']
EXTRA_PP_JS_MODULES += ['UserAgentOverrides.jsm']
include('/ipc/chromium/chromium-config.mozbuild')