Skip to content
Snippets Groups Projects
Commit f44c2c4e authored by serge-sans-paille's avatar serge-sans-paille
Browse files

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

parent e5695fd6
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment