Bug 1832850 - Part 5: Move the allocateObject definition into gc/Nursery.h r=jandem
[gecko.git] / netwerk / test / fuzz / moz.build
blob9ff7eab9231514fb941f8bc4d6e44b8ee68585c3
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 UNIFIED_SOURCES += [
8     "FuzzingStreamListener.cpp",
9     "TestHttpFuzzing.cpp",
10     "TestURIFuzzing.cpp",
11     "TestWebsocketFuzzing.cpp",
14 LOCAL_INCLUDES += [
15     "/caps",
16     "/netwerk/base",
17     "/netwerk/protocol/http",
18     "/xpcom/tests/gtest",
21 EXPORTS.mozilla.fuzzing += [
22     "FuzzingStreamListener.h",
25 include("/ipc/chromium/chromium-config.mozbuild")
27 FINAL_LIBRARY = "xul-gtest"
29 LOCAL_INCLUDES += ["!/xpcom", "/xpcom/components"]
31 include("/tools/fuzzing/libfuzzer-config.mozbuild")