Bug 1883853 [wpt PR 44937] - [wdspec] fix test_set_permission_origin_unknown, a=testonly
[gecko.git] / dom / debugger / moz.build
blob879c3ec237af5ba610857f04e528c6fef9527e48
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 = ("DevTools", "Debugger")
10 EXPORTS.mozilla.dom += [
11     "CallbackDebuggerNotification.h",
12     "DebuggerNotification.h",
13     "DebuggerNotificationManager.h",
14     "DebuggerNotificationObserver.h",
15     "EventCallbackDebuggerNotification.h",
18 UNIFIED_SOURCES += [
19     "CallbackDebuggerNotification.cpp",
20     "DebuggerNotification.cpp",
21     "DebuggerNotificationManager.cpp",
22     "DebuggerNotificationObserver.cpp",
23     "EventCallbackDebuggerNotification.cpp",
26 FINAL_LIBRARY = "xul"