Bumping manifests a=b2g-bump
[gecko.git] / embedding / moz.build
bloba3bcedfcfb9f23d0e480181f6748ddf053c948a8
1 # -*- Mode: python; c-basic-offset: 4; 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 += ['components', 'browser']
9 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
10     DIRS += ['android/geckoview_example']
12 TEST_DIRS += ['test']
14 if CONFIG['ENABLE_TESTS']:
15     XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
17 XPIDL_SOURCES += [
18     'nsIWindowCreator.idl',
19     'nsIWindowCreator2.idl',
20     'nsIWindowProvider.idl',
23 XPIDL_MODULE = 'embed_base'
25 EXPORTS += [
26     'nsEmbedCID.h',