Skip to content
Snippets Groups Projects
Commit 5031b976 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 3a430d29
No related branches found
No related tags found
No related merge requests found
...@@ -20,5 +20,3 @@ FINAL_LIBRARY = "xul" ...@@ -20,5 +20,3 @@ FINAL_LIBRARY = "xul"
if CONFIG["COMPILE_ENVIRONMENT"]: if CONFIG["COMPILE_ENVIRONMENT"]:
CbindgenHeader("mapped_hyph.h", inputs=["/third_party/rust/mapped_hyph"]) CbindgenHeader("mapped_hyph.h", inputs=["/third_party/rust/mapped_hyph"])
REQUIRES_UNIFIED_BUILD = True
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include "nsHyphenator.h" #include "nsHyphenator.h"
#include "mozilla/dom/ContentChild.h" #include "mozilla/dom/ContentChild.h"
#include "mozilla/Omnijar.h"
#include "nsContentUtils.h" #include "nsContentUtils.h"
#include "nsIChannel.h" #include "nsIChannel.h"
#include "nsIFile.h" #include "nsIFile.h"
...@@ -16,6 +17,7 @@ ...@@ -16,6 +17,7 @@
#include "nsNetUtil.h" #include "nsNetUtil.h"
#include "nsUnicodeProperties.h" #include "nsUnicodeProperties.h"
#include "nsUTF8Utils.h" #include "nsUTF8Utils.h"
#include "nsZipArchive.h"
#include "mapped_hyph.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