2018-01-19 03:59:58 +08:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
|
|
|
|
|
UNIFIED_SOURCES += [
|
2020-07-29 10:52:30 +00:00
|
|
|
'TestBase64Stream.cpp',
|
2022-12-25 11:42:42 +00:00
|
|
|
'TestHeaders.cpp',
|
2018-01-19 03:59:58 +08:00
|
|
|
'TestProtocolProxyService.cpp',
|
|
|
|
|
'TestStandardURL.cpp',
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
include('/ipc/chromium/chromium-config.mozbuild')
|
|
|
|
|
|
|
|
|
|
FINAL_LIBRARY = 'xul-gtest'
|