Bug 1568126 - Part 1: Use the contextual WalkerFront in _hideHighlighterIfDeadNode...
[gecko.git] / netwerk / build / moz.build
blob586230ab94d8d7a2c8d70f4c80d1d8e3e3e213a4
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/ftp',
33     '/netwerk/protocol/http',
34     '/netwerk/protocol/res',
35     '/netwerk/protocol/viewsource',
36     '/netwerk/protocol/websocket',
37     '/netwerk/socket',
38     '/netwerk/streamconv',
39     '/netwerk/streamconv/converters',
42 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk':
43     LOCAL_INCLUDES += [
44         '/netwerk/protocol/gio',
45     ]
48 LOCAL_INCLUDES += [
49     '!/netwerk/dns',
50     '/modules/brotli/dec',