gecko-dev/xpcom/reflect/xptcall/moz.build
Benjamin Smedberg 5030045d16 Bug 1332631 part F - move nsXPTCUtils.h to xpcom/reflect/xptcall, r=froydnj
MozReview-Commit-ID: 7h69wKKdvwe

--HG--
rename : xpcom/glue/nsXPTCUtils.h => xpcom/reflect/xptcall/nsXPTCUtils.h
extra : rebase_source : 5939339f35e842e025538fed616d405f15749d82
extra : histedit_source : 99784f8fad561d895dfa09ff996d120bacc325fd
2017-01-20 14:25:46 -05:00

25 lines
518 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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 += ['md']
SOURCES += [
'xptcall.cpp',
]
EXPORTS += [
'nsXPTCUtils.h',
'xptcall.h',
'xptcstubsdecl.inc',
'xptcstubsdef.inc',
]
LOCAL_INCLUDES += [
'/xpcom/reflect/xptinfo',
]
FINAL_LIBRARY = 'xul'