2016-07-14 10:16:42 -06:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 12:47:22 -08:00
|
|
|
# vim: set filetype=python:
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
|
|
|
DIRS += [
|
|
|
|
'chromium',
|
|
|
|
'glue',
|
|
|
|
'ipdl',
|
|
|
|
'testshell',
|
|
|
|
]
|
|
|
|
|
2014-07-30 03:24:00 -04:00
|
|
|
if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
|
|
|
|
DIRS += ['contentproc']
|
|
|
|
|
2016-06-03 12:29:21 -06:00
|
|
|
if CONFIG['OS_ARCH'] == 'WINNT':
|
|
|
|
DIRS += ['mscom']
|
|
|
|
|
2014-07-29 08:55:55 +09:00
|
|
|
DIRS += ['app']
|
2017-01-25 06:17:10 -05:00
|
|
|
|
2017-04-18 16:56:09 +09:00
|
|
|
with Files("**"):
|
|
|
|
BUG_COMPONENT = ("Core", "IPC")
|