diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-02 07:11:37 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-02 07:11:37 -0500 |
commit | 464e29230eeb8c25dfb064f14239b1288c85332b (patch) | |
tree | 08935287f435060c489af48cd4a59d00e76197c6 /toolkit/components/moz.build | |
parent | 6d614170cbfa958564eb5f824234ad5a9e484344 (diff) | |
download | UXP-464e29230eeb8c25dfb064f14239b1288c85332b.tar UXP-464e29230eeb8c25dfb064f14239b1288c85332b.tar.gz UXP-464e29230eeb8c25dfb064f14239b1288c85332b.tar.lz UXP-464e29230eeb8c25dfb064f14239b1288c85332b.tar.xz UXP-464e29230eeb8c25dfb064f14239b1288c85332b.zip |
Issue N/A - Restore the Toolkit Error Console - Part 1: Toolkit
Diffstat (limited to 'toolkit/components/moz.build')
-rw-r--r-- | toolkit/components/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/components/moz.build b/toolkit/components/moz.build index 74f3ad7f8..509332800 100644 --- a/toolkit/components/moz.build +++ b/toolkit/components/moz.build @@ -18,6 +18,7 @@ DIRS += [ 'apppicker', 'asyncshutdown', 'commandlines', + 'console', 'contentprefs', 'contextualidentity', 'cookie', |