Bug 1869043 assert that graph set access is main thread only r=padenot
[gecko.git] / netwerk / protocol / res / moz.build
blob63407eebd8b317ae3579c7990104df50d20de507
1 # -*- Mode: python; 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 XPIDL_SOURCES += [
8     "nsIResProtocolHandler.idl",
9     "nsISubstitutingProtocolHandler.idl",
12 XPIDL_MODULE = "necko_res"
14 EXPORTS.mozilla.net += [
15     "ExtensionProtocolHandler.h",
16     "PageThumbProtocolHandler.h",
17     "RemoteStreamGetter.h",
18     "SubstitutingJARURI.h",
19     "SubstitutingProtocolHandler.h",
20     "SubstitutingURL.h",
23 EXPORTS += [
24     "nsResProtocolHandler.h",
27 UNIFIED_SOURCES += [
28     "ExtensionProtocolHandler.cpp",
29     "nsResProtocolHandler.cpp",
30     "PageThumbProtocolHandler.cpp",
31     "RemoteStreamGetter.cpp",
32     "SubstitutingProtocolHandler.cpp",
35 include("/ipc/chromium/chromium-config.mozbuild")
37 FINAL_LIBRARY = "xul"
39 LOCAL_INCLUDES += [
40     "/netwerk/base",
41     "/xpcom/base",