Bug 1817309 - Make intl/hyphenation/glue buildable outside of a unified build environment r=andi

Differential Revision: https://phabricator.services.mozilla.com/D170129
This commit is contained in:
serge-sans-paille 2023-02-19 15:33:56 +00:00
Родитель 3a430d29b6
Коммит 5031b976cd
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -20,5 +20,3 @@ FINAL_LIBRARY = "xul"
if CONFIG["COMPILE_ENVIRONMENT"]:
CbindgenHeader("mapped_hyph.h", inputs=["/third_party/rust/mapped_hyph"])
REQUIRES_UNIFIED_BUILD = True

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

@ -6,6 +6,7 @@
#include "nsHyphenator.h"
#include "mozilla/dom/ContentChild.h"
#include "mozilla/Omnijar.h"
#include "nsContentUtils.h"
#include "nsIChannel.h"
#include "nsIFile.h"
@ -16,6 +17,7 @@
#include "nsNetUtil.h"
#include "nsUnicodeProperties.h"
#include "nsUTF8Utils.h"
#include "nsZipArchive.h"
#include "mapped_hyph.h"