Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / widget / windows / filedialog / moz.build
blobd2732faf78fa82c388e6f3be3f06c6a386026c29
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 IPDL_SOURCES += [
8     "PWinFileDialog.ipdl",
9     "WinFileDialogCommandsDefn.ipdlh",
12 UNIFIED_SOURCES += [
13     "WinFileDialogChild.cpp",
14     "WinFileDialogCommands.cpp",
15     "WinFileDialogParent.cpp",
18 EXPORTS.mozilla.widget.filedialog += [
19     "WinFileDialogChild.h",
20     "WinFileDialogCommands.h",
21     "WinFileDialogParent.h",
24 # needed for IPC header files
25 include("/ipc/chromium/chromium-config.mozbuild")
27 FINAL_LIBRARY = "xul"