Bug 1550519 - Show a translucent parent highlight when a subgrid is highlighted....
[gecko.git] / editor / txmgr / moz.build
blobfe2ff825e38307290d32e4a91402d36841b324a9
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 TEST_DIRS += ['tests']
9 XPIDL_SOURCES += [
10     'nsITransaction.idl',
11     'nsITransactionListener.idl',
12     'nsITransactionManager.idl',
15 XPIDL_MODULE = 'txmgr'
17 EXPORTS += [
18     'nsTransactionManagerCID.h',
21 EXPORTS.mozilla += [
22     'TransactionManager.h',
23     'TransactionStack.h',
26 UNIFIED_SOURCES += [
27     'TransactionItem.cpp',
28     'TransactionManager.cpp',
29     'TransactionStack.cpp',
32 FINAL_LIBRARY = 'xul'