Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / widget / uikit / moz.build
blob88780c9690f11a3b794e9487a4dc1e4362dd5117
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 with Files("*TextInput*"):
11     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
13 SOURCES += [
14     "GfxInfo.cpp",
15     "MediaKeysEventSourceFactory.cpp",
16     "nsAppShell.mm",
17     "nsBidiKeyboard.mm",
18     "nsLookAndFeel.mm",
19     "nsNativeThemeUIKit.mm",
20     "nsWidgetFactory.mm",
21     "nsWindow.mm",
22     "TextInputHandler.mm",
23     "UIKitUtils.mm",
26 include("/ipc/chromium/chromium-config.mozbuild")
28 FINAL_LIBRARY = "xul"
29 LOCAL_INCLUDES += [
30     "/widget",
33 XPCOM_MANIFESTS += [
34     "components.conf",
37 OS_LIBS += [
38     "-framework UIKit",