bug 1274580, don't build narrate on Android, r?eeejay draft
authorAxel Hecht <axel@pike.org>
Mon, 23 May 2016 16:27:45 +0200
changeset 369792 8af44962f14a09d0950d9166d3a34f17981108a1
parent 369317 16663eb3dcfa759f25b5e27b101bc79270c156f2
child 521606 1b113f670b535931d7b97ab27027b17b8a7ca70f
push id18903
push useraxel@mozilla.com
push dateMon, 23 May 2016 14:28:46 +0000
reviewerseeejay
bugs1274580
milestone49.0a1
bug 1274580, don't build narrate on Android, r?eeejay 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
toolkit/components/moz.build
--- a/toolkit/components/moz.build
+++ b/toolkit/components/moz.build
@@ -29,17 +29,16 @@ DIRS += [
     'filepicker',
     'filewatcher',
     'finalizationwitness',
     'formautofill',
     'find',
     'gfx',
     'jsdownloads',
     'lz4',
-    'narrate',
     'mediasniffer',
     'microformats',
     'osfile',
     'parentalcontrols',
     'passwordmgr',
     'perf',
     'perfmonitoring',
     'places',
@@ -63,17 +62,17 @@ DIRS += [
     'utils',
     'urlformatter',
     'viewconfig',
     'workerloader',
     'xulstore'
 ]
 
 if CONFIG['MOZ_BUILD_APP'] != 'mobile/android':
-    DIRS += ['viewsource'];
+    DIRS += ['narrate', 'viewsource'];
 
     if CONFIG['NS_PRINTING']:
         DIRS += ['printing']
 
 if CONFIG['MOZ_CRASHREPORTER']:
     DIRS += ['crashes']
 
 if CONFIG['MOZ_SOCIAL']: