moz.build (565B)
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/. 6 7 EXPORTS += [ 8 "xpctest_private.h", 9 ] 10 11 UNIFIED_SOURCES += [ 12 "xpctest_attributes.cpp", 13 "xpctest_cenums.cpp", 14 "xpctest_esmreturncode.cpp", 15 "xpctest_module.cpp", 16 "xpctest_params.cpp", 17 ] 18 19 LOCAL_INCLUDES += [ 20 "/xpcom/components", 21 ] 22 23 FINAL_LIBRARY = "xul"