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

Bug 1824508 - Make intl/components buildable outside of a unified build environment r=andi

parent af586cf8
No related branches found
No related tags found
No related merge requests found
......@@ -28,5 +28,3 @@ UNIFIED_SOURCES += [
]
FINAL_LIBRARY = "xul-gtest"
REQUIRES_UNIFIED_BUILD = True
......@@ -80,5 +80,3 @@ if not CONFIG["JS_STANDALONE"]:
DEFINES["MOZ_HAS_MOZGLUE"] = True
Library("intlcomponents")
REQUIRES_UNIFIED_BUILD = True
......@@ -4,6 +4,7 @@
#ifndef intl_components_DateIntervalFormat_h_
#define intl_components_DateIntervalFormat_h_
#include "mozilla/intl/Calendar.h"
#include "mozilla/intl/DateTimePart.h"
#include "mozilla/intl/ICU4CGlue.h"
#include "mozilla/intl/ICUError.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