From 7239cc8c7e9c140be6858c659d942f6d71283531 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 3 Feb 2018 08:22:52 -0500 Subject: Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP --- devtools/client/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools/client') diff --git a/devtools/client/moz.build b/devtools/client/moz.build index b63de757c..b55aa5380 100644 --- a/devtools/client/moz.build +++ b/devtools/client/moz.build @@ -38,7 +38,7 @@ DIRS += [ ] # Shim old theme paths used by DevTools add-ons -if CONFIG['MOZ_BUILD_APP'] == 'browser': +if CONFIG['MOZ_PHOENIX']: DIRS += ['themes/shims'] EXTRA_COMPONENTS += [ -- cgit v1.2.3