diff options
Diffstat (limited to 'toolkit/components/filepicker/moz.build')
-rw-r--r-- | toolkit/components/filepicker/moz.build | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/toolkit/components/filepicker/moz.build b/toolkit/components/filepicker/moz.build index 0990cb00fd..9619120687 100644 --- a/toolkit/components/filepicker/moz.build +++ b/toolkit/components/filepicker/moz.build @@ -4,22 +4,16 @@ # 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/. +XPIDL_SOURCES += ['nsIFileView.idl'] + XPIDL_MODULE = 'filepicker' -XPIDL_SOURCES += [ - 'nsIFileView.idl', -] -SOURCES += [ - 'nsFileView.cpp', -] -EXTRA_COMPONENTS += [ - 'nsFilePicker.js', -] -EXTRA_PP_COMPONENTS += [ - 'nsFilePicker.manifest', -] -XPCSHELL_TESTS_MANIFESTS += [ - 'test/unit/xpcshell.ini', -] + +SOURCES += ['nsFileView.cpp'] + +EXTRA_COMPONENTS += ['nsFilePicker.js'] + +EXTRA_PP_COMPONENTS += ['nsFilePicker.manifest'] + FINAL_LIBRARY = 'xul' JAR_MANIFESTS += ['jar.mn'] |