Issue #65 - Remove AppConstants from netwerk/

This commit is contained in:
Matt A. Tobin 2020-02-01 21:59:08 -05:00 committed by Roy Tam
commit ef27cc7fd0
2 changed files with 9 additions and 10 deletions

View file

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