Bug 1526465 - Remove devtools.inspector.flexboxHighlighter.enabled and devtools.flexb...
[gecko.git] / ipc / moz.build
blobac5a0554ad1e59abf12f4b521ddf9f02fa60d4cc
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     'chromium',
9     'glue',
10     'ipdl',
11     'testshell',
14 if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
15     DIRS += ['contentproc']
17 if CONFIG['OS_ARCH'] == 'WINNT':
18     DIRS += ['mscom']
20 DIRS += ['app']
22 with Files("**"):
23     BUG_COMPONENT = ("Core", "IPC")