layout/tools/layout-debug/src/moz.build

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:5e801c84c9a6
1 # -*- Mode: python; c-basic-offset: 4; 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 XPIDL_SOURCES += [
8 'nsILayoutDebuggingTools.idl',
9 'nsILayoutRegressionTester.idl',
10 ]
11
12 XPIDL_MODULE = 'layout_debug'
13
14 EXPORTS += [
15 'nsLayoutDebugCIID.h',
16 ]
17
18 UNIFIED_SOURCES += [
19 'nsDebugFactory.cpp',
20 'nsLayoutDebugCLH.cpp',
21 'nsLayoutDebuggingTools.cpp',
22 'nsRegressionTester.cpp',
23 ]
24
25 FAIL_ON_WARNINGS = True
26
27 FINAL_LIBRARY = 'xul'

mercurial