Bug 1274580 - Don't build narrate on Android. r=eeejay, r=margaret

The narrate module in toolkit might be used on Android
at some point, but currently isn't, and the tests also
depend on /browser/.

MozReview-Commit-ID: 3uLNtHE2KWF

--HG--
extra : transplant_source : %8A%F4Ib%F1J%09%D0%95%0D%91f%D3%A3O%17%98%11%08%A1
This commit is contained in:
Axel Hecht 2016-05-23 16:27:45 +02:00
parent c8fa47521b
commit 5432d3ed03

View File

@ -34,7 +34,6 @@ DIRS += [
'gfx',
'jsdownloads',
'lz4',
'narrate',
'mediasniffer',
'microformats',
'osfile',
@ -68,7 +67,7 @@ DIRS += [
]
if CONFIG['MOZ_BUILD_APP'] != 'mobile/android':
DIRS += ['viewsource'];
DIRS += ['narrate', 'viewsource'];
if CONFIG['NS_PRINTING']:
DIRS += ['printing']