Bug 1845017 - Disable the TestPHCExhaustion test r=glandium
[gecko.git] / tools / fuzzing / ipc / moz.build
blob001c67ed376a9c5bac7a402e22697da5bce08057
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 Library("fuzzer-ipc-protocol")
9 LOCAL_INCLUDES += [
10     "/dom/base",
11     "/dom/ipc",
14 SOURCES += [
15     "IPCFuzzController.cpp",
18 EXPORTS.mozilla.fuzzing += [
19     "IPCFuzzController.h",
22 include("/ipc/chromium/chromium-config.mozbuild")
24 FINAL_LIBRARY = "xul"
26 # Add libFuzzer configuration directives
27 include("/tools/fuzzing/libfuzzer-config.mozbuild")