Bumping manifests a=b2g-bump
[gecko.git] / chrome / moz.build
blobcbb51c0f9b1f525af0a1141cc8dbe8d2823920e7
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 TEST_DIRS += ['test']
9 XPIDL_SOURCES += [
10     'nsIChromeRegistry.idl',
11     'nsIToolkitChromeRegistry.idl',
14 XPIDL_MODULE = 'chrome'
16 EXPORTS.mozilla.chrome += [
17     'RegistryMessageUtils.h',
20 UNIFIED_SOURCES += [
21     'nsChromeProtocolHandler.cpp',
22     'nsChromeRegistry.cpp',
23     'nsChromeRegistryChrome.cpp',
24     'nsChromeRegistryContent.cpp',
27 MSVC_ENABLE_PGO = True
29 include('/ipc/chromium/chromium-config.mozbuild')
31 FINAL_LIBRARY = 'xul'
33 GENERATED_INCLUDES += [
34     '/xpcom',
37 LOCAL_INCLUDES += [
38     '/netwerk/base/src',
39     '/netwerk/protocol/res',
40     '/xpcom/components'
43 if CONFIG['MOZ_ENABLE_GTK']:
44     CXXFLAGS += CONFIG['TK_CFLAGS']