Loading embedding/browser/webBrowser/moz.build +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ EXPORTS += [ 'nsCTooltipTextProvider.h', ] SOURCES += [ UNIFIED_SOURCES += [ 'nsCommandHandler.cpp', 'nsContextMenuInfo.cpp', 'nsDocShellTreeOwner.cpp', Loading embedding/browser/webBrowser/nsEmbedStream.h +5 −1 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -27,5 +30,6 @@ class nsEmbedStream : public nsISupports private: nsIWebBrowser *mOwner; nsCOMPtr<nsIOutputStream> mOutputStream; }; #endif // nsEmbedStream_h__ embedding/components/commandhandler/src/moz.build +1 −1 Original line number Diff line number Diff line Loading @@ -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', Loading embedding/components/find/src/moz.build +1 −1 Original line number Diff line number Diff line Loading @@ -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', ] Loading embedding/components/printingui/src/mac/moz.build +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
embedding/browser/webBrowser/moz.build +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ EXPORTS += [ 'nsCTooltipTextProvider.h', ] SOURCES += [ UNIFIED_SOURCES += [ 'nsCommandHandler.cpp', 'nsContextMenuInfo.cpp', 'nsDocShellTreeOwner.cpp', Loading
embedding/browser/webBrowser/nsEmbedStream.h +5 −1 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -27,5 +30,6 @@ class nsEmbedStream : public nsISupports private: nsIWebBrowser *mOwner; nsCOMPtr<nsIOutputStream> mOutputStream; }; #endif // nsEmbedStream_h__
embedding/components/commandhandler/src/moz.build +1 −1 Original line number Diff line number Diff line Loading @@ -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', Loading
embedding/components/find/src/moz.build +1 −1 Original line number Diff line number Diff line Loading @@ -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', ] Loading
embedding/components/printingui/src/mac/moz.build +1 −1 Original line number Diff line number Diff line Loading @@ -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