no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / netwerk / streamconv / moz.build
blobe7ef5b95b7fb9dccec0883c08343c9e10f92850d
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 DIRS += ["converters"]
9 XPIDL_SOURCES += [
10     "mozITXTToHTMLConv.idl",
11     "nsIDirIndex.idl",
12     "nsIDirIndexListener.idl",
13     "nsIStreamConverter.idl",
14     "nsIStreamConverterService.idl",
15     "nsITXTToHTMLConv.idl",
18 SOURCES += [
19     "nsStreamConverterService.cpp",
22 XPIDL_MODULE = "necko_strconv"
24 FINAL_LIBRARY = "xul"