Bug 1857632 [wpt PR 42241] - Start dbus for Chrome, a=testonly
[gecko.git] / widget / uikit / moz.build
blob6a3c2db9942ee88a1ba4c6d738d57d52ffd2c3ce
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", "Widget")
10 SOURCES += [
11     "GfxInfo.cpp",
12     "nsAppShell.mm",
13     "nsLookAndFeel.mm",
14     "nsScreenManager.mm",
15     "nsWidgetFactory.mm",
16     "nsWindow.mm",
19 include("/ipc/chromium/chromium-config.mozbuild")
21 FINAL_LIBRARY = "xul"
22 LOCAL_INCLUDES += [
23     "/widget",