Bug 1507600 [wpt PR 14080] - Improve robustness of wpt animation interpolation tests...
[gecko.git] / chrome / moz.build
blob1d647eb2517d84b64e08f1b4f91633eb60180633
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/.
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 include('/ipc/chromium/chromium-config.mozbuild')
29 FINAL_LIBRARY = 'xul'
31 LOCAL_INCLUDES += [
32     '!/xpcom',
33     '/dom/base',
34     '/netwerk/base',
35     '/netwerk/protocol/res',
36     '/xpcom/components'
39 if 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
40     CXXFLAGS += CONFIG['TK_CFLAGS']
42 with Files("**"):
43     BUG_COMPONENT = ("Toolkit", "Startup and Profile System")