Bug 1819822 - Make intl buildable outside of a unified build environment r=andi

Depends on D171428

Differential Revision: https://phabricator.services.mozilla.com/D171429
This commit is contained in:
serge-sans-paille 2023-03-02 07:44:31 +00:00
parent d5e143b061
commit 9b1f15288f
3 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,8 @@
#ifndef intl_components_BidiClass_h_
#define intl_components_BidiClass_h_
#include <cstdint>
namespace mozilla::intl {
/**

View File

@ -8,6 +8,7 @@
#include "mozilla/StaticPrefs_layout.h"
#include "nsComplexBreaker.h"
#include "nsTArray.h"
#include "nsUnicodeProperties.h"
using mozilla::intl::Script;
using mozilla::intl::UnicodeProperties;

View File

@ -43,5 +43,3 @@ else:
]
FINAL_LIBRARY = "xul"
REQUIRES_UNIFIED_BUILD = True