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/.
8 "nsICategoryManager.idl",
10 "nsIComponentManager.idl",
11 "nsIComponentRegistrar.idl",
13 "nsIServiceManager.idl",
16 XPIDL_MODULE = "xpcom_components"
20 "nsCategoryManagerUtils.h",
21 "nsComponentManagerUtils.h",
22 "nsServiceManagerUtils.h",
35 if CONFIG["COMPILE_ENVIRONMENT"]:
42 "StaticComponentData.h",
43 "StaticComponents.cpp",
46 script="gen_static_components.py",
47 inputs=["!manifest-lists.json", "StaticComponents.cpp.in"],
53 "nsCategoryCache.cpp",
54 "nsCategoryManager.cpp",
55 "nsComponentManager.cpp",
56 "nsComponentManagerUtils.cpp",
60 "!StaticComponents.cpp",
71 "/js/xpconnect/loader",
77 if CONFIG["MOZ_WIDGET_TOOLKIT"] == "gtk":
78 CXXFLAGS += CONFIG["MOZ_GTK3_CFLAGS"]
80 include("/ipc/chromium/chromium-config.mozbuild")
82 PYTHON_UNITTEST_MANIFESTS += [