summaryrefslogtreecommitdiff
path: root/components/osfile/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'components/osfile/moz.build')
-rw-r--r--components/osfile/moz.build18
1 files changed, 18 insertions, 0 deletions
diff --git a/components/osfile/moz.build b/components/osfile/moz.build
new file mode 100644
index 000000000..e7c8cead1
--- /dev/null
+++ b/components/osfile/moz.build
@@ -0,0 +1,18 @@
+# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
+# 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/.
+
+DIRS += ['modules']
+
+XPIDL_MODULE = 'toolkit_osfile'
+
+XPIDL_SOURCES += ['nsINativeOSFileInternals.idl']
+
+EXPORTS.mozilla += ['NativeOSFileInternals.h']
+
+SOURCES += ['NativeOSFileInternals.cpp']
+
+EXTRA_PP_JS_MODULES += ['osfile.jsm']
+
+FINAL_LIBRARY = 'xul'