Bug 1731994: part 4) Declare more methods around `ContentPermissionRequestBase` ...
[gecko.git] / layout / printing / moz.build
blob0a65a13ac35e7feeadf57f7aa5892a2f8eeb8e9c
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 XPIDL_SOURCES += [
8     "nsIPrintProgress.idl",
9     "nsIPrintProgressParams.idl",
12 EXPORTS.mozilla.layout += [
13     "ipc/RemotePrintJobChild.h",
14     "ipc/RemotePrintJobParent.h",
17 EXPORTS.mozilla.layout.printing += ["DrawEventRecorder.h"]
19 XPIDL_MODULE = "layout_printing"
21 UNIFIED_SOURCES += [
22     "DrawEventRecorder.cpp",
23     "ipc/RemotePrintJobChild.cpp",
24     "ipc/RemotePrintJobParent.cpp",
25     "nsPagePrintTimer.cpp",
26     "nsPrintData.cpp",
27     "nsPrintJob.cpp",
28     "nsPrintObject.cpp",
29     "PrintTranslator.cpp",
32 include("/ipc/chromium/chromium-config.mozbuild")
34 FINAL_LIBRARY = "xul"
35 LOCAL_INCLUDES += [
36     "../base",
37     "/dom/base",
38     "/gfx/2d/",
39     "/netwerk/base/",
42 REQUIRES_UNIFIED_BUILD = True