Issue #1829 - Revert "Issue #1751"

This commit is contained in:
Brian Smith 2022-04-26 11:34:08 -05:00 committed by roytam1
commit 13fcc4a046
949 changed files with 95662 additions and 444 deletions

18
widget/uikit/moz.build Normal file
View file

@ -0,0 +1,18 @@
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
SOURCES += [
'GfxInfo.cpp',
'nsAppShell.mm',
'nsLookAndFeel.mm',
'nsScreenManager.mm',
'nsWidgetFactory.mm',
'nsWindow.mm',
]
FINAL_LIBRARY = 'xul'
LOCAL_INCLUDES += [
'/widget',
]