diff options
author | JustOff <Off.Just.Off@gmail.com> | 2020-03-24 22:56:31 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 13:19:20 +0200 |
commit | d86349716a9740226d9175b1cf4b60765cb707fc (patch) | |
tree | 5a368b1cdfae46c78e9f3382177650bb114bf1ac /netwerk/protocol/http/moz.build | |
parent | 64a7c9e2d2f8c9ebdc4c70c16c630cebbd5abe53 (diff) | |
download | UXP-d86349716a9740226d9175b1cf4b60765cb707fc.tar UXP-d86349716a9740226d9175b1cf4b60765cb707fc.tar.gz UXP-d86349716a9740226d9175b1cf4b60765cb707fc.tar.lz UXP-d86349716a9740226d9175b1cf4b60765cb707fc.tar.xz UXP-d86349716a9740226d9175b1cf4b60765cb707fc.zip |
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 37e801f2f..a1b57876b 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') |