Bug 1845017 - Disable the TestPHCExhaustion test r=glandium
[gecko.git] / uriloader / base / moz.build
blob36282f6f144838c57aac0f743283a6730ec1526e
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 include("/ipc/chromium/chromium-config.mozbuild")
9 with Files("**"):
10     BUG_COMPONENT = ("Core", "Document Navigation")
12 with Files("nsITransfer.idl"):
13     BUG_COMPONENT = ("Firefox", "File Handling")
15 XPIDL_SOURCES += [
16     "nsCURILoader.idl",
17     "nsIContentHandler.idl",
18     "nsIDocumentLoader.idl",
19     "nsITransfer.idl",
20     "nsIURIContentListener.idl",
21     "nsIURILoader.idl",
22     "nsIWebProgress.idl",
23     "nsIWebProgressListener.idl",
24     "nsIWebProgressListener2.idl",
27 XPIDL_MODULE = "uriloader"
29 EXPORTS += [
30     "nsDocLoader.h",
31     "nsURILoader.h",
34 UNIFIED_SOURCES += [
35     "nsDocLoader.cpp",
36     "nsURILoader.cpp",
39 LOCAL_INCLUDES += [
40     "/netwerk/base",
43 FINAL_LIBRARY = "xul"