Skip to content

Commit 212ab95

Browse files
committed
Bug 1047873 - Flatten xpfe/appshell/{public,src}/ directories. r=Neil
1 parent 0827bb1 commit 212ab95

27 files changed

+35
-49
lines changed

xpfe/appshell/moz.build

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,39 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7-
DIRS += ['public', 'src']
7+
MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']
88

9+
XPIDL_SOURCES += [
10+
'nsIAppShellService.idl',
11+
'nsIPopupWindowManager.idl',
12+
'nsIWindowMediator.idl',
13+
'nsIWindowMediatorListener.idl',
14+
'nsIXULBrowserWindow.idl',
15+
'nsIXULWindow.idl',
16+
]
17+
18+
XPIDL_MODULE = 'appshell'
19+
20+
EXPORTS += [
21+
'nsAppShellCID.h',
22+
]
23+
24+
UNIFIED_SOURCES += [
25+
'nsAppShellFactory.cpp',
26+
'nsAppShellService.cpp',
27+
'nsAppShellWindowEnumerator.cpp',
28+
'nsChromeTreeOwner.cpp',
29+
'nsContentTreeOwner.cpp',
30+
'nsWebShellWindow.cpp',
31+
'nsWindowMediator.cpp',
32+
'nsXULWindow.cpp',
33+
]
34+
35+
LOCAL_INCLUDES += [
36+
'/dom/base',
37+
]
38+
39+
FAIL_ON_WARNINGS = True
40+
MSVC_ENABLE_PGO = True
41+
42+
FINAL_LIBRARY = 'xul'
File renamed without changes.

0 commit comments

Comments
 (0)