summaryrefslogtreecommitdiffstats
path: root/toolkit/components/startup/public/moz.build
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-10-24 06:40:38 +0200
committerGitHub <noreply@github.com>2018-10-24 06:40:38 +0200
commitafe69140a8485b271d8f6ac1d7551540cea11c66 (patch)
tree578f23631e84aff1c50bb9c5c5e7999475fad607 /toolkit/components/startup/public/moz.build
parentd07a4f2ba9295068681ecfb8e36418f6b72c3d56 (diff)
downloadUXP-afe69140a8485b271d8f6ac1d7551540cea11c66.tar
UXP-afe69140a8485b271d8f6ac1d7551540cea11c66.tar.gz
UXP-afe69140a8485b271d8f6ac1d7551540cea11c66.tar.lz
UXP-afe69140a8485b271d8f6ac1d7551540cea11c66.tar.xz
UXP-afe69140a8485b271d8f6ac1d7551540cea11c66.zip
Revert "Make nsIUserInfo component optional with --disable-userinfo at build time"
Diffstat (limited to 'toolkit/components/startup/public/moz.build')
-rw-r--r--toolkit/components/startup/public/moz.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/components/startup/public/moz.build b/toolkit/components/startup/public/moz.build
index 948a7d7ee..5894b6c51 100644
--- a/toolkit/components/startup/public/moz.build
+++ b/toolkit/components/startup/public/moz.build
@@ -4,10 +4,10 @@
# 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/.
-XPIDL_SOURCES += ['nsIAppStartup.idl']
-
-if CONFIG['MOZ_USERINFO']:
- XPIDL_SOURCES += ['nsIUserInfo.idl']
+XPIDL_SOURCES += [
+ 'nsIAppStartup.idl',
+ 'nsIUserInfo.idl',
+]
XPIDL_MODULE = 'appstartup'