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/.
10 'nsIChromeRegistry.idl',
11 'nsIToolkitChromeRegistry.idl',
14 XPIDL_MODULE = 'chrome'
17 'nsChromeProtocolHandler.h',
20 EXPORTS.mozilla.chrome += [
21 'RegistryMessageUtils.h',
25 'nsChromeProtocolHandler.cpp',
26 'nsChromeRegistry.cpp',
27 'nsChromeRegistryChrome.cpp',
28 'nsChromeRegistryContent.cpp',
31 include('/ipc/chromium/chromium-config.mozbuild')
39 '/netwerk/protocol/res',
43 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk':
44 CXXFLAGS += CONFIG['TK_CFLAGS']
47 BUG_COMPONENT = ("Toolkit", "Startup and Profile System")