зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
3a430d29b6
Коммит
5031b976cd
|
@ -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"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче