Stop building /chrome unified and fix deprot.

Tag #80
This commit is contained in:
wolfbeast 2019-07-12 23:30:59 +02:00 committed by Roy Tam
commit 64cab879b4
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@ EXPORTS.mozilla.chrome += [
'RegistryMessageUtils.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'nsChromeProtocolHandler.cpp',
'nsChromeRegistry.cpp',
'nsChromeRegistryChrome.cpp',

View file

@ -14,6 +14,7 @@
#include "nsError.h"
#include "nsEscape.h"
#include "nsNetUtil.h"
#include "nsIURL.h"
#include "nsString.h"
#include "nsQueryObject.h"