Bug 1273948 - Include push interface even with SimplePush r?kitcambridge draft
authorAlexandre Lissy <lissyx@lissyx.dyndns.org>
Wed, 18 May 2016 18:27:38 +0200
changeset 368385 2884ea28a693a45ad20fd451977d68c16e8ce9e8
parent 368365 c4449eab07d39e20ea315603f1b1863eeed7dcfe
child 521257 e5d22f4487c68aeef4bfecc2cd230ab3d421c000
push id18519
push userbmo:lissyx+mozillians@lissyx.dyndns.org
push dateWed, 18 May 2016 17:29:08 +0000
reviewerskitcambridge
bugs1273948
milestone49.0a1
Bug 1273948 - Include push interface even with SimplePush r?kitcambridge MozReview-Commit-ID: DUy8osdMH3k
dom/moz.build
--- a/dom/moz.build
+++ b/dom/moz.build
@@ -27,21 +27,19 @@ interfaces = [
     'offline',
     'geolocation',
     'notification',
     'permission',
     'svg',
     'smil',
     'apps',
     'gamepad',
+    'push',
 ]
 
-if not CONFIG['MOZ_SIMPLEPUSH']:
-    interfaces += ['push']
-
 DIRS += ['interfaces/' + i for i in interfaces]
 
 DIRS += [
     'animation',
     'apps',
     'base',
     'bluetooth',
     'activities',