summaryrefslogtreecommitdiff
path: root/dom/bindings/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-02-03 08:22:52 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-02-03 08:22:52 -0500
commitab1cbb8b57fc83707f5f97beb939ed98648e5ac2 (patch)
treea253fdf254e4c0cb87c0fcf69c8b3b5761f31530 /dom/bindings/moz.build
parentfbb3ce636bd81128c635bfe6c7448fc9a1a25900 (diff)
downloadaura-central-ab1cbb8b57fc83707f5f97beb939ed98648e5ac2.tar.gz
Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP
Diffstat (limited to 'dom/bindings/moz.build')
-rw-r--r--dom/bindings/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/bindings/moz.build b/dom/bindings/moz.build
index fadaac69b..eb00482c6 100644
--- a/dom/bindings/moz.build
+++ b/dom/bindings/moz.build
@@ -139,7 +139,7 @@ FINAL_LIBRARY = 'xul'
SPHINX_TREES['webidl'] = 'docs'
SPHINX_PYTHON_PACKAGE_DIRS += ['mozwebidlcodegen']
-if CONFIG['MOZ_BUILD_APP'] in ['browser', 'mobile/android', 'xulrunner']:
+if CONFIG['MOZ_BUILD_APP'] in ['mobile/android', 'xulrunner'] or CONFIG['MOZ_PHOENIX']:
# This is needed for Window.webidl
DEFINES['HAVE_SIDEBAR'] = True