moz.build (836B)
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/. 6 7 UNIFIED_SOURCES += [ 8 "FuzzingStreamListener.cpp", 9 "TestHttpFuzzing.cpp", 10 "TestJARFuzzing.cpp", 11 "TestURIFuzzing.cpp", 12 "TestWebsocketFuzzing.cpp", 13 ] 14 15 LOCAL_INCLUDES += [ 16 "/caps", 17 "/netwerk/base", 18 "/netwerk/protocol/http", 19 "/xpcom/tests/gtest", 20 ] 21 22 EXPORTS.mozilla.fuzzing += [ 23 "FuzzingStreamListener.h", 24 ] 25 26 include("/ipc/chromium/chromium-config.mozbuild") 27 28 FINAL_LIBRARY = "xul-gtest" 29 30 LOCAL_INCLUDES += ["!/xpcom", "/xpcom/components"] 31 32 include("/tools/fuzzing/libfuzzer-config.mozbuild")