Bug 1733356 - Fix non-unified build errors in netwerk/protocol/gio r=necko-reviewers,kershaw

Differential Revision: https://phabricator.services.mozilla.com/D127404
This commit is contained in:
Valentin Gosu 2021-10-14 12:58:00 +00:00
Родитель 21a182cb3c
Коммит 32c2d19bc8
3 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -27,5 +27,3 @@ FINAL_LIBRARY = "xul"
LOCAL_INCLUDES += [
"/netwerk/base",
]
REQUIRES_UNIFIED_BUILD = True

Просмотреть файл

@ -18,6 +18,8 @@
#include "nsISecureBrowserUI.h"
#include "nsQueryObject.h"
#include "mozilla/Logging.h"
#include "mozilla/net/ChannelEventQueue.h"
#include "mozilla/ipc/URIUtils.h"
using namespace mozilla::dom;
using namespace mozilla::ipc;

Просмотреть файл

@ -39,5 +39,3 @@ CXXFLAGS += CONFIG["TK_CFLAGS"]
with Files("**"):
BUG_COMPONENT = ("Core", "Widget: Gtk")
REQUIRES_UNIFIED_BUILD = True