diff options
author | JustOff <Off.Just.Off@gmail.com> | 2020-03-24 22:56:31 +0200 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2020-03-24 22:56:31 +0200 |
commit | e74509ec540e84230508cc1a634eee9551e68ac8 (patch) | |
tree | c8bcf4aaa07c17498a784579deed45104e25bcfb /netwerk/protocol/http/moz.build | |
parent | 9308c03f5ebeeb888e350a8c3a5b9dc0be813f99 (diff) | |
download | uxp-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.build | 4 |
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') |