diff options
Diffstat (limited to 'toolkit/components/feeds/moz.build')
-rw-r--r-- | toolkit/components/feeds/moz.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/components/feeds/moz.build b/toolkit/components/feeds/moz.build index de5e0aa96..fdc4e2708 100644 --- a/toolkit/components/feeds/moz.build +++ b/toolkit/components/feeds/moz.build @@ -4,8 +4,6 @@ # 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/. -MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini'] - XPIDL_SOURCES += [ 'nsIFeed.idl', 'nsIFeedContainer.idl', @@ -25,7 +23,3 @@ EXTRA_COMPONENTS += [ 'FeedProcessor.js', 'FeedProcessor.manifest', ] - -XPCSHELL_TESTS_MANIFESTS += [ - 'test/xpcshell.ini' -] |