diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-07-12 23:30:59 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-07-12 23:30:59 +0200 |
commit | dd5d075b1a2651ea020a34e9c54e1959fc9bf29b (patch) | |
tree | b87f679c605f4c0e286f2d5ff50a9789dc79d284 /chrome | |
parent | 69970c911be3c9189006c61fea7c059bf4f7e005 (diff) | |
download | uxp-dd5d075b1a2651ea020a34e9c54e1959fc9bf29b.tar.gz |
Stop building /chrome unified and fix deprot.
Tag #80
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/moz.build | 2 | ||||
-rw-r--r-- | chrome/nsChromeRegistry.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/chrome/moz.build b/chrome/moz.build index b75e9435d4..15439356a8 100644 --- a/chrome/moz.build +++ b/chrome/moz.build @@ -17,7 +17,7 @@ EXPORTS.mozilla.chrome += [ 'RegistryMessageUtils.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'nsChromeProtocolHandler.cpp', 'nsChromeRegistry.cpp', 'nsChromeRegistryChrome.cpp', diff --git a/chrome/nsChromeRegistry.cpp b/chrome/nsChromeRegistry.cpp index 485ca002c9..4bd8b4dca5 100644 --- a/chrome/nsChromeRegistry.cpp +++ b/chrome/nsChromeRegistry.cpp @@ -14,6 +14,7 @@ #include "nsError.h" #include "nsEscape.h" #include "nsNetUtil.h" +#include "nsIURL.h" #include "nsString.h" #include "nsQueryObject.h" |