diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-05-01 15:53:52 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-05-01 15:53:52 -0400 |
commit | dc43d59ae36d52a09bc7328f0cbb09c981e7adc8 (patch) | |
tree | c9d003afca87ea3dad7949a4cfe5f652c7550204 /toolkit | |
parent | 61de1c80cdc6c04e71fde07cc5028af503438134 (diff) | |
download | uxp-dc43d59ae36d52a09bc7328f0cbb09c981e7adc8.tar.gz |
Issue #316 - Always build heapsnapshot regardless of the rest of the devtools for now
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/toolkit.mozbuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkit/toolkit.mozbuild b/toolkit/toolkit.mozbuild index 3b3bf80ae4..b06c58162a 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', |