From dc43d59ae36d52a09bc7328f0cbb09c981e7adc8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 1 May 2018 15:53:52 -0400 Subject: Issue #316 - Always build heapsnapshot regardless of the rest of the devtools for now --- toolkit/toolkit.mozbuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toolkit/toolkit.mozbuild') 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', -- cgit v1.2.3