Bug 1708422: part 8) Move `mozInlineSpellChecker::CheckWordsAndAddRangesForMisspellin...
[gecko.git] / netwerk / build / moz.build
blobcaf4cb6a667cbe4b7c48da002042f67359275c48
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 EXPORTS += [
8     "nsNetCID.h",
11 SOURCES += [
12     "nsNetModule.cpp",
15 XPCOM_MANIFESTS += [
16     "components.conf",
19 include("/ipc/chromium/chromium-config.mozbuild")
21 FINAL_LIBRARY = "xul"
23 LOCAL_INCLUDES += [
24     "/extensions/auth",
25     "/netwerk/base",
26     "/netwerk/cache",
27     "/netwerk/dns",
28     "/netwerk/mime",
29     "/netwerk/protocol/about",
30     "/netwerk/protocol/data",
31     "/netwerk/protocol/file",
32     "/netwerk/protocol/http",
33     "/netwerk/protocol/res",
34     "/netwerk/protocol/viewsource",
35     "/netwerk/protocol/websocket",
36     "/netwerk/socket",
37     "/netwerk/streamconv",
38     "/netwerk/streamconv/converters",
41 if CONFIG["MOZ_WIDGET_TOOLKIT"] == "gtk":
42     LOCAL_INCLUDES += [
43         "/netwerk/protocol/gio",
44     ]
47 LOCAL_INCLUDES += [
48     "!/netwerk/dns",
49     "/modules/brotli/dec",