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/.
10 'nsIChromeRegistry.idl',
11 'nsIToolkitChromeRegistry.idl',
14 XPIDL_MODULE = 'chrome'
16 EXPORTS.mozilla.chrome += [
17 'RegistryMessageUtils.h',
21 'nsChromeProtocolHandler.cpp',
22 'nsChromeRegistry.cpp',
23 'nsChromeRegistryChrome.cpp',
24 'nsChromeRegistryContent.cpp',
27 MSVC_ENABLE_PGO = True
29 include('/ipc/chromium/chromium-config.mozbuild')
33 GENERATED_INCLUDES += [
39 '/netwerk/protocol/res',
43 if CONFIG['MOZ_ENABLE_GTK']:
44 CXXFLAGS += CONFIG['TK_CFLAGS']
46 FAIL_ON_WARNINGS = True