Bug 1900094 - Add telemetry for impressions missing due to domain-to-categories map...
[gecko.git] / toolkit / components / windowwatcher / moz.build
blob5879fb8f16753177f66e5ce41224fbeacae9a61f
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 with Files("**"):
8     BUG_COMPONENT = ("Core", "Window Management")
10 TEST_DIRS += ["test"]
12 XPIDL_SOURCES += [
13     "nsIDialogParamBlock.idl",
14     "nsIOpenWindowInfo.idl",
15     "nsIPromptCollection.idl",
16     "nsIPromptFactory.idl",
17     "nsIPromptService.idl",
18     "nsIWindowWatcher.idl",
19     "nsPIWindowWatcher.idl",
22 XPIDL_MODULE = "windowwatcher"
24 EXPORTS += [
25     "nsOpenWindowInfo.h",
26     "nsPromptUtils.h",
27     "nsWindowWatcher.h",
30 UNIFIED_SOURCES += [
31     "nsAutoWindowStateHelper.cpp",
32     "nsDialogParamBlock.cpp",
33     "nsOpenWindowInfo.cpp",
34     "nsWindowWatcher.cpp",
37 FINAL_LIBRARY = "xul"
38 # For nsJSUtils
39 LOCAL_INCLUDES += [
40     "/docshell/base",
41     "/dom/base",
44 include("/ipc/chromium/chromium-config.mozbuild")