mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 1824509 - Make intl/l10n buildable outside of a unified build environment r=andi
Differential Revision: https://phabricator.services.mozilla.com/D173609
This commit is contained in:
parent
cd880dc521
commit
95a3a332df
@ -6,6 +6,7 @@
|
||||
|
||||
#include "FluentBundle.h"
|
||||
#include "nsContentUtils.h"
|
||||
#include "mozilla/dom/ToJSValue.h"
|
||||
#include "mozilla/dom/UnionTypes.h"
|
||||
#include "mozilla/intl/NumberFormat.h"
|
||||
#include "mozilla/intl/DateTimeFormat.h"
|
||||
|
@ -31,6 +31,8 @@ struct FluentBundleAddResourceOptions;
|
||||
|
||||
namespace intl {
|
||||
|
||||
class FluentResource;
|
||||
|
||||
using L10nArgs =
|
||||
dom::Record<nsCString, dom::Nullable<dom::OwningUTF8StringOrDouble>>;
|
||||
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include "nsString.h"
|
||||
#include "nsContentUtils.h"
|
||||
#include "FluentResource.h"
|
||||
#include "FileSource.h"
|
||||
#include "nsICategoryManager.h"
|
||||
#include "mozilla/SimpleEnumerator.h"
|
||||
#include "mozilla/dom/Promise.h"
|
||||
|
@ -59,5 +59,3 @@ MOCHITEST_CHROME_MANIFESTS += ["test/mochitest/chrome.ini"]
|
||||
SPHINX_TREES["/l10n"] = "docs"
|
||||
|
||||
FINAL_LIBRARY = "xul"
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
Loading…
Reference in New Issue
Block a user