Skip to content

Commit

Permalink
Bug 1817309 - Make intl/hyphenation/glue buildable outside of a unifi…
Browse files Browse the repository at this point in the history
…ed build environment r=andi

Differential Revision: https://phabricator.services.mozilla.com/D170129
  • Loading branch information
serge-sans-paille committed Feb 19, 2023
1 parent e713a58 commit 588b0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions intl/hyphenation/glue/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions intl/hyphenation/glue/nsHyphenator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -16,6 +17,7 @@
#include "nsNetUtil.h"
#include "nsUnicodeProperties.h"
#include "nsUTF8Utils.h"
#include "nsZipArchive.h"

#include "mapped_hyph.h"

Expand Down

0 comments on commit 588b0ae

Please sign in to comment.