Skip to content

Commit

Permalink
Bug 1824514 - Make xpfe/appshell buildable outside of a unified build…
Browse files Browse the repository at this point in the history
… environment r=andi

Differential Revision: https://phabricator.services.mozilla.com/D173614
  • Loading branch information
serge-sans-paille committed Mar 30, 2023
1 parent 9a33f06 commit dd9aff0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions xpfe/appshell/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@ LOCAL_INCLUDES += [
FINAL_LIBRARY = "xul"

include("/ipc/chromium/chromium-config.mozbuild")

REQUIRES_UNIFIED_BUILD = True
1 change: 0 additions & 1 deletion xpfe/appshell/nsAppShellService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ static bool CheckForFullscreenWindow() {
}
}
}
return false;
}
#endif

Expand Down
1 change: 1 addition & 0 deletions xpfe/appshell/nsContentTreeOwner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "nsIMIMEInfo.h"
#include "nsIWidget.h"
#include "nsWindowWatcher.h"
#include "nsIWindowMediator.h"
#include "mozilla/Components.h"
#include "mozilla/NullPrincipal.h"
#include "nsDocShell.h"
Expand Down
1 change: 1 addition & 0 deletions xpfe/appshell/nsWindowMediator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "nsWindowMediator.h"
#include "nsIWindowMediatorListener.h"
#include "nsGlobalWindow.h"
#include "nsServiceManagerUtils.h"

#include "nsIDocShell.h"
#include "nsIInterfaceRequestor.h"
Expand Down
1 change: 1 addition & 0 deletions xpfe/appshell/nsWindowMediator.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "nsIWindowMediator.h"
#include "nsIObserver.h"
#include "nsTArray.h"
#include "nsPIDOMWindow.h"
#include "nsString.h"
#include "nsWeakReference.h"
#include "nsTObserverArray.h"
Expand Down

0 comments on commit dd9aff0

Please sign in to comment.