summaryrefslogtreecommitdiffstats
path: root/toolkit/components/blocklist/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-05-15 05:06:42 -0400
committerMatt A. Tobin <email@mattatobin.com>2018-05-15 05:06:42 -0400
commitf86673741dce0580a73d37b6f72418877b7380d6 (patch)
tree296e2ae9012099cbe4caf0d568c583f7badaad1b /toolkit/components/blocklist/moz.build
parent626419cbe2a789760d45dc87fcff1a7ad221d04d (diff)
downloadUXP-f86673741dce0580a73d37b6f72418877b7380d6.tar
UXP-f86673741dce0580a73d37b6f72418877b7380d6.tar.gz
UXP-f86673741dce0580a73d37b6f72418877b7380d6.tar.lz
UXP-f86673741dce0580a73d37b6f72418877b7380d6.tar.xz
UXP-f86673741dce0580a73d37b6f72418877b7380d6.zip
Issue #347 - TychoAM nsBlocklistService does not support gfxBlacklist
Diffstat (limited to 'toolkit/components/blocklist/moz.build')
-rw-r--r--toolkit/components/blocklist/moz.build14
1 files changed, 14 insertions, 0 deletions
diff --git a/toolkit/components/blocklist/moz.build b/toolkit/components/blocklist/moz.build
new file mode 100644
index 000000000..3dc3be5ba
--- /dev/null
+++ b/toolkit/components/blocklist/moz.build
@@ -0,0 +1,14 @@
+# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
+# vim: set filetype=python:
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+EXTRA_COMPONENTS += [
+ 'blocklist.manifest',
+ 'nsBlocklistServiceContent.js',
+]
+
+EXTRA_PP_COMPONENTS += [
+ 'nsBlocklistService.js',
+]