Bug 1769952 - Fix running raptor on a Win10-64 VM r=sparky
[gecko.git] / dom / commandhandler / moz.build
blob1aaa78e8af25f70427d347b57d5c59022ca9d37d
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", "DOM: UI Events & Focus Handling")
10 EXPORTS += [
11     "nsBaseCommandController.h",
12     "nsCommandManager.h",
13     "nsCommandParams.h",
14     "nsControllerCommandTable.h",
17 XPIDL_SOURCES += [
18     "nsICommandManager.idl",
19     "nsICommandParams.idl",
20     "nsIControllerCommand.idl",
21     "nsIControllerCommandTable.idl",
22     "nsIControllerContext.idl",
25 XPIDL_MODULE = "commandhandler"
27 UNIFIED_SOURCES += [
28     "nsBaseCommandController.cpp",
29     "nsCommandManager.cpp",
30     "nsCommandParams.cpp",
31     "nsControllerCommandTable.cpp",
34 LOCAL_INCLUDES += [
35     "/dom/base",
38 FINAL_LIBRARY = "xul"