Bug 946217 - Build intl/lwbrk in unified mode; r=glandium

--HG--
extra : rebase_source : 1e6dfc33913491a87c3ac72c068ed9c78f64e776
This commit is contained in:
Ehsan Akhgari 2013-12-04 09:43:58 -05:00
parent f300b8430c
commit 98e0da114b

View File

@ -4,7 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
SOURCES += [
UNIFIED_SOURCES += [
'nsJISx4051LineBreaker.cpp',
'nsSampleWordBreaker.cpp',
'nsSemanticUnitScanner.cpp',
@ -19,7 +19,7 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
'nsUniscribeBreaker.cpp',
]
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
SOURCES += [
UNIFIED_SOURCES += [
'nsCarbonBreaker.cpp',
]
else: