diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-05-15 05:06:42 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-05-15 05:06:42 -0400 |
commit | 2f678e840da8e2e0b6da623a2c5f3ac6d0dbe6c2 (patch) | |
tree | 296e2ae9012099cbe4caf0d568c583f7badaad1b /toolkit/components/moz.build | |
parent | 818a0004bb4263e6515bbaed43c76fe4b0bd4fbf (diff) | |
download | uxp-2f678e840da8e2e0b6da623a2c5f3ac6d0dbe6c2.tar.gz |
Issue mcp-graveyard/UXP#347 - TychoAM nsBlocklistService does not support gfxBlacklist
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 e0b4124284..8c065dc731 100644 --- a/toolkit/components/moz.build +++ b/toolkit/components/moz.build @@ -17,6 +17,7 @@ DIRS += [ 'alerts', 'apppicker', 'asyncshutdown', + 'blocklist', 'commandlines', 'console', 'contentprefs', |