summaryrefslogtreecommitdiff
path: root/netwerk/protocol/http/moz.build
diff options
context:
space:
mode:
authorJustOff <Off.Just.Off@gmail.com>2020-03-24 22:56:31 +0200
committerJustOff <Off.Just.Off@gmail.com>2020-03-24 22:56:31 +0200
commite74509ec540e84230508cc1a634eee9551e68ac8 (patch)
treec8bcf4aaa07c17498a784579deed45104e25bcfb /netwerk/protocol/http/moz.build
parent9308c03f5ebeeb888e350a8c3a5b9dc0be813f99 (diff)
downloaduxp-e74509ec540e84230508cc1a634eee9551e68ac8.tar.gz
Issue #1473 - Fix building `%OS_SLICE%` on non-Windows platforms
Diffstat (limited to 'netwerk/protocol/http/moz.build')
-rw-r--r--netwerk/protocol/http/moz.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/netwerk/protocol/http/moz.build b/netwerk/protocol/http/moz.build
index 37e801f2f9..a1b57876bb 100644
--- a/netwerk/protocol/http/moz.build
+++ b/netwerk/protocol/http/moz.build
@@ -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')