Commit e374f133 authored by Chris Peterson's avatar Chris Peterson
Browse files

Bug 941728 - Build embedding in unified mode. r=bz

parent 8c2c9a5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ EXPORTS += [
    'nsCTooltipTextProvider.h',
]

SOURCES += [
UNIFIED_SOURCES += [
    'nsCommandHandler.cpp',
    'nsContextMenuInfo.cpp',
    'nsDocShellTreeOwner.cpp',
+5 −1
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@
 * 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/. */

#ifndef nsEmbedStream_h__
#define nsEmbedStream_h__

#include "nsCOMPtr.h"
#include "nsIOutputStream.h"
#include "nsIURI.h"
@@ -27,5 +30,6 @@ class nsEmbedStream : public nsISupports
 private:
  nsIWebBrowser            *mOwner;
  nsCOMPtr<nsIOutputStream> mOutputStream;

};

#endif // nsEmbedStream_h__
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
# 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 += [
UNIFIED_SOURCES += [
    'nsBaseCommandController.cpp',
    'nsCommandGroup.cpp',
    'nsCommandManager.cpp',
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
# 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 += [
UNIFIED_SOURCES += [
    'nsFind.cpp',
    'nsWebBrowserFind.cpp',
]
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
# 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 += [
UNIFIED_SOURCES += [
    'nsPrintProgress.cpp',
    'nsPrintProgressParams.cpp',
]
Loading