Skip to content

Commit

Permalink
Bug 1047873 - Flatten xpfe/appshell/{public,src}/ directories. r=Neil
Browse files Browse the repository at this point in the history
  • Loading branch information
poiru committed Aug 2, 2014
1 parent 0827bb1 commit 212ab95
Show file tree
Hide file tree
Showing 27 changed files with 35 additions and 49 deletions.
36 changes: 35 additions & 1 deletion xpfe/appshell/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,39 @@
# 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/.

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

XPIDL_SOURCES += [
'nsIAppShellService.idl',
'nsIPopupWindowManager.idl',
'nsIWindowMediator.idl',
'nsIWindowMediatorListener.idl',
'nsIXULBrowserWindow.idl',
'nsIXULWindow.idl',
]

XPIDL_MODULE = 'appshell'

EXPORTS += [
'nsAppShellCID.h',
]

UNIFIED_SOURCES += [
'nsAppShellFactory.cpp',
'nsAppShellService.cpp',
'nsAppShellWindowEnumerator.cpp',
'nsChromeTreeOwner.cpp',
'nsContentTreeOwner.cpp',
'nsWebShellWindow.cpp',
'nsWindowMediator.cpp',
'nsXULWindow.cpp',
]

LOCAL_INCLUDES += [
'/dom/base',
]

FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True

FINAL_LIBRARY = 'xul'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 0 additions & 21 deletions xpfe/appshell/public/moz.build

This file was deleted.

27 changes: 0 additions & 27 deletions xpfe/appshell/src/moz.build

This file was deleted.

File renamed without changes.

0 comments on commit 212ab95

Please sign in to comment.