Bug 1641407 [wpt PR 23810] - DOMImplementation createDocument() and createHTMLDocumen...
[gecko.git] / ipc / moz.build
blobf0b1f7f676773dff70561dcce291588aecfa5926
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 DIRS += [
8     'app',
9     'chromium',
10     'glue',
11     'ipdl',
12     'testshell',
15 if CONFIG['OS_ARCH'] == 'WINNT':
16     DIRS += ['mscom']
18 TEST_DIRS += [
19     'gtest',
22 with Files("**"):
23     BUG_COMPONENT = ("Core", "IPC")