summaryrefslogtreecommitdiffstats
path: root/netwerk/test/gtest/moz.build
diff options
context:
space:
mode:
authorAndrea Marchesini <amarchesini@mozilla.com>2020-07-29 10:52:30 +0000
committerMoonchild <moonchild@palemoon.org>2020-07-29 14:28:45 +0000
commit3323a8eda3d4cbb29909f6761cee96cc5e164cf2 (patch)
treee2b69428455e26be4e48d75c99e407825b2a4f99 /netwerk/test/gtest/moz.build
parent71293f0fe4db15d4e0309488337ab4669e9c55b3 (diff)
downloadUXP-3323a8eda3d4cbb29909f6761cee96cc5e164cf2.tar
UXP-3323a8eda3d4cbb29909f6761cee96cc5e164cf2.tar.gz
UXP-3323a8eda3d4cbb29909f6761cee96cc5e164cf2.tar.lz
UXP-3323a8eda3d4cbb29909f6761cee96cc5e164cf2.tar.xz
UXP-3323a8eda3d4cbb29909f6761cee96cc5e164cf2.zip
[xpcom] Make Base64 compatible with ReadSegments() with small buffers.
Diffstat (limited to 'netwerk/test/gtest/moz.build')
-rw-r--r--netwerk/test/gtest/moz.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/netwerk/test/gtest/moz.build b/netwerk/test/gtest/moz.build
index 6e6c80152..e463feb65 100644
--- a/netwerk/test/gtest/moz.build
+++ b/netwerk/test/gtest/moz.build
@@ -5,6 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
UNIFIED_SOURCES += [
+ 'TestBase64Stream.cpp',
'TestProtocolProxyService.cpp',
'TestStandardURL.cpp',
]