summaryrefslogtreecommitdiffstats
path: root/toolkit/toolkit.mozbuild
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-05-01 15:53:52 -0400
committerMatt A. Tobin <email@mattatobin.com>2018-05-01 15:53:52 -0400
commitdc43d59ae36d52a09bc7328f0cbb09c981e7adc8 (patch)
treec9d003afca87ea3dad7949a4cfe5f652c7550204 /toolkit/toolkit.mozbuild
parent61de1c80cdc6c04e71fde07cc5028af503438134 (diff)
downloadUXP-dc43d59ae36d52a09bc7328f0cbb09c981e7adc8.tar
UXP-dc43d59ae36d52a09bc7328f0cbb09c981e7adc8.tar.gz
UXP-dc43d59ae36d52a09bc7328f0cbb09c981e7adc8.tar.lz
UXP-dc43d59ae36d52a09bc7328f0cbb09c981e7adc8.tar.xz
UXP-dc43d59ae36d52a09bc7328f0cbb09c981e7adc8.zip
Issue #316 - Always build heapsnapshot regardless of the rest of the devtools for now
Diffstat (limited to 'toolkit/toolkit.mozbuild')
-rw-r--r--toolkit/toolkit.mozbuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkit/toolkit.mozbuild b/toolkit/toolkit.mozbuild
index 3b3bf80ae..b06c58162 100644
--- a/toolkit/toolkit.mozbuild
+++ b/toolkit/toolkit.mozbuild
@@ -132,8 +132,7 @@ DIRS += [
if CONFIG['MOZ_PREF_EXTENSIONS']:
DIRS += ['/extensions/pref']
-if CONFIG['MOZ_DEVTOOLS_SERVER']:
- DIRS += ['/devtools']
+DIRS += ['/devtools']
DIRS += [
'/services',